43 #ifndef NineFourNodeQuadUP_h 44 #define NineFourNodeQuadUP_h 46 #include <domain/mesh/element/ElemWithMaterial.h> 47 #include <utility/matrix/Matrix.h> 48 #include <utility/matrix/Vector.h> 49 #include "domain/mesh/element/utils/physical_properties/SolidMech2D.h" 50 #include "domain/mesh/element/utils/body_forces/BodyForces2D.h" 75 static const int nintu;
76 static const int nintp;
77 static const int nenu;
78 static const int nenp;
80 static double shgu[3][9][9];
81 static double shgp[3][4][4];
82 static double shgq[3][9][4];
83 static double shlu[3][9][9];
84 static double shlp[3][4][4];
85 static double shlq[3][9][4];
88 static double dvolu[9];
89 static double dvolp[4];
90 static double dvolq[4];
93 double mixtureRho(
int ipt)
const;
94 void shapeFunction(
double *w,
int nint,
int nen,
int mode)
const;
95 void globalShapeFunction(
double *dvol,
double *w,
int nint,
int nen,
int mode)
const;
101 int nd5,
int nd6,
int nd7,
int nd8,
int nd9,
103 double t,
double bulk,
double rhof,
double perm1,
double perm2,
109 int getNumDOF(
void)
const;
116 const Matrix &getTangentStiff(
void)
const;
117 const Matrix &getInitialStiff(
void)
const;
122 int addInertiaLoadToUnbalance(
const Vector &accel);
123 const Vector &getResistingForce(
void)
const;
129 void Print(std::ostream &s,
int flag =0);
132 int getResponse(
int responseID,
Information &eleInformation);
134 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
135 int updateParameter(
int parameterID,
Information &info);
??.
Definition: TzLiq1.h:60
Element with material.
Definition: ElemWithMaterial.h:40
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
Base class for 2D and 3D materials.
Definition: NDMaterial.h:91
void setDomain(Domain *theDomain)
Sets the domain for the element.
Definition: NineFourNodeQuadUP.cpp:122
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: NineFourNodeQuadUP.cpp:585
int update(void)
Actualiza el estado of the element.
Definition: NineFourNodeQuadUP.cpp:139
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: NineFourNodeQuadUP.cpp:635
Base calass for the finite elements.
Definition: Element.h:104
Base class for loads over elements.
Definition: ElementalLoad.h:73
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: NineFourNodeQuadUP.cpp:595
const Matrix & getMass(void) const
Returns the mass matrix.
Definition: NineFourNodeQuadUP.cpp:375
??.
Definition: PyLiq1.h:62
Body forces over an element.
Definition: BodyForces2D.h:39
const Vector & getResistingForceIncInertia(void) const
Returns the action of the element over its attached nodes. Computes damping matrix.
Definition: NineFourNodeQuadUP.cpp:520
Element * getCopy(void) const
Virtual constructor.
Definition: NineFourNodeQuadUP.cpp:111
9-4-node (9 node for solid and 4 node for fluid) plane strain element for solid-fluid fully coupled a...
Definition: NineFourNodeQuadUP.h:64
Definition: Parameter.h:65
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
Definition: Response.h:71
const Matrix & getDamp(void) const
Returns the matriz de amortiguamiento.
Definition: NineFourNodeQuadUP.cpp:303