1#ifndef MODEL_INTERFACE_CRACK_CONSTANT_H
2#define MODEL_INTERFACE_CRACK_CONSTANT_H
40 std::string gtype =
"";
41 std::string wtype =
"";
42 pp.
query(
"gtype", gtype);
43 pp.
query(
"wtype", wtype);
46 if(gtype ==
"squarepexp"|| gtype ==
"cubicm")
48 pp.
query(
"exponent",ductile_exponent);
50 std::map<std::string,Model::Interface::Crack::Crack::GType> g_map;
58 std::map<std::string,Model::Interface::Crack::Crack::WType> w_map;
int query(std::string name, T &value, const std::source_location &location=std::source_location::current())
Set::Scalar Mobility(Set::Scalar)
Set::Scalar Gc(Set::Scalar)
Set::Scalar DGc(Set::Scalar)
Set::Scalar Zeta(Set::Scalar)
Set::Scalar DDGc(Set::Scalar)
static void Parse(Constant &value, IO::ParmParse &pp)
Set::Scalar DrivingForceThreshold(Set::Scalar)
void SetWType(const WType a_type)
void SetDuctileExponent(const Set::Scalar m)
void SetGType(const GType a_type)