33 #include "domain/load/pattern/MapLoadPatterns.h" 34 #include "domain/load/pattern/LoadCombinationGroup.h" 38 class LoadCombination;
46 typedef std::map<std::string,GroundMotion *> map_ground_motions;
47 map_ground_motions ground_motions;
67 void removeAllFromDomain(
void);
69 inline int &getTagLP(
void)
71 inline const int &getTagLP(
void)
const 73 inline void setTagLP(
const int &tlp)
80 {
return combinations; }
82 {
return combinations; }
LoadLoader(Preprocessor *owr)
Default constructor.
Definition: LoadLoader.cc:44
~LoadLoader(void)
Destructor.
Definition: LoadLoader.cc:86
Domain (mesh and boundary conditions) of the finite element model.
Definition: Domain.h:98
Vector que almacena los dbTags de los miembros de la clase.
Definition: DbTagData.h:43
void removeFromDomain(const std::string &)
Elimina el load pattern del domain.
Definition: LoadLoader.cc:63
int sendData(CommParameters &)
Send members through the channel being passed as parameter.
Definition: LoadLoader.cc:98
Load pattern combination (1.5*PP+1.0*CP+1.6*SC ...).
Definition: LoadCombination.h:43
DbTagData & getDbTagData(void) const
Returns a vector para almacenar los dbTags de los miembros de la clase.
Definition: LoadLoader.cc:91
Finite element model generation tools.
Definition: Preprocessor.h:58
Load pattern container.
Definition: MapLoadPatterns.h:45
Load combination container.
Definition: LoadCombinationGroup.h:46
void clearAll(void)
Clears all the objects.
Definition: LoadLoader.cc:79
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: LoadLoader.cc:133
Base class for the preprocessor objects that create model entities: nodes, elements, loads, etc.
Definition: Loader.h:50
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: LoadLoader.cc:118
void addToDomain(const std::string &)
Adds the load patter to the domain.
Definition: LoadLoader.cc:48
int recvData(const CommParameters &)
Send members through the channel being passed as parameter.
Definition: LoadLoader.cc:108
Lee load patterns desde archivo. Load definition manager.
Definition: LoadLoader.h:44
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34