ComputeElasticityTensorCP defines an elasticity tensor material object for crystal plasticity. More...
#include <ComputeElasticityTensorCP.h>
Public Member Functions | |
ComputeElasticityTensorCP (const InputParameters ¶meters) | |
bool | hasGuarantee (const MaterialPropertyName &prop_name, Guarantee guarantee) |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual void | computeQpElasticityTensor () |
virtual void | assignEulerAngles () |
virtual void | computeQpProperties () |
void | issueGuarantee (const MaterialPropertyName &prop_name, Guarantee guarantee) |
void | revokeGuarantee (const MaterialPropertyName &prop_name, Guarantee guarantee) |
Protected Attributes | |
const ElementPropertyReadFile * | _read_prop_user_object |
Element property read user object Presently used to read Euler angles - see test. More... | |
MaterialProperty< RealVectorValue > & | _Euler_angles_mat_prop |
MaterialProperty< RankTwoTensor > & | _crysrot |
Crystal Rotation Matrix. More... | |
RotationTensor | _R |
Rotation matrix. More... | |
RankFourTensor | _Cijkl |
Individual material information. More... | |
RealVectorValue | _Euler_angles |
const std::string | _base_name |
std::string | _elasticity_tensor_name |
MaterialProperty< RankFourTensor > & | _elasticity_tensor |
MaterialProperty< Real > & | _effective_stiffness |
const Function *const | _prefactor_function |
prefactor function to multiply the elasticity tensor with More... | |
Private Attributes | |
std::map< MaterialPropertyName, std::set< Guarantee > > | _guarantees |
ComputeElasticityTensorCP defines an elasticity tensor material object for crystal plasticity.
Definition at line 25 of file ComputeElasticityTensorCP.h.
ComputeElasticityTensorCP::ComputeElasticityTensorCP | ( | const InputParameters & | parameters | ) |
Definition at line 29 of file ComputeElasticityTensorCP.C.
|
protectedvirtual |
Definition at line 48 of file ComputeElasticityTensorCP.C.
Referenced by computeQpElasticityTensor().
|
protectedvirtual |
Reimplemented from ComputeElasticityTensor.
Definition at line 61 of file ComputeElasticityTensorCP.C.
|
protectedvirtualinherited |
Definition at line 43 of file ComputeElasticityTensorBase.C.
|
inherited |
Definition at line 16 of file GuaranteeProvider.C.
|
protectedinherited |
Definition at line 27 of file GuaranteeProvider.C.
Referenced by ADComputeVariableIsotropicElasticityTensor< compute_stage >::ADComputeVariableIsotropicElasticityTensor(), ComputeCosseratElasticityTensor::ComputeCosseratElasticityTensor(), ComputeElasticityTensor::ComputeElasticityTensor(), ComputeIsotropicElasticityTensor::ComputeIsotropicElasticityTensor(), ComputeLayeredCosseratElasticityTensor::ComputeLayeredCosseratElasticityTensor(), ComputeVariableIsotropicElasticityTensor::ComputeVariableIsotropicElasticityTensor(), GeneralizedKelvinVoigtModel::GeneralizedKelvinVoigtModel(), and GeneralizedMaxwellModel::GeneralizedMaxwellModel().
|
protectedinherited |
|
static |
Definition at line 18 of file ComputeElasticityTensorCP.C.
|
protectedinherited |
Definition at line 37 of file ComputeElasticityTensorBase.h.
Referenced by LinearViscoelasticityBase::declareViscoelasticProperties(), and LinearViscoelasticityBase::LinearViscoelasticityBase().
|
protectedinherited |
Individual material information.
Definition at line 33 of file ComputeElasticityTensor.h.
Referenced by ComputeElasticityTensor::ComputeElasticityTensor(), ComputeElasticityTensorCP(), ComputeElasticityTensor::computeQpElasticityTensor(), and computeQpElasticityTensor().
|
protected |
Crystal Rotation Matrix.
Definition at line 46 of file ComputeElasticityTensorCP.h.
Referenced by computeQpElasticityTensor().
|
protectedinherited |
Definition at line 41 of file ComputeElasticityTensorBase.h.
Referenced by ComputeIsotropicElasticityTensor::computeQpElasticityTensor(), and ComputeElasticityTensorBase::computeQpProperties().
|
protectedinherited |
Definition at line 40 of file ComputeElasticityTensorBase.h.
Referenced by GeneralizedKelvinVoigtBase::computeQpApparentCreepStrain(), GeneralizedMaxwellBase::computeQpApparentCreepStrain(), GeneralizedKelvinVoigtBase::computeQpApparentElasticityTensors(), GeneralizedMaxwellBase::computeQpApparentElasticityTensors(), ComputeCosseratElasticityTensor::computeQpElasticityTensor(), ComputeElasticityTensor::computeQpElasticityTensor(), ComputeIsotropicElasticityTensor::computeQpElasticityTensor(), ComputePolycrystalElasticityTensor::computeQpElasticityTensor(), ComputeConcentrationDependentElasticityTensor::computeQpElasticityTensor(), computeQpElasticityTensor(), ComputeVariableIsotropicElasticityTensor::computeQpElasticityTensor(), ComputeLayeredCosseratElasticityTensor::computeQpElasticityTensor(), and ComputeElasticityTensorBase::computeQpProperties().
|
protectedinherited |
Definition at line 38 of file ComputeElasticityTensorBase.h.
Referenced by ComputeCosseratElasticityTensor::ComputeCosseratElasticityTensor(), ComputeElasticityTensor::ComputeElasticityTensor(), ComputeElasticityTensorCP(), ComputeIsotropicElasticityTensor::ComputeIsotropicElasticityTensor(), ComputeLayeredCosseratElasticityTensor::ComputeLayeredCosseratElasticityTensor(), ComputePolycrystalElasticityTensor::ComputePolycrystalElasticityTensor(), ComputeVariableIsotropicElasticityTensor::ComputeVariableIsotropicElasticityTensor(), GeneralizedKelvinVoigtModel::GeneralizedKelvinVoigtModel(), GeneralizedMaxwellModel::GeneralizedMaxwellModel(), ComputeVariableIsotropicElasticityTensor::initialSetup(), and LinearViscoelasticityBase::LinearViscoelasticityBase().
|
protectedinherited |
Definition at line 31 of file ComputeRotatedElasticityTensorBase.h.
Referenced by assignEulerAngles(), ComputeConcentrationDependentElasticityTensor::ComputeConcentrationDependentElasticityTensor(), and ComputeElasticityTensor::ComputeElasticityTensor().
|
protected |
Definition at line 43 of file ComputeElasticityTensorCP.h.
Referenced by assignEulerAngles(), and computeQpElasticityTensor().
|
privateinherited |
Definition at line 37 of file GuaranteeProvider.h.
Referenced by GuaranteeProvider::hasGuarantee(), GuaranteeProvider::issueGuarantee(), and GuaranteeProvider::revokeGuarantee().
|
protectedinherited |
prefactor function to multiply the elasticity tensor with
Definition at line 44 of file ComputeElasticityTensorBase.h.
Referenced by ComputeLayeredCosseratElasticityTensor::computeQpElasticityTensor(), and ComputeElasticityTensorBase::computeQpProperties().
|
protected |
Rotation matrix.
Definition at line 49 of file ComputeElasticityTensorCP.h.
Referenced by ComputeElasticityTensorCP(), and computeQpElasticityTensor().
|
protected |
Element property read user object Presently used to read Euler angles - see test.
Definition at line 41 of file ComputeElasticityTensorCP.h.
Referenced by assignEulerAngles().