ComputeVolumetricEigenstrain computes an eigenstrain that is defined by a set of scalar material properties that summed together define the volumetric change. More...
#include <ComputeVolumetricEigenstrain.h>
Public Types | |
typedef DerivativeMaterialPropertyNameInterface::SymbolName | SymbolName |
Public Member Functions | |
ComputeVolumetricEigenstrain (const InputParameters ¶meters) | |
const GenericMaterialProperty< U, is_ad > & | getDefaultMaterialProperty (const std::string &name) |
const GenericMaterialProperty< U, is_ad > & | getDefaultMaterialPropertyByName (const std::string &name) |
void | validateDerivativeMaterialPropertyBase (const std::string &base) |
const MaterialPropertyName | derivativePropertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
const MaterialPropertyName | derivativePropertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
const MaterialPropertyName | derivativePropertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
const MaterialPropertyName | derivativePropertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
GenericMaterialProperty< U, is_ad > & | declarePropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, unsigned int v2, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, unsigned int v1, unsigned int v2=libMesh::invalid_uint, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, const SymbolName &c1, unsigned int v2, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivative (const std::string &base, unsigned int v1, unsigned int v2=libMesh::invalid_uint, unsigned int v3=libMesh::invalid_uint) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< VariableName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) |
const GenericMaterialProperty< U, is_ad > & | getMaterialPropertyDerivativeByName (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2="", const SymbolName &c3="") |
void | validateCoupling (const MaterialPropertyName &base, const std::vector< VariableName > &c, bool validate_aux=true) |
void | validateCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
void | validateCoupling (const MaterialPropertyName &base, const std::vector< VariableName > &c, bool validate_aux=true) |
void | validateCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
void | validateNonlinearCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
void | validateNonlinearCoupling (const MaterialPropertyName &base, const VariableName &c1="", const VariableName &c2="", const VariableName &c3="") |
const MaterialPropertyName | propertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
const MaterialPropertyName | propertyName (const MaterialPropertyName &base, const std::vector< SymbolName > &c) const |
const MaterialPropertyName | propertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
const MaterialPropertyName | propertyNameFirst (const MaterialPropertyName &base, const SymbolName &c1) const |
const MaterialPropertyName | propertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
const MaterialPropertyName | propertyNameSecond (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2) const |
const MaterialPropertyName | propertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
const MaterialPropertyName | propertyNameThird (const MaterialPropertyName &base, const SymbolName &c1, const SymbolName &c2, const SymbolName &c3) const |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual void | initialSetup () |
virtual void | computeQpEigenstrain () |
Protected Attributes | |
const unsigned int | _num_args |
number of variables the material depends on More... | |
const std::vector< MaterialPropertyName > | _volumetric_material_names |
Names of the material properties that define volumetric change. More... | |
std::vector< const MaterialProperty< Real > * > | _volumetric_materials |
The material properties that define volumetric change. More... | |
std::vector< std::vector< const MaterialProperty< Real > * > > | _dvolumetric_materials |
first derivatives of the volumetric materials with respect to the args More... | |
std::vector< std::vector< std::vector< const MaterialProperty< Real > * > > > | _d2volumetric_materials |
second derivatives of the volumetric materials with respect to the args More... | |
std::vector< MaterialProperty< RankTwoTensor > * > | _delastic_strain |
first derivatives of the elastic strain with respect to the args More... | |
std::vector< std::vector< MaterialProperty< RankTwoTensor > * > > | _d2elastic_strain |
second derivatives of the elastic strain with respect to the args More... | |
ComputeVolumetricEigenstrain computes an eigenstrain that is defined by a set of scalar material properties that summed together define the volumetric change.
This also computes the derivatives of that eigenstrain with respect to a supplied set of variable dependencies.");
Definition at line 21 of file ComputeVolumetricEigenstrain.h.
ComputeVolumetricEigenstrain::ComputeVolumetricEigenstrain | ( | const InputParameters & | parameters | ) |
Definition at line 29 of file ComputeVolumetricEigenstrain.C.
|
protectedvirtual |
Definition at line 106 of file ComputeVolumetricEigenstrain.C.
|
protectedvirtual |
Definition at line 80 of file ComputeVolumetricEigenstrain.C.
|
static |
Definition at line 16 of file ComputeVolumetricEigenstrain.C.
|
protected |
second derivatives of the elastic strain with respect to the args
Definition at line 48 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain(), and initialSetup().
|
protected |
second derivatives of the volumetric materials with respect to the args
Definition at line 43 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain().
|
protected |
first derivatives of the elastic strain with respect to the args
Definition at line 46 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain(), and initialSetup().
|
protected |
first derivatives of the volumetric materials with respect to the args
Definition at line 41 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain().
|
protected |
number of variables the material depends on
Definition at line 33 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain(), and initialSetup().
|
protected |
Names of the material properties that define volumetric change.
Definition at line 36 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain(), and initialSetup().
|
protected |
The material properties that define volumetric change.
Definition at line 38 of file ComputeVolumetricEigenstrain.h.
Referenced by computeQpEigenstrain(), and ComputeVolumetricEigenstrain().