19namespace CohesiveZoneModeI
21template <
int DisplacementDim>
23 std::vector<std::unique_ptr<ParameterLib::ParameterBase>>
const& parameters,
28 DBUG(
"Create CohesiveZoneModeI material");
32 config,
"normal_stiffness", parameters, 1);
36 config,
"shear_stiffness", parameters, 1);
40 config,
"fracture_toughness", parameters, 1);
44 config,
"peak_normal_traction", parameters, 1);
46 auto const penalty_aperture_cutoff =
50 auto const tension_cutoff =
56 return std::make_unique<CohesiveZoneModeI<DisplacementDim>>(
57 penalty_aperture_cutoff, tension_cutoff, mp);
61 std::vector<std::unique_ptr<ParameterLib::ParameterBase>>
const& parameters,
65 std::vector<std::unique_ptr<ParameterLib::ParameterBase>>
const& parameters,
void DBUG(fmt::format_string< Args... > fmt, Args &&... args)
T getConfigParameter(std::string const ¶m) const
void checkConfigParameter(std::string const ¶m, std::string_view const value) const
std::unique_ptr< FractureModelBase< DisplacementDim > > createCohesiveZoneModeI(std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, BaseLib::ConfigTree const &config)
OGS_NO_DANGLING Parameter< ParameterDataType > & findParameter(std::string const ¶meter_name, std::vector< std::unique_ptr< ParameterBase > > const ¶meters, int const num_components, MeshLib::Mesh const *const mesh=nullptr)
Variables specific to the material model.