Go to the source code of this file.
|
| registerADMooseObject ("TensorMechanicsApp", ADComputeIsotropicElasticityTensorShell) |
|
| defineADValidParams (ADComputeIsotropicElasticityTensorShell, ADMaterial, params.addClassDescription("Compute a plane stress isotropic elasticity tensor.");params.addRequiredRangeCheckedParam< Real >("poissons_ratio", "poissons_ratio >= -1.0 & poissons_ratio < 0.5", "Poisson's ratio for the material.");params.addRequiredRangeCheckedParam< Real >("youngs_modulus", "youngs_modulus > 0.0", "Young's modulus of the material.");params.addRequiredParam< std::string >("through_thickness_order", "Quadrature order in out of plane direction");) |
|
◆ defineADValidParams()
defineADValidParams |
( |
ADComputeIsotropicElasticityTensorShell |
, |
|
|
ADMaterial |
, |
|
|
params.addClassDescription("Compute a plane stress isotropic elasticity tensor.");params.addRequiredRangeCheckedParam< Real >("poissons_ratio", "poissons_ratio >= -1.0 & poissons_ratio < 0.5", "Poisson's ratio for the material.");params.addRequiredRangeCheckedParam< Real >("youngs_modulus", "youngs_modulus > 0.0", "Young's modulus of the material.");params.addRequiredParam< std::string >("through_thickness_order", "Quadrature order in out of plane direction"); |
|
|
) |
| |
◆ registerADMooseObject()