70 #include <material/uniaxial/UniaxialMaterial.h> 71 #include <utility/matrix/Vector.h> 87 void envelPosCap(
double fy,
double alfaPos,
double alfaCap,
88 double cpDsp,
double d,
double *f,
double *ek );
90 void envelNegCap(
double fy,
double alfaNeg,
double alfaCap,
91 double cpDsp,
double d,
double *f,
double *ek);
93 void recordInfo(
int cond =0);
99 double elstk,fyieldPos,fyieldNeg,alpha,Resfac;
100 double capSlope,capDispPos,capDispNeg;
101 double ecaps,ecapk,ecapa,ecapd,cs,ck,ca,cd;
102 double fpPos,fpNeg,a_pinch;
105 double dyieldPos,dyieldNeg,Enrgts,Enrgta,Enrgtk,Enrgtd;
107 double hsTrial[22], hsCommit[22], hsLastCommit[22];
118 double getStrain(
void)
const;
124 int revertToLastCommit(
void);
133 void Print(std::ostream &s,
int flag =0)
const;
int commitState(void)
Commit the state of the material.
Definition: Pinching.cpp:707
void Print(std::ostream &s, int flag=0) const
Print stuff.
Definition: Pinching.cpp:241
double getInitialTangent(void) const
Return the material initial stiffness.
Definition: Pinching.cpp:275
Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
UniaxialMaterial * getCopy(void) const
Virtual constructor.
Definition: Pinching.cpp:298
int setTrialStrain(double d, double strainRate=0.0)
Sets the value of the trial strain.
Definition: Pinching.cpp:335
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:93
double getTangent(void) const
Return the material tangent stiffness.
Definition: Pinching.cpp:267
Definition: Pinching.h:84
int sendSelf(Communicator &)
Send the object.
Definition: Pinching.cpp:292
int revertToStart(void)
Revert the material to its initial state.
Definition: Pinching.cpp:192
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
double getStress(void) const
Return the current value of stress.
Definition: Pinching.cpp:278
int recvSelf(const Communicator &)
Receive the object.
Definition: Pinching.cpp:286