ComputeEigenstrainBeamFromVariable computes an eigenstrain from displacement and rotational eigenstrain variables. More...
#include <ComputeEigenstrainBeamFromVariable.h>
Public Member Functions | |
| ComputeEigenstrainBeamFromVariable (const InputParameters ¶meters) | |
Static Public Member Functions | |
| static InputParameters | validParams () |
Protected Member Functions | |
| virtual void | computeQpEigenstrain () override |
| Compute the eigenstrain and store in _disp_eigenstrain and _rot_eigenstrain. More... | |
| virtual void | initQpStatefulProperties () |
| virtual void | computeQpProperties () |
Protected Attributes | |
| const unsigned int | _ndisp |
| Number of displacement eigenstrain variables. More... | |
| const unsigned int | _nrot |
| Number of rotational eigenstrain variables. More... | |
| std::vector< const VariableValue * > | _disp |
| Displacemenet eigenstrain variable values. More... | |
| std::vector< const VariableValue * > | _rot |
| Rotational eigenstrain variable values. More... | |
| std::string | _eigenstrain_name |
| Base material property name for the eigenstrain vectors. More... | |
| MaterialProperty< RealVectorValue > & | _disp_eigenstrain |
| Stores the current displacement eigenstrain. More... | |
| MaterialProperty< RealVectorValue > & | _rot_eigenstrain |
| Stores the current rotational eigenstrain. More... | |
| bool & | _step_zero |
| Restartable data to check for the zeroth and first time steps for thermal calculations. More... | |
ComputeEigenstrainBeamFromVariable computes an eigenstrain from displacement and rotational eigenstrain variables.
Definition at line 23 of file ComputeEigenstrainBeamFromVariable.h.
| ComputeEigenstrainBeamFromVariable::ComputeEigenstrainBeamFromVariable | ( | const InputParameters & | parameters | ) |
Definition at line 34 of file ComputeEigenstrainBeamFromVariable.C.
|
overrideprotectedvirtual |
Compute the eigenstrain and store in _disp_eigenstrain and _rot_eigenstrain.
Implements ComputeEigenstrainBeamBase.
Definition at line 72 of file ComputeEigenstrainBeamFromVariable.C.
|
protectedvirtualinherited |
Definition at line 45 of file ComputeEigenstrainBeamBase.C.
|
protectedvirtualinherited |
Definition at line 35 of file ComputeEigenstrainBeamBase.C.
|
static |
Definition at line 17 of file ComputeEigenstrainBeamFromVariable.C.
|
protected |
Displacemenet eigenstrain variable values.
Definition at line 40 of file ComputeEigenstrainBeamFromVariable.h.
Referenced by ComputeEigenstrainBeamFromVariable(), and computeQpEigenstrain().
|
protectedinherited |
Stores the current displacement eigenstrain.
Definition at line 40 of file ComputeEigenstrainBeamBase.h.
Referenced by computeQpEigenstrain(), and ComputeEigenstrainBeamBase::initQpStatefulProperties().
|
protectedinherited |
Base material property name for the eigenstrain vectors.
Definition at line 37 of file ComputeEigenstrainBeamBase.h.
|
protected |
Number of displacement eigenstrain variables.
Definition at line 34 of file ComputeEigenstrainBeamFromVariable.h.
Referenced by ComputeEigenstrainBeamFromVariable().
|
protected |
Number of rotational eigenstrain variables.
Definition at line 37 of file ComputeEigenstrainBeamFromVariable.h.
Referenced by ComputeEigenstrainBeamFromVariable().
|
protected |
Rotational eigenstrain variable values.
Definition at line 43 of file ComputeEigenstrainBeamFromVariable.h.
Referenced by ComputeEigenstrainBeamFromVariable(), and computeQpEigenstrain().
|
protectedinherited |
Stores the current rotational eigenstrain.
Definition at line 43 of file ComputeEigenstrainBeamBase.h.
Referenced by computeQpEigenstrain(), and ComputeEigenstrainBeamBase::initQpStatefulProperties().
|
protectedinherited |
Restartable data to check for the zeroth and first time steps for thermal calculations.
Definition at line 46 of file ComputeEigenstrainBeamBase.h.
Referenced by ComputeEigenstrainBeamBase::computeQpProperties().
1.8.16