51 #ifndef SeriesMaterial_h 52 #define SeriesMaterial_h 61 #include "ConnectedMaterial.h" 82 std::vector<double> stress;
83 std::vector<double> flex;
84 std::vector<double> strain;
97 double getStrain(
void)
const;
100 double getInitialTangent(
void)
const;
102 int commitState(
void);
103 int revertToLastCommit(
void);
104 int revertToStart(
void);
111 void Print(std::ostream &s,
int flag =0);
int getResponse(int responseID, Information &matInformation)
Returns material response.
Definition: SeriesMaterial.cpp:351
int setTrialStrain(double strain, double strainRate=0.0)
Sets the value of the trial strain.
Definition: SeriesMaterial.cpp:90
Serially connected uniaxial materials.
Definition: SeriesMaterial.h:67
Definition: Response.h:71
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:92
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: SeriesMaterial.cpp:290
int sendData(CommParameters &)
Send its members through the channel being passed as parameter.
Definition: SeriesMaterial.cpp:248
double getStress(void) const
Return the current value of stress.
Definition: SeriesMaterial.cpp:163
Pointers to UniaxialMaterial container.
Definition: DqUniaxialMaterial.h:44
UniaxialMaterial * getCopy(void) const
Virtual constructor.
Definition: SeriesMaterial.cpp:244
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: SeriesMaterial.cpp:276
double getTangent(void) const
Return the current value of the tangent for the trial strain.
Definition: SeriesMaterial.cpp:166
Connected uniaxial materials (parallel or serial).
Definition: ConnectedMaterial.h:39
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Communication parameters between processes.
Definition: CommParameters.h:65
void Print(std::ostream &s, int flag=0)
Print stuff.
Definition: SeriesMaterial.cpp:309
int recvData(const CommParameters &)
Receives its members through the channel being passed as parameter.
Definition: SeriesMaterial.cpp:261