Compute an evolving elasticity tensor coupled to a grain growth phase field model. More...
#include <ComputePolycrystalElasticityTensor.h>
Public Member Functions | |
ComputePolycrystalElasticityTensor (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 | computeQpProperties () |
void | issueGuarantee (const MaterialPropertyName &prop_name, Guarantee guarantee) |
void | revokeGuarantee (const MaterialPropertyName &prop_name, Guarantee guarantee) |
Protected Attributes | |
Real | _length_scale |
Real | _pressure_scale |
const GrainDataTracker< RankFourTensor > & | _grain_tracker |
Grain tracker object. More... | |
const unsigned int | _op_num |
Number of order parameters. More... | |
std::vector< const VariableValue * > | _vals |
Order parameters. More... | |
std::vector< MaterialProperty< RankFourTensor > * > | _D_elastic_tensor |
vector of elasticity tensor material properties More... | |
const Real | _JtoeV |
Conversion factor from J to eV. More... | |
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 |
Compute an evolving elasticity tensor coupled to a grain growth phase field model.
Definition at line 25 of file ComputePolycrystalElasticityTensor.h.
ComputePolycrystalElasticityTensor::ComputePolycrystalElasticityTensor | ( | const InputParameters & | parameters | ) |
Definition at line 31 of file ComputePolycrystalElasticityTensor.C.
|
protectedvirtual |
Implements ComputeElasticityTensorBase.
Definition at line 55 of file ComputePolycrystalElasticityTensor.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 |
Definition at line 34 of file GuaranteeProvider.C.
Referenced by ComputeElasticityTensorCP::ComputeElasticityTensorCP().
|
staticinherited |
Definition at line 16 of file ComputeElasticityTensorBase.C.
Referenced by ComputeCosseratElasticityTensor::validParams(), ComputeIsotropicElasticityTensor::validParams(), ComputeRotatedElasticityTensorBase::validParams(), ComputeVariableIsotropicElasticityTensor::validParams(), ComputeLayeredCosseratElasticityTensor::validParams(), and LinearViscoelasticityBase::validParams().
|
protectedinherited |
Definition at line 37 of file ComputeElasticityTensorBase.h.
Referenced by LinearViscoelasticityBase::declareViscoelasticProperties(), and LinearViscoelasticityBase::LinearViscoelasticityBase().
|
protected |
vector of elasticity tensor material properties
Definition at line 46 of file ComputePolycrystalElasticityTensor.h.
Referenced by ComputePolycrystalElasticityTensor(), and 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(), computeQpElasticityTensor(), ComputeConcentrationDependentElasticityTensor::computeQpElasticityTensor(), ComputeIsotropicElasticityTensor::computeQpElasticityTensor(), ComputeElasticityTensorCP::computeQpElasticityTensor(), ComputeVariableIsotropicElasticityTensor::computeQpElasticityTensor(), ComputeLayeredCosseratElasticityTensor::computeQpElasticityTensor(), and ComputeElasticityTensorBase::computeQpProperties().
|
protectedinherited |
Definition at line 38 of file ComputeElasticityTensorBase.h.
Referenced by ComputeCosseratElasticityTensor::ComputeCosseratElasticityTensor(), ComputeElasticityTensor::ComputeElasticityTensor(), ComputeElasticityTensorCP::ComputeElasticityTensorCP(), ComputeIsotropicElasticityTensor::ComputeIsotropicElasticityTensor(), ComputeLayeredCosseratElasticityTensor::ComputeLayeredCosseratElasticityTensor(), ComputePolycrystalElasticityTensor(), ComputeVariableIsotropicElasticityTensor::ComputeVariableIsotropicElasticityTensor(), GeneralizedKelvinVoigtModel::GeneralizedKelvinVoigtModel(), GeneralizedMaxwellModel::GeneralizedMaxwellModel(), ComputeVariableIsotropicElasticityTensor::initialSetup(), and LinearViscoelasticityBase::LinearViscoelasticityBase().
|
protected |
Grain tracker object.
Definition at line 37 of file ComputePolycrystalElasticityTensor.h.
Referenced by computeQpElasticityTensor().
|
privateinherited |
Definition at line 37 of file GuaranteeProvider.h.
Referenced by GuaranteeProvider::hasGuarantee(), GuaranteeProvider::issueGuarantee(), and GuaranteeProvider::revokeGuarantee().
|
protected |
Conversion factor from J to eV.
Definition at line 49 of file ComputePolycrystalElasticityTensor.h.
Referenced by computeQpElasticityTensor().
|
protected |
Definition at line 33 of file ComputePolycrystalElasticityTensor.h.
Referenced by computeQpElasticityTensor().
|
protected |
Number of order parameters.
Definition at line 40 of file ComputePolycrystalElasticityTensor.h.
Referenced by ComputePolycrystalElasticityTensor(), and computeQpElasticityTensor().
|
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 |
Definition at line 34 of file ComputePolycrystalElasticityTensor.h.
Referenced by computeQpElasticityTensor().
|
protected |
Order parameters.
Definition at line 43 of file ComputePolycrystalElasticityTensor.h.
Referenced by ComputePolycrystalElasticityTensor(), and computeQpElasticityTensor().