www.mooseframework.org
Functions
ReturnMappingModel.C File Reference

Go to the source code of this file.

Functions

template<>
InputParameters validParams< ReturnMappingModel > ()
 

Function Documentation

◆ validParams< ReturnMappingModel >()

template<>
InputParameters validParams< ReturnMappingModel > ( )

Definition at line 17 of file ReturnMappingModel.C.

18 {
19  InputParameters params = validParams<ConstitutiveModel>();
21  params.addParam<Real>("max_inelastic_increment",
22  1e-4,
23  "The maximum inelastic strain increment allowed in a time step");
24  params.addParam<bool>("compute_material_timestep_limit",
25  false,
26  "Whether to compute the matl_timestep_limit material property");
27  return params;
28 }

Referenced by validParams< CLSHPlasticModel >(), validParams< IsotropicPlasticity >(), and validParams< PowerLawCreepModel >().

validParams< SingleVariableReturnMappingSolution >
InputParameters validParams< SingleVariableReturnMappingSolution >()
validParams< ConstitutiveModel >
InputParameters validParams< ConstitutiveModel >()
Definition: ConstitutiveModel.C:16