29 #ifndef ShellMecLoad_h 30 #define ShellMecLoad_h 33 #include "BidimMecLoad.h" 44 ShellMecLoad(
int tag,
int classTag,
const double &
Trans,
const double &,
const double &,
const ID &theElementTags);
virtual Vector getLocalMoment(void) const
Returns moment expressed in local coordinates.
Definition: ShellMecLoad.cc:82
virtual const Matrix & getLocalForces(void) const
Returns the componentes de los vectores fuerza.
Definition: ShellMecLoad.cc:92
virtual size_t getDimVectorMomento(void) const
Return the dimension del vector momento.
Definition: ShellMecLoad.cc:68
virtual const Matrix & getGlobalMoments(void) const
Returns the momento expresado en coordenadas globales.
Definition: ShellMecLoad.cc:167
virtual Vector getLocalForce(void) const
Returns force expressed in local coordinates.
Definition: ShellMecLoad.cc:72
virtual void addFixedEndForcesInBasicSystem(const double &, const double &, FVectorShell &) const
??
Definition: ShellMecLoad.cc:58
Ingernal forces for a shell element.
Definition: FVectorShell.h:40
virtual void addReactionsInBasicSystem(const double &, const double &, FVectorShell &) const
Adds the load al consistent load vector (ver página 108 libro Eugenio Oñate).
Definition: ShellMecLoad.cc:49
Mechanical load (forces) over shell elements.
Definition: ShellMecLoad.h:41
virtual const Matrix & getGlobalForces(void) const
Return the fuerza expresada en coordenadas globales.
Definition: ShellMecLoad.cc:163
virtual size_t getDimVectorFuerza(void) const
Return the dimension del vector fuerza.
Definition: ShellMecLoad.cc:64
Mechanical load (forces) over bidimensional elements.
Definition: BidimMecLoad.h:43
================================================================================
Definition: ContinuaReprComponent.h:34
virtual const Matrix & getLocalMoments(void) const
Returns the componentes de los vectores momento.
Definition: ShellMecLoad.cc:107
double Trans
Transverse load.
Definition: BidimMecLoad.h:46
virtual const Matrix & getGlobalVectors(const Matrix &) const
Returns the vectors expressed in global coordinates.
Definition: ShellMecLoad.cc:122