FourNodeQuad Class Reference

#include <FourNodeQuad.h>

Inheritance diagram for FourNodeQuad:

Element DomainComponent TaggedObject MovableObject List of all members.

Public Member Functions

 FourNodeQuad (int tag, int nd1, int nd2, int nd3, int nd4, NDMaterial &m, const char *type, double t, double pressure=0.0, double rho=0.0, double b1=0.0, double b2=0.0)
 FourNodeQuad ()
 ~FourNodeQuad ()
const char * getClassType (void) const
int getNumExternalNodes (void) const
const IDgetExternalNodes (void)
Node ** getNodePtrs (void)
int getNumDOF (void)
void setDomain (Domain *theDomain)
int commitState (void)
int revertToLastCommit (void)
int revertToStart (void)
int update (void)
const MatrixgetTangentStiff (void)
const MatrixgetInitialStiff (void)
const MatrixgetMass (void)
void zeroLoad ()
int addLoad (ElementalLoad *theLoad, double loadFactor)
int addInertiaLoadToUnbalance (const Vector &accel)
const VectorgetResistingForce (void)
const VectorgetResistingForceIncInertia (void)
int sendSelf (int commitTag, Channel &theChannel)
int recvSelf (int commitTag, Channel &theChannel, FEM_ObjectBroker &theBroker)
int displaySelf (Renderer &theViewer, int displayMode, float fact)
void Print (OPS_Stream &s, int flag=0)
ResponsesetResponse (const char **argv, int argc, Information &eleInformation, OPS_Stream &s)
int getResponse (int responseID, Information &eleInformation)
int setParameter (const char **argv, int argc, Parameter &param)
int updateParameter (int parameterID, Information &info)

Friends

class PyLiq1
class TzLiq1

Detailed Description

Definition at line 47 of file FourNodeQuad.h.


Constructor & Destructor Documentation

FourNodeQuad::FourNodeQuad ( int  tag,
int  nd1,
int  nd2,
int  nd3,
int  nd4,
NDMaterial m,
const char *  type,
double  t,
double  pressure = 0.0,
double  rho = 0.0,
double  b1 = 0.0,
double  b2 = 0.0 
)

Definition at line 54 of file FourNodeQuad.cpp.

References exit(), NDMaterial::getCopy(), and opserr.

FourNodeQuad::FourNodeQuad (  ) 

Definition at line 116 of file FourNodeQuad.cpp.

FourNodeQuad::~FourNodeQuad (  ) 

Definition at line 139 of file FourNodeQuad.cpp.


Member Function Documentation

const char* FourNodeQuad::getClassType ( void   )  const [inline, virtual]

Reimplemented from MovableObject.

Definition at line 57 of file FourNodeQuad.h.

int FourNodeQuad::getNumExternalNodes ( void   )  const [virtual]

Implements Element.

Definition at line 155 of file FourNodeQuad.cpp.

const ID & FourNodeQuad::getExternalNodes ( void   )  [virtual]

Implements Element.

Definition at line 161 of file FourNodeQuad.cpp.

Node ** FourNodeQuad::getNodePtrs ( void   )  [virtual]

Implements Element.

Definition at line 168 of file FourNodeQuad.cpp.

int FourNodeQuad::getNumDOF ( void   )  [virtual]

Implements Element.

Definition at line 174 of file FourNodeQuad.cpp.

void FourNodeQuad::setDomain ( Domain theDomain  )  [virtual]

Reimplemented from DomainComponent.

Definition at line 180 of file FourNodeQuad.cpp.

References Domain::getNode(), Node::getNumberDOF(), and DomainComponent::setDomain().

int FourNodeQuad::commitState ( void   )  [virtual]

Reimplemented from Element.

Definition at line 226 of file FourNodeQuad.cpp.

References opserr.

int FourNodeQuad::revertToLastCommit ( void   )  [virtual]

Implements Element.

Definition at line 243 of file FourNodeQuad.cpp.

int FourNodeQuad::revertToStart ( void   )  [virtual]

Reimplemented from Element.

Definition at line 255 of file FourNodeQuad.cpp.

int FourNodeQuad::update ( void   )  [virtual]

Reimplemented from Element.

Definition at line 268 of file FourNodeQuad.cpp.

References Node::getTrialDisp(), NDMaterial::setTrialStrain(), and Vector::Zero().

const Matrix & FourNodeQuad::getTangentStiff ( void   )  [virtual]

Implements Element.

Definition at line 315 of file FourNodeQuad.cpp.

References alpha, NDMaterial::getTangent(), and Matrix::Zero().

const Matrix & FourNodeQuad::getInitialStiff ( void   )  [virtual]

Implements Element.

Definition at line 374 of file FourNodeQuad.cpp.

References alpha, NDMaterial::getInitialTangent(), and Matrix::Zero().

const Matrix & FourNodeQuad::getMass ( void   )  [virtual]

Reimplemented from Element.

Definition at line 427 of file FourNodeQuad.cpp.

References alpha, and Matrix::Zero().

Referenced by addInertiaLoadToUnbalance(), getResistingForceIncInertia(), and updateParameter().

void FourNodeQuad::zeroLoad (  )  [virtual]

Implements Element.

Definition at line 466 of file FourNodeQuad.cpp.

References Vector::Zero().

int FourNodeQuad::addLoad ( ElementalLoad theLoad,
double  loadFactor 
) [virtual]

Implements Element.

Definition at line 473 of file FourNodeQuad.cpp.

References endln, TaggedObject::getTag(), and opserr.

int FourNodeQuad::addInertiaLoadToUnbalance ( const Vector accel  )  [virtual]

Implements Element.

Definition at line 480 of file FourNodeQuad.cpp.

References getMass(), Node::getRV(), opserr, and Vector::Size().

const Vector & FourNodeQuad::getResistingForce ( void   )  [virtual]

Implements Element.

Definition at line 528 of file FourNodeQuad.cpp.

References Vector::addVector(), alpha, NDMaterial::getStress(), and Vector::Zero().

Referenced by getResistingForceIncInertia().

const Vector & FourNodeQuad::getResistingForceIncInertia ( void   )  [virtual]

int FourNodeQuad::sendSelf ( int  commitTag,
Channel theChannel 
) [virtual]

int FourNodeQuad::displaySelf ( Renderer theViewer,
int  displayMode,
float  fact 
) [virtual]

void FourNodeQuad::Print ( OPS_Stream s,
int  flag = 0 
) [virtual]

Response * FourNodeQuad::setResponse ( const char **  argv,
int  argc,
Information eleInformation,
OPS_Stream s 
) [virtual]

int FourNodeQuad::getResponse ( int  responseID,
Information eleInformation 
) [virtual]

Reimplemented from Element.

Definition at line 987 of file FourNodeQuad.cpp.

References Information::setVector().

int FourNodeQuad::setParameter ( const char **  argv,
int  argc,
Parameter param 
) [virtual]

Reimplemented from MovableObject.

Definition at line 1015 of file FourNodeQuad.cpp.

References Parameter::addObject(), and MovableObject::setParameter().

int FourNodeQuad::updateParameter ( int  parameterID,
Information info 
) [virtual]

Reimplemented from MovableObject.

Definition at line 1047 of file FourNodeQuad.cpp.

References getMass(), and Information::theDouble.


Friends And Related Function Documentation

friend class PyLiq1 [friend]

Definition at line 100 of file FourNodeQuad.h.

friend class TzLiq1 [friend]

Definition at line 101 of file FourNodeQuad.h.


The documentation for this class was generated from the following files:

Generated on Mon Oct 23 15:05:43 2006 for OpenSees by doxygen 1.5.0