52 #include <domain/mesh/element/ElemWithMaterial.h> 53 #include "domain/mesh/element/utils/physical_properties/NDMaterialPhysicalProperties.h" 54 #include "domain/mesh/element/utils/body_forces/BodyForces3D.h" 76 static const int nintu;
77 static const int nintp;
78 static const int nenu;
79 static const int nenp;
84 static double xl[3][20] ;
86 static double shgu[4][20][27];
87 static double shgp[4][8][8];
88 static double shgq[4][20][8];
89 static double shlu[4][20][27];
90 static double shlp[4][8][8];
91 static double shlq[4][20][8];
94 static double dvolu[27];
95 static double dvolp[8];
96 static double dvolq[8];
99 void formInertiaTerms(
int tangFlag )
const;
101 void formDampingTerms(
int tangFlag )
const;
104 double mixtureRho(
int ipt)
const;
107 void computeBasis(
void)
const;
110 void compuLocalShapeFunction();
111 void Jacobian3d(
int gaussPoint,
double& xsj,
int mode)
const;
112 const Matrix &getStiff(
int flag)
const;
141 NDMaterial &theMaterial,
double bulk,
double rhof,
142 double perm1,
double perm2,
double perm3,
155 void Print( std::ostream &s,
int flag ) ;
161 const Matrix &getInitialStiff(
void)
const;
166 int addInertiaLoadToUnbalance(
const Vector &accel);
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: TwentyEightNodeBrickUP.cpp:929
virtual int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: TwentyEightNodeBrickUP.cpp:963
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: TwentyEightNodeBrickUP.cpp:939
Float vector abstraction.
Definition: Vector.h:93
Twenty eight node exahedron.
Definition: TwentyEightNodeBrickUP.h:60
Definition: Response.h:71
Uniaxial p-y material that incorporates liquefaction effects.
Definition: PyLiq1.h:60
const Matrix & getMass(void) const
Returns the mass matrix.
Definition: TwentyEightNodeBrickUP.cpp:488
Base class for the finite elements.
Definition: Element.h:109
void Print(std::ostream &s, int flag)
Print stuff.
Definition: TwentyEightNodeBrickUP.cpp:182
const Matrix & getTangentStiff(void) const
Return the tangent stiffness matrix.
Definition: TwentyEightNodeBrickUP.cpp:344
Body forces over an element.
Definition: BodyForces3D.h:39
Uniaxial t-z material that incorporates liquefaction effects.
Definition: TzLiq1.h:60
int getResponse(int responseID, Information &eleInformation)
Obtain information from an analysis.
Definition: TwentyEightNodeBrickUP.cpp:1008
int getNumDOF(void) const
Return the number of element DOFs.
Definition: TwentyEightNodeBrickUP.cpp:178
Element * getCopy(void) const
Virtual constructor.
Definition: TwentyEightNodeBrickUP.cpp:145
int update(void)
Updates the element state.
Definition: TwentyEightNodeBrickUP.cpp:255
Base class for 2D and 3D materials.
Definition: NDMaterial.h:97
const Vector & getResistingForceIncInertia(void) const
Returns the resisting force vector including inertia forces.
Definition: TwentyEightNodeBrickUP.cpp:758
const Matrix & getDamp(void) const
Returns the damping matrix.
Definition: TwentyEightNodeBrickUP.cpp:499
void setDomain(Domain *theDomain)
Sets the domain for the element.
Definition: TwentyEightNodeBrickUP.cpp:160
const Vector & getResistingForce(void) const
Returns the resisting force vector for the element.
Definition: TwentyEightNodeBrickUP.cpp:654
virtual int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: TwentyEightNodeBrickUP.cpp:949
Response * setResponse(const std::vector< std::string > &argv, Information &eleInformation)
setResponse() is a method invoked to determine if the element will respond to a request for a certain...
Definition: TwentyEightNodeBrickUP.cpp:982
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Element with material.
Definition: ElemWithMaterial.h:40
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
Base class for loads over elements.
Definition: ElementalLoad.h:77
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116