67 #ifndef CloughDamage_H    68 #define CloughDamage_H    70 #include <material/uniaxial/UniaxialMaterial.h>    71 #include <utility/matrix/Vector.h>    83     void envelPosCap(
double fy, 
double alphaPos, 
double alphaCap,
    84         double cpDsp, 
double d, 
double *f, 
double *ek );
    86     void envelNegCap(
double fy, 
double alphaNeg, 
double alphaCap,
    87         double cpDsp, 
double d, 
double *f, 
double *ek);
    89     void recordInfo(
int cond =0);
    94     double elstk,fyieldPos,fyieldNeg,alpha,Resfac;      
    95     double capSlope,capDispPos,capDispNeg;   
    98     double dyieldPos,dyieldNeg;
   104     double hsTrial[24], hsCommit[24], hsLastCommit[24];
   115     double getStrain(
void) 
const;
   121     int revertToLastCommit(
void);    
   130     void Print(std::ostream &s, 
int flag=0) 
const;
 Float vector abstraction. 
Definition: Vector.h:94
Communication parameters between processes. 
Definition: Communicator.h:66
void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: CloughDamage.cpp:253
Base class for uniaxial materials. 
Definition: UniaxialMaterial.h:93
int recvSelf(const Communicator &)
Receive the object. 
Definition: CloughDamage.cpp:313
double getInitialTangent(void) const
Return the material initial stiffness. 
Definition: CloughDamage.cpp:291
double getStress(void) const
Return the current value of stress. 
Definition: CloughDamage.cpp:298
int setTrialStrain(double d, double strainRate=0.0)
Sets the value of the trial strain. 
Definition: CloughDamage.cpp:353
UniaxialMaterial * getCopy(void) const
Virtual constructor. 
Definition: CloughDamage.cpp:327
int sendSelf(Communicator &)
Send the object. 
Definition: CloughDamage.cpp:320
int commitState(void)
Commit the state of the material. 
Definition: CloughDamage.cpp:722
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
Base class for damage models. 
Definition: DamageModel.h:107
int revertToStart(void)
Revert the material to its initial state. 
Definition: CloughDamage.cpp:203
Clough type hysteretic model with degradation. 
Definition: CloughDamage.h:80
double getTangent(void) const
Return the material tangent stiffness. 
Definition: CloughDamage.cpp:283