20 params.
addClassDescription(
"Object for declaring a constant 3-vector as a material property.");
23 "vector_name",
"Name of the vector material property to be created");
34 getParam<MaterialPropertyName>(
"vector_name")))
Declares a constant material property of type RealVectorValue.
GenericConstantRealVectorValueTempl(const InputParameters ¶meters)
static InputParameters validParams()
static InputParameters validParams()
This is a "smart" enum class intended to replace many of the shortcomings in the C++ enum type It sho...
registerMooseObject("MooseApp", GenericConstantRealVectorValue)
Materials compute MaterialProperties.
virtual void computeQpProperties() override
Users must override this method.
virtual void initQpStatefulProperties() override
Initialize stateful properties at quadrature points.