70 #include <material/uniaxial/UniaxialMaterial.h>    71 #include <utility/matrix/Vector.h>    81     void envelPosCap(
double fy, 
double alphaPos, 
double alphaCap,
    82         double cpDsp, 
double d, 
double *f, 
double *ek );
    84     void envelNegCap(
double fy, 
double alphaNeg, 
double alphaCap,
    85         double cpDsp, 
double d, 
double *f, 
double *ek);
    87     void recordInfo(
int cond =0);
    90     double elstk,fyieldPos,fyieldNeg,alpha,Resfac; 
    91     double capSlope,capDispPos,capDispNeg;   
    92     double ecaps,ecapk,ecapa,ecapd,cs,ck,ca,cd;  
    95     double dyieldPos,dyieldNeg;
    96     double Enrgts,Enrgtk,Enrgta,Enrgtd;
    98     double hsTrial[24], hsCommit[24], hsLastCommit[24];
   109     double getStrain(
void) 
const;
   115     int revertToLastCommit(
void);    
   124     void Print(std::ostream &s, 
int flag =0) 
const; 
 double getTangent(void) const
Return the material tangent stiffness. 
Definition: Clough.cpp:247
Float vector abstraction. 
Definition: Vector.h:94
int sendSelf(Communicator &)
Send the object. 
Definition: Clough.cpp:281
Communication parameters between processes. 
Definition: Communicator.h:66
Base class for uniaxial materials. 
Definition: UniaxialMaterial.h:93
int recvSelf(const Communicator &)
Receive the object. 
Definition: Clough.cpp:274
int setTrialStrain(double d, double strainRate=0.0)
Sets the value of the trial strain. 
Definition: Clough.cpp:322
int commitState(void)
Commit the state of the material. 
Definition: Clough.cpp:684
int revertToStart(void)
Revert the material to its initial state. 
Definition: Clough.cpp:173
void Print(std::ostream &s, int flag=0) const
Print stuff. 
Definition: Clough.cpp:224
double getStress(void) const
Return the current value of stress. 
Definition: Clough.cpp:260
double getInitialTangent(void) const
Return the material initial stiffness. 
Definition: Clough.cpp:254
Clough type hysteretic model with degradation. 
Definition: Clough.h:78
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
UniaxialMaterial * getCopy(void) const
Virtual constructor. 
Definition: Clough.cpp:288