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);
Float vector abstraction.
Definition: Vector.h:93
virtual const Matrix & getGlobalVectors(const Matrix &) const
Returns the vectors expressed in global coordinates.
Definition: ShellMecLoad.cc:124
virtual size_t getForceVectorDimension(void) const
Return the dimension of the force vector.
Definition: ShellMecLoad.cc:66
virtual void addReactionsInBasicSystem(const double &, const double &, FVectorShell &) const
Adds the load al consistent load vector (see page 108 libro Eugenio Oñate).
Definition: ShellMecLoad.cc:49
virtual const Matrix & getLocalMoments(void) const
Returns the components of the vector moments.
Definition: ShellMecLoad.cc:109
virtual const Matrix & getGlobalMoments(void) const
Returns the bending moment expressed in global coordinates.
Definition: ShellMecLoad.cc:169
Vector of integers.
Definition: ID.h:93
Mechanical load (forces) over bidimensional elements.
Definition: BidimMecLoad.h:43
virtual Vector getLocalForce(void) const
Returns force expressed in local coordinates.
Definition: ShellMecLoad.cc:74
virtual const Matrix & getGlobalForces(void) const
Return the force expressed in global coordinates.
Definition: ShellMecLoad.cc:165
virtual Vector getLocalMoment(void) const
Returns moment expressed in local coordinates.
Definition: ShellMecLoad.cc:84
Ingernal forces for a shell element.
Definition: FVectorShell.h:40
Mechanical load (forces) over shell elements.
Definition: ShellMecLoad.h:41
virtual const Matrix & getLocalForces(void) const
Returns the componentes of the force vectors.
Definition: ShellMecLoad.cc:94
virtual void addFixedEndForcesInBasicSystem(const double &, const double &, FVectorShell &) const
??
Definition: ShellMecLoad.cc:59
virtual size_t getMomentVectorDimension(void) const
Return the dimension of the bending moment vector.
Definition: ShellMecLoad.cc:70
double Trans
Transverse load.
Definition: BidimMecLoad.h:46
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Matrix of floats.
Definition: Matrix.h:108