Class for creating a 2D linearized four-node perfectly matched layer element in a mesh. More...
#include <PML2DQuad4.hpp>
Public Member Functions | |
PML2DQuad4 (const std::vector< unsigned int > nodes, std::unique_ptr< Material > &material, const std::vector< double > parameters, const std::string quadrature="GAUSS", const unsigned int nGauss=4) | |
Creates a PML2DQuad4 in a finite element Mesh. More... | |
~PML2DQuad4 () | |
Destroys this PML2DQuad4 object. More... | |
void | CommitState () |
Save the material states in the element. More... | |
void | ReverseState () |
Reverse the material/section states to previous converged state in this element. More... | |
void | InitialState () |
Brings the material/section state to its initial state in this element. More... | |
void | UpdateState () |
Update the material states in the element. More... | |
void | SetDomain (std::map< unsigned int, std::shared_ptr< Node > > &nodes) |
Sets the finite element dependance among objects. More... | |
void | SetDamping (const std::shared_ptr< Damping > &damping) |
Sets the damping model. More... | |
std::vector< unsigned int > | GetTotalDegreeOfFreedom () const |
Gets the list of total-degree of freedom of this Element. More... | |
Eigen::MatrixXd | GetStrain () const |
Gets the material/section (generalised) strain. More... | |
Eigen::MatrixXd | GetStress () const |
Gets the material/section (generalised) stress. More... | |
Eigen::MatrixXd | GetStrainRate () const |
Gets the material/section (generalised) strain-rate. More... | |
Eigen::MatrixXd | GetStrainAt (double x3, double x2) const |
Gets the material strain in section at coordinate (x3,x2). More... | |
Eigen::MatrixXd | GetStressAt (double x3, double x2) const |
Gets the material stress in section at coordinate (x3,x2). More... | |
Eigen::VectorXd | GetVTKResponse (std::string response) const |
Gets the element internal response in VTK format for Paraview display. More... | |
double | ComputeEnergy () |
Computes the element energy for a given deformation. More... | |
Eigen::MatrixXd | ComputeMassMatrix () |
Compute the lumped/consistent mass matrix of the element. More... | |
Eigen::MatrixXd | ComputeStiffnessMatrix () |
Compute the stiffness matrix of the element using gauss-integration. More... | |
Eigen::MatrixXd | ComputeDampingMatrix () |
Compute the damping matrix of the element using gauss-integration. More... | |
Eigen::MatrixXd | ComputePMLMatrix () |
Compute the PML history matrix using gauss-integration. More... | |
Eigen::VectorXd | ComputeInternalForces () |
Compute the internal (elastic) forces acting on the element. More... | |
Eigen::VectorXd | ComputeInternalDynamicForces () |
Compute the elastic, inertial, and viscous forces acting on the element. More... | |
Eigen::VectorXd | ComputeSurfaceForces (const std::shared_ptr< Load > &surface, unsigned int face) |
Compute the surface forces acting on the element. More... | |
Eigen::VectorXd | ComputeBodyForces (const std::shared_ptr< Load > &body, unsigned int k=0) |
Compute the body forces acting on the element. More... | |
Eigen::VectorXd | ComputeDomainReductionForces (const std::shared_ptr< Load > &drm, unsigned int k) |
Compute the domain reduction forces acting on the element. More... | |
Public Member Functions inherited from Element | |
Element (std::string name, const std::vector< unsigned int > nodes, unsigned int ndofs, unsigned int VTKcell, unsigned int SVLcell) | |
Creates an Element in a finite element Mesh. More... | |
virtual | ~Element ()=0 |
Destroys this Element object. More... | |
std::string | GetName () const |
Gets the Element Name. More... | |
unsigned int | GetVTKCellType () const |
Gets the Element VTK cell type. More... | |
unsigned int | GetVTKGroupType () const |
Gets the Element VTK group type. More... | |
unsigned int | GetNumberOfNodes () const |
Returns the number of nodes in element. More... | |
unsigned int | GetNumberOfDegreeOfFreedom () const |
Returns total number of degree of freedom in the element. More... | |
const std::vector< unsigned int > & | GetNodes () const |
Returns the Node Connectivity Indexes. More... | |
bool | HasFixedNode (const std::vector< std::shared_ptr< Node > > &nodes) const |
Returns if the element has fixed nodes. More... | |
Private Member Functions | |
Eigen::VectorXd | ComputeStrain (const Eigen::MatrixXd &Bij) const |
Update strain in the element. More... | |
Eigen::VectorXd | ComputeStrainRate (const Eigen::MatrixXd &Bij) const |
Update strain rate in the element. More... | |
Eigen::MatrixXd | ComputeJacobianMatrix (const double ri, const double si) const |
Computes the jacobian of the transformation. More... | |
Eigen::MatrixXd | ComputeShapeFunctionMatrix (const double ri, const double si) const |
Evaluates the shape function matrix at a given Gauss point. More... | |
Eigen::MatrixXd | ComputeStrainDisplacementMatrix (const double ri, const double si, const Eigen::MatrixXd &Jij) const |
Evaluates the strain-displacement matrix at a given Gauss point. More... | |
Eigen::VectorXd | ComputePMLStretchingFactors (const double ri, const double si, const double rho, const double mu, const double lambda) const |
Evaluates the stretching parameters of PML. More... | |
Private Attributes | |
double | t |
Element thickness. More... | |
double | m_pml |
Polynomial degree of thePerfectly Match Layer. More... | |
double | L_pml |
Thickness of the PML region. More... | |
double | R_pml |
Reflection coefficient for the PML. More... | |
double | x0_pml |
Coordinates x0 of reference point. More... | |
double | y0_pml |
Coordinates y0 of reference point. More... | |
double | nx_pml |
Horizontal normal components for outward normal. More... | |
double | ny_pml |
Vertical normal components for outward normal. More... | |
std::shared_ptr< Damping > | theDamping |
The Damping model. More... | |
std::vector< std::shared_ptr< Node > > | theNodes |
The Element's Nodes. More... | |
std::vector< std::unique_ptr< Material > > | theMaterial |
The Element's material. More... | |
std::unique_ptr< QuadratureRule > | QuadraturePoints |
Coordinate of Gauss points. More... | |
Class for creating a 2D linearized four-node perfectly matched layer element in a mesh.
PML2DQuad4::PML2DQuad4 | ( | const std::vector< unsigned int > | nodes, |
std::unique_ptr< Material > & | material, | ||
const std::vector< double > | parameters, | ||
const std::string | quadrature = "GAUSS" , |
||
const unsigned int | nGauss = 4 |
||
) |
Creates a PML2DQuad4 in a finite element Mesh.
nodes | The Node connectivity array of this Element. |
material | Pointer to the Material that this Element is made out of. |
parameters | The list of PML parameters. |
quadrature | The integration rule to be employed. |
nGauss | Number of Gauss points for Element integration. |
PML2DQuad4::~PML2DQuad4 | ( | ) |
Destroys this PML2DQuad4 object.
|
virtual |
|
virtual |
Compute the body forces acting on the element.
body | Pointer to the Load object that contains this information. |
k | The time step at which the body load is evaluated. |
Implements Element.
|
virtual |
Compute the damping matrix of the element using gauss-integration.
Implements Element.
|
virtual |
Compute the domain reduction forces acting on the element.
drm | Pointer to the DRM Load object that contains this information. |
k | The time step at which the body load is evaluated. |
Implements Element.
|
virtual |
Computes the element energy for a given deformation.
Implements Element.
|
virtual |
|
virtual |
Compute the internal (elastic) forces acting on the element.
Implements Element.
|
private |
Computes the jacobian of the transformation.
ri | The i-th Gauss coordinate in the r-axis. |
si | The i-th Gauss coordinate in the s-axis. |
|
virtual |
Compute the lumped/consistent mass matrix of the element.
Implements Element.
|
virtual |
|
private |
Evaluates the stretching parameters of PML.
ri | The i-th Gauss coordinate in the r-axis. |
si | The i-th Gauss coordinate in the s-axis. |
rho | The material density. |
mu | The second Lame constant. |
lambda | The first Lame constant. |
|
private |
Evaluates the shape function matrix at a given Gauss point.
ri | The i-th Gauss coordinate in the r-axis. |
si | The i-th Gauss coordinate in the s-axis. |
|
virtual |
Compute the stiffness matrix of the element using gauss-integration.
Implements Element.
|
private |
Update strain in the element.
Bij | The strain-displacement matrix. |
|
private |
Evaluates the strain-displacement matrix at a given Gauss point.
ri | The i-th Gauss coordinate in the r-axis. |
si | The i-th Gauss coordinate in the s-axis. |
Jij | The Jacobian matrix evaluated at (ri,si). |
|
private |
Update strain rate in the element.
Bij | The strain-displacement matrix. |
|
virtual |
Compute the surface forces acting on the element.
surface | Pointer to the Load object that contains this information. |
k | The time step at which the surface load is evaluated. |
Implements Element.
|
virtual |
Gets the material/section (generalised) strain.
Implements Element.
|
virtual |
Gets the material strain in section at coordinate (x3,x2).
x3 | Local coordinate along the x3-axis. |
x2 | Local coordinate along the x2-axis. |
Implements Element.
|
virtual |
Gets the material/section (generalised) strain-rate.
Implements Element.
|
virtual |
Gets the material/section (generalised) stress.
Implements Element.
|
virtual |
Gets the material stress in section at coordinate (x3,x2).
x3 | Local coordinate along the x3-axis. |
x2 | Local coordinate along the x2-axis. |
Implements Element.
|
virtual |
|
virtual |
|
virtual |
Brings the material/section state to its initial state in this element.
Implements Element.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
private |
Thickness of the PML region.
|
private |
Polynomial degree of thePerfectly Match Layer.
|
private |
Horizontal normal components for outward normal.
|
private |
Vertical normal components for outward normal.
|
private |
Coordinate of Gauss points.
|
private |
Reflection coefficient for the PML.
|
private |
Element thickness.
|
private |
Coordinates x0 of reference point.
|
private |
Coordinates y0 of reference point.