102 double Lamdad = 0.025,
103 double ec_refd = 0.8,
105 double kc_bd = 3.975,
106 double kc_dd = 4.200,
107 double ke_bd = 2.000,
108 double ke_dd = 0.070,
116 Mc (Mcd), Me(Med), Lambda(Lamdad), ec_ref(ec_refd), p_ref(p_refd),
117 kc_b(kc_bd), kc_d(kc_dd), ke_b(ke_bd), ke_d(ke_dd), ho(hod), Cm(Cmd),
118 Ao(Aod), Fmax(Fmaxd), Cf(Cfd), a(ad), eo(0.0) {}
129 double getKp(
EPState *EPS,
double dummy );
131 void UpdateAllVars(
EPState *EPS,
double dlamda );
137 double getMc()
const;
138 double getMe()
const;
139 double getLambda()
const;
140 double getec_ref()
const;
141 double getp_ref()
const;
143 double getkc_b()
const;
144 double getkc_d()
const;
145 double getke_b()
const;
146 double getke_d()
const;
148 double getho()
const;
149 double getCm()
const;
150 double geteo()
const;
151 void seteo(
double eod);
154 double getAo()
const;
156 double getFmax()
const;
157 double getCf()
const;
165 friend std::ostream& operator<<(std::ostream &,
const MDEvolutionLaw &);
166 double g_A(
double theta,
double e);
167 double g_WW(
double theta,
double e);
172 std::ostream& operator<<(std::ostream &os,
const MDEvolutionLaw & MDEL);
??.
Definition: MD_EL.h:64
3
Definition: EPState.h:73
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34