68 #include "material/uniaxial/steel/SteelBase0103.h" 69 #include <utility/matrix/Matrix.h> 78 void determineTrialState(
double dStrain);
79 void detectLoadReversal(
double dStrain);
93 double a1 = STEEL_0103_DEFAULT_A1,
double a2 = STEEL_0103_DEFAULT_A2,
94 double a3 = STEEL_0103_DEFAULT_A3,
double a4 = STEEL_0103_DEFAULT_A4);
101 int revertToStart(
void);
105 void Print(std::ostream &s,
int flag =0);
108 int setParameter(
const std::vector<std::string> &argv,
Parameter ¶m);
109 int updateParameter (
int parameterID,
Information &info);
110 int activateParameter (
int parameterID);
111 double getStressSensitivity (
int gradNumber,
bool conditional);
112 double getInitialTangentSensitivity(
int gradNumber);
113 int commitSensitivity (
double strainGradient,
int gradNumber,
int numGrads);
int recvData(const CommParameters &)
Receives object members through the channel being passed as parameter.
Definition: Steel01.cpp:256
Uniaxial material model for steel.
Definition: Steel01.h:75
int setup_parameters(void)
Sets all history and state variables to initial values.
Definition: Steel01.cpp:73
double E0
Initial stiffness.
Definition: SteelBase.h:42
double a3
coefficient for isotropic hardening in tension
Definition: SteelBase.h:46
int recvSelf(const CommParameters &)
Receives object through the channel being passed as parameter.
Definition: Steel01.cpp:281
int sendData(CommParameters &)
Send object members through the channel being passed as parameter.
Definition: Steel01.cpp:246
Base class for Steel01 and Steel03.
Definition: SteelBase0103.h:45
double a4
coefficient for isotropic hardening in tension
Definition: SteelBase.h:47
UniaxialMaterial * getCopy(void) const
Virtual constructor.
Definition: Steel01.cpp:242
double b
Hardening ratio (b = Esh/E0)
Definition: SteelBase.h:43
double a1
coefficient for isotropic hardening in compression
Definition: SteelBase.h:44
double a2
coefficient for isotropic hardening in compression
Definition: SteelBase.h:45
Definition: Parameter.h:65
void Print(std::ostream &s, int flag=0)
Imprime el objeto.
Definition: Steel01.cpp:300
Communication parameters between processes.
Definition: CommParameters.h:65
================================================================================
Definition: ContinuaReprComponent.h:34
double fy
Yield stress.
Definition: SteelBase.h:41
int sendSelf(CommParameters &)
Sends object through the channel being passed as parameter.
Definition: Steel01.cpp:267
Steel01(void)
Constructor.
Definition: Steel01.cpp:112
Base class for uniaxial materials.
Definition: UniaxialMaterial.h:88