Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
EightNodeBrick Class Referenceinclude <QuadRule1d.h>.
More...
#include <EightNodeBrick.h>
Inheritance diagram for EightNodeBrick::
List of all members.
Public Methods |
| EightNodeBrick (int element_number, int node_numb_1, int node_numb_2, int node_numb_3, int node_numb_4, int node_numb_5, int node_numb_6, int node_numb_7, int node_numb_8, NDMaterial *Globalmmodel, double b1, double b2, double b3, double r, double p) |
| EightNodeBrick () |
| , EPState *InitEPS); const char * type,. More...
|
| ~EightNodeBrick () |
int | getNumExternalNodes () const |
| //, EPState * InitEPS);const char * type,. More...
|
const ID& | getExternalNodes () |
int | getNumDOF () |
void | setDomain (Domain *theDomain) |
int | commitState () |
| public methods to set the state of the element. More...
|
int | revertToLastCommit () |
int | revertToStart () |
const Matrix& | getTangentStiff () |
| want to test the program. Xiaoyan 08/16/00. More...
|
const Matrix& | getSecantStiff () |
const Matrix& | getDamp () |
const Matrix& | getMass () |
const Matrix& | getConsMass () |
void | zeroLoad () |
| methods for returning and applying loads. More...
|
int | addLoad (const Vector &addP) |
int | addInertiaLoadToUnbalance (const Vector &accel) |
const Vector | FormEquiBodyForce (void) |
const Vector& | getResistingForce () |
const Vector& | getResistingForceIncInertia () |
int | sendSelf (int commitTag, Channel &theChannel) |
| public methods for element output. More...
|
int | recvSelf (int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker) |
int | displaySelf (Renderer &theViewer, int displayMode, float fact) |
| Method for visualisation, default does nothing. More...
|
void | Print (ostream &s, int flag=0) |
Response* | setResponse (char **argv, int argc, Information &eleInformation) |
| use Brick3D report. 08/16/00. More...
|
int | getResponse (int responseID, Information &eleInformation) |
void | incremental_Update (void) |
| //tensor * IN_tangent_E,//stresstensor * INstress, //stresstensor * INiterative_stress, //double * INq_ast_iterative, //straintensor * INstrain. More...
|
tensor | H_3D (double r1, double r2, double r3) |
| void iterative_Update(void);. More...
|
tensor | interp_poli_at (double r, double s, double t) |
tensor | dh_drst_at (double r, double s, double t) |
EightNodeBrick& | operator[] (int subscript) |
| Finite_Element * new_el( int total );. More...
|
tensor | getStiffnessTensor (void) |
| Finite_Element & operator[](int subscript);. More...
|
void | set_strain_stress_tensor (FILE *fp, double *u) |
| matrix stiffness_tensor(void);. More...
|
tensor | getMassTensor (void) |
tensor | Jacobian_3D (tensor dh) |
| out19Jan2001 double Potential_Energy(void);. More...
|
tensor | Jacobian_3Dinv (tensor dh) |
tensor | Nodal_Coordinates (void) |
tensor | incr_disp (void) |
tensor | total_disp (void) |
tensor | total_disp (FILE *fp, double *u) |
tensor | stiffness_matrix (const tensor &K) |
tensor | mass_matrix (const tensor &M) |
int | get_global_number_of_node (int local_node_number) |
int | get_Brick_Number (void) |
int* | get_LM (void) |
double | get_Gauss_p_c (short order, short point_numb) |
| these two files are originally in fe.h. More...
|
double | get_Gauss_p_w (short order, short point_numb) |
tensor | nodal_forces (void) |
| returns nodal forces for given stress field in an element. More...
|
tensor | iterative_nodal_forces (void) |
| returns nodal forces for ITERATIVE stress field in an element. More...
|
tensor | nodal_forces_from_stress (stresstensor &) |
| returns nodal forces for given constant stress field in the element. More...
|
tensor | linearized_nodal_forces (void) |
| by using the linearized constitutive tensor from the begining of the step ! More...
|
tensor | update_stress_strain (tensor &disp) |
| updates Material point stresses and strains from given displacements. More...
|
void | report (char *) |
void | reportshort (char *) |
void | reportPAK (char *) |
void | reportpqtheta (int) |
void | reportLM (char *) |
void | reportTensor (char *) |
void | reportCIPIC (char *) |
void | reportTensorF (FILE *) |
Detailed Description
include <QuadRule1d.h>.
Definition at line 73 of file EightNodeBrick.h.
Constructor & Destructor Documentation
EightNodeBrick::EightNodeBrick (
|
int element_number,
|
|
int node_numb_1,
|
|
int node_numb_2,
|
|
int node_numb_3,
|
|
int node_numb_4,
|
|
int node_numb_5,
|
|
int node_numb_6,
|
|
int node_numb_7,
|
|
int node_numb_8,
|
|
NDMaterial * Globalmmodel,
|
|
double b1,
|
|
double b2,
|
|
double b3,
|
|
double r,
|
|
double p )
|
|
EightNodeBrick::EightNodeBrick (
|
)
|
|
EightNodeBrick::~EightNodeBrick (
|
)
|
|
Member Function Documentation
const Vector EightNodeBrick::FormEquiBodyForce (
|
void )
|
|
tensor EightNodeBrick::H_3D (
|
double r1,
|
|
double r2,
|
|
double r3 )
|
|
tensor EightNodeBrick::Jacobian_3D (
|
tensor dh )
|
|
tensor EightNodeBrick::Jacobian_3Dinv (
|
tensor dh )
|
|
tensor EightNodeBrick::Nodal_Coordinates (
|
void )
|
|
void EightNodeBrick::Print (
|
ostream & s,
|
|
int flag = 0 ) [virtual]
|
|
|
A pure virtual function. The component is to output itself to the output stream {s}. The integer {flag} can be used to select just what should be output, by default
is passed.
Reimplemented from TaggedObject.
Definition at line 3585 of file EightNodeBrick.cpp. |
int EightNodeBrick::addInertiaLoadToUnbalance (
|
const Vector & accel ) [virtual]
|
|
int EightNodeBrick::addLoad (
|
const Vector & addP ) [virtual]
|
|
int EightNodeBrick::commitState (
|
void ) [virtual]
|
|
tensor EightNodeBrick::dh_drst_at (
|
double r,
|
|
double s,
|
|
double t )
|
|
int EightNodeBrick::displaySelf (
|
Renderer & theViewer,
|
|
int displayMode,
|
|
float fact ) [virtual]
|
|
const Matrix & EightNodeBrick::getConsMass (
|
)
|
|
const Matrix & EightNodeBrick::getDamp (
|
void ) [virtual]
|
|
|
To return the damping matrix. The element is to compute its damping matrix based on the original location of the nodes and the current trial response quantities at the nodes.
Reimplemented from Element.
Definition at line 3129 of file EightNodeBrick.cpp. |
const ID & EightNodeBrick::getExternalNodes (
|
void ) [virtual]
|
|
const Matrix & EightNodeBrick::getMass (
|
void ) [virtual]
|
|
|
To return the mass matrix. The element is to compute its mass matrix based on the original location of the nodes and the current trial response quantities at the nodes.
Reimplemented from Element.
Definition at line 3136 of file EightNodeBrick.cpp. |
tensor EightNodeBrick::getMassTensor (
|
void )
|
|
int EightNodeBrick::getNumDOF (
|
void ) [virtual]
|
|
|
To return the number of dof associated with the element. This should equal the sum of the dofs at each of the external nodes. To ensure this, each subclass can overwrite the DomainComponent classes {setDomain()} method.
Reimplemented from Element.
Definition at line 2889 of file EightNodeBrick.cpp. |
int EightNodeBrick::getNumExternalNodes (
|
void ) const [virtual]
|
|
const Vector & EightNodeBrick::getResistingForce (
|
void ) [virtual]
|
|
const Vector & EightNodeBrick::getResistingForceIncInertia (
|
void ) [virtual]
|
|
int EightNodeBrick::getResponse (
|
int responseID,
|
|
Information & eleInformation ) [virtual]
|
|
const Matrix & EightNodeBrick::getSecantStiff (
|
void ) [virtual]
|
|
|
To return the elements secant stiffness matrix. The element is to compute its stiffness matrix based on the original location of the nodes and the current trial displacement at the nodes. THIS SECANT MAY BE REMOVED.
Reimplemented from Element.
Definition at line 3123 of file EightNodeBrick.cpp. |
tensor EightNodeBrick::getStiffnessTensor (
|
void )
|
|
const Matrix & EightNodeBrick::getTangentStiff (
|
void ) [virtual]
|
|
int EightNodeBrick::get_Brick_Number (
|
void )
|
|
double EightNodeBrick::get_Gauss_p_c (
|
short order,
|
|
short point_numb )
|
|
double EightNodeBrick::get_Gauss_p_w (
|
short order,
|
|
short point_numb )
|
|
int * EightNodeBrick::get_LM (
|
void )
|
|
int EightNodeBrick::get_global_number_of_node (
|
int local_node_number )
|
|
tensor EightNodeBrick::incr_disp (
|
void )
|
|
void EightNodeBrick::incremental_Update (
|
void )
|
|
|
//tensor * IN_tangent_E,//stresstensor * INstress, //stresstensor * INiterative_stress, //double * INq_ast_iterative, //straintensor * INstrain.
Definition at line 408 of file EightNodeBrick.cpp. |
tensor EightNodeBrick::interp_poli_at (
|
double r,
|
|
double s,
|
|
double t )
|
|
tensor EightNodeBrick::iterative_nodal_forces (
|
void )
|
|
|
returns nodal forces for ITERATIVE stress field in an element.
Definition at line 2059 of file EightNodeBrick.cpp. |
tensor EightNodeBrick::linearized_nodal_forces (
|
void )
|
|
|
by using the linearized constitutive tensor from the begining of the step !
Definition at line 2246 of file EightNodeBrick.cpp. |
tensor EightNodeBrick::mass_matrix (
|
const tensor & M )
|
|
tensor EightNodeBrick::nodal_forces (
|
void )
|
|
tensor EightNodeBrick::nodal_forces_from_stress (
|
stresstensor & stress )
|
|
|
returns nodal forces for given constant stress field in the element.
Definition at line 2155 of file EightNodeBrick.cpp. |
EightNodeBrick & EightNodeBrick::operator[] (
|
int subscript )
|
|
|
This is a pure virtual method, one must be written for each instantiable subclass of MovableObject. Each object has to receive the data needed to be able to recreate itself in the new process after it has been sent through {theChannel}. If the object is an aggregation containing other objects, new objects of the correct type can be constructed using {theBroker}. To return
if successful or a
if not.
Reimplemented from MovableObject.
Definition at line 3511 of file EightNodeBrick.cpp. |
void EightNodeBrick::report (
|
char * msg )
|
|
void EightNodeBrick::reportCIPIC (
|
char * )
|
|
void EightNodeBrick::reportLM (
|
char * msg )
|
|
void EightNodeBrick::reportPAK (
|
char * msg )
|
|
void EightNodeBrick::reportTensor (
|
char * msg )
|
|
void EightNodeBrick::reportTensorF (
|
FILE * fp )
|
|
void EightNodeBrick::reportpqtheta (
|
int GP_numb )
|
|
void EightNodeBrick::reportshort (
|
char * msg )
|
|
int EightNodeBrick::revertToLastCommit (
|
void ) [virtual]
|
|
|
The element is to set it's current state to the last committed state. To return
if sucessfull, a negative number if not.
Reimplemented from Element.
Definition at line 3047 of file EightNodeBrick.cpp. |
int EightNodeBrick::revertToStart (
|
void ) [virtual]
|
|
|
The element is to set it's current state to the state it was at before the analysis started. To return
if sucessfull, a negative number if not.
Reimplemented from Element.
Definition at line 3070 of file EightNodeBrick.cpp. |
int EightNodeBrick::sendSelf (
|
int commitTag,
|
|
Channel & theChannel ) [virtual]
|
|
void EightNodeBrick::setDomain (
|
Domain * theDomain ) [virtual]
|
|
|
Sets the encompassing domain of the component to that given by {theDomain}. This method is invoked by {theDomain} when the component is being added to the domain, in an {addDomain..} invocation (see interface for Domain).
Reimplemented from DomainComponent.
Definition at line 2895 of file EightNodeBrick.cpp. |
Response * EightNodeBrick::setResponse (
|
char ** argv,
|
|
int argc,
|
|
Information & eleInformation ) [virtual]
|
|
void EightNodeBrick::set_strain_stress_tensor (
|
FILE * fp,
|
|
double * u )
|
|
tensor EightNodeBrick::stiffness_matrix (
|
const tensor & K )
|
|
tensor EightNodeBrick::total_disp (
|
FILE * fp,
|
|
double * u )
|
|
tensor EightNodeBrick::total_disp (
|
void )
|
|
tensor EightNodeBrick::update_stress_strain (
|
tensor & disp )
|
|
|
updates Material point stresses and strains from given displacements.
|
void EightNodeBrick::zeroLoad (
|
void ) [virtual]
|
|
The documentation for this class was generated from the following files:
|