65 #ifndef GroundMotion_h 66 #define GroundMotion_h 68 #include "utility/actor/actor/MovableObject.h" 69 #include "utility/matrix/Vector.h" 95 virtual double getDuration(
void)
const= 0;
97 virtual double getPeakAccel()
const= 0;
98 virtual double getPeakVel()
const= 0;
99 virtual double getPeakDisp()
const= 0;
101 virtual double getAccel(
double time)
const= 0;
102 virtual double getVel(
double time)
const= 0;
103 virtual double getDisp(
double time)
const= 0;
104 virtual const Vector &getDispVelAccel(
double time)
const;
113 virtual double getAccelSensitivity(
double time)= 0;
Float vector abstraction.
Definition: Vector.h:93
virtual int updateParameter(int parameterID, Information &info)=0
Updates the parameter identified by parameterID with info.
Object that can move between processes.
Definition: MovableObject.h:99
int sendSelf(CommParameters &)
Send the object.
Definition: GroundMotion.cpp:126
Vector that stores the dbTags of the class members.
Definition: DbTagData.h:43
GroundMotion * receiveGroundMotionPtr(GroundMotion *, DbTagData &, const CommParameters &cp, const BrokedPtrCommMetaData &)
Recibe a pointer a «ground motion» through the channel being passed as parameter. ...
Definition: GroundMotion.cpp:163
int recvSelf(const CommParameters &)
Receive the object.
Definition: GroundMotion.cpp:135
Base class for ground motions.
Definition: GroundMotion.h:83
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
virtual int activateParameter(int parameterID)=0
Activates the parameter identified by parameterID.
virtual int setParameter(const std::vector< std::string > &argv, Parameter ¶m)=0
Sets the value param to the parameter argv.
Communication parameters between processes.
Definition: CommParameters.h:65
Definition: Parameter.h:65
int sendGroundMotionPtr(GroundMotion *, DbTagData &, CommParameters &cp, const BrokedPtrCommMetaData &)
Envía a pointer al «ground motion» through the channel being passed as parameter. ...
Definition: GroundMotion.cpp:146