61 #ifndef EIGHTNODEBRICK_U_P_U_H 62 #define EIGHTNODEBRICK_U_P_U_H 64 #include <domain/mesh/element/volumetric/BrickBase.h> 65 #include "domain/mesh/element/utils/body_forces/BodyForces3D.h" 82 static const int Num_IntegrationPts;
83 static const int Num_TotalGaussPts;
84 static const int Num_Nodes;
85 static const int Num_Dim;
86 static const int Num_Dof;
87 static const int Num_ElemDof;
88 static const double pts[2];
89 static const double wts[2];
105 int node_numb_1,
int node_numb_2,
int node_numb_3,
int node_numb_4,
106 int node_numb_5,
int node_numb_6,
int node_numb_7,
int node_numb_8,
108 double nn,
double alf,
double rs,
double rf,
109 double permb_x,
double permb_y,
double permb_z,
110 double kks,
double kkf,
double pp);
123 const Matrix &getInitialStiff(
void)
const;
129 int addInertiaLoadToUnbalance(
const Vector &accel);
136 void Print(std::ostream &s,
int flag =0);
145 BJtensor shapeFunction(
double,
double,
double)
const;
146 BJtensor shapeFunctionDerivative(
double,
double,
double)
const;
154 BJtensor getStiffnessTensorKep()
const;
155 BJtensor getStiffnessTensorG12()
const;
156 BJtensor getStiffnessTensorP()
const;
158 BJtensor getDampTensorC123(
void)
const;
159 const Matrix &getStiff(
int Ki_flag)
const;
160 double getPorePressure(
double,
double,
double);
const Matrix & getTangentStiff(void) const
Return the tangent stiffness matrix.
Definition: EightNodeBrick_u_p_U.cpp:159
Float vector abstraction.
Definition: Vector.h:93
int getResponse(int responseID, Information &eleInformation)
Obtain information from an analysis.
Definition: EightNodeBrick_u_p_U.cpp:428
int update(void)
Updates the element state.
Definition: EightNodeBrick_u_p_U.cpp:511
Element * getCopy(void) const
Virtual constructor.
Definition: EightNodeBrick_u_p_U.cpp:136
int recvSelf(const CommParameters &)
Receive the object.
Definition: EightNodeBrick_u_p_U.cpp:394
const Vector & getResistingForce(void) const
Returns the resisting force vector for the element.
Definition: EightNodeBrick_u_p_U.cpp:312
Base class for hexahedra.
Definition: BrickBase.h:44
Definition: Response.h:71
const Matrix & getDamp(void) const
Returns the damping matrix.
Definition: EightNodeBrick_u_p_U.cpp:179
int sendSelf(CommParameters &)
Send the object.
Definition: EightNodeBrick_u_p_U.cpp:387
Definition: BJtensor.h:110
Base class for the finite elements.
Definition: Element.h:109
void zeroLoad(void)
Zeroes the loads over the element.
Definition: EightNodeBrick_u_p_U.cpp:252
void Print(std::ostream &s, int flag=0)
Print stuff.
Definition: EightNodeBrick_u_p_U.cpp:479
Body forces over an element.
Definition: BodyForces3D.h:39
Response * setResponse(const std::vector< std::string > &argv, Information &eleInfo)
setResponse() is a method invoked to determine if the element will respond to a request for a certain...
Definition: EightNodeBrick_u_p_U.cpp:401
Base class for 2D and 3D materials.
Definition: NDMaterial.h:97
const Matrix & getMass(void) const
Returns the mass matrix.
Definition: EightNodeBrick_u_p_U.cpp:223
Eight node exahedron.
Definition: EightNodeBrick_u_p_U.h:74
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
void setDomain(Domain *theDomain)
Sets the domain for the element.
Definition: EightNodeBrick_u_p_U.cpp:151
Base class for loads over elements.
Definition: ElementalLoad.h:77
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:116
const Vector & getResistingForceIncInertia(void) const
Returns the resisting force vector including inertia forces.
Definition: EightNodeBrick_u_p_U.cpp:346
int getNumDOF(void) const
return the number of DOF associated with the element.
Definition: EightNodeBrick_u_p_U.cpp:147