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& os,
const MDEvolutionLaw & MDEL)
167 os.unsetf( ios::scientific );
171 os << std::endln <<
"Manzari-Dafalias Evolution Law's parameters:" << std::endln;
172 os <<
"Mc = " << MDEL.getMc() <<
"; ";
174 os <<
"Me = " << MDEL.getMe() <<
"; ";
176 os <<
"Lambda = " << MDEL.getLambda() <<
"; ";
178 os <<
"ec_ref = " << MDEL.getec_ref() <<
"; ";
180 os <<
"p_ref = " << MDEL.getp_ref() <<
"kPa" <<
"; " << std::endln;
183 os <<
"kc_b = " << MDEL.getkc_b() <<
"; ";
185 os <<
"kc_d = " << MDEL.getkc_d() <<
"; ";
187 os <<
"ke_b = " << MDEL.getke_b() <<
"; ";
189 os <<
"ke_d = " << MDEL.getke_d() <<
"; " << std::endln;
194 os <<
"ho = " << MDEL.getho() <<
"; ";
196 os <<
"Cm = " << MDEL.getCm() <<
"; " <<
"eo = " << MDEL.geteo() << std::endln;
201 os <<
"Ao = " << MDEL.getAo() <<
"; ";
203 os <<
"Fmax = " << MDEL.getFmax() <<
"; ";
205 os <<
"Cf = " << MDEL.getCf() <<
"; " << std::endln << std::endln;
210 double g_A(
double theta,
double e);
211 double g_WW(
double theta,
double e);
??.
Definition: MD_EL.h:64
3
Definition: EPState.h:73
================================================================================
Definition: ContinuaReprComponent.h:34