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 Member Functions | |
ComputeVolumetricEigenstrain (const InputParameters ¶meters) | |
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 26 of file ComputeVolumetricEigenstrain.h.
ComputeVolumetricEigenstrain::ComputeVolumetricEigenstrain | ( | const InputParameters & | parameters | ) |
Definition at line 31 of file ComputeVolumetricEigenstrain.C.
|
protectedvirtual |
Definition at line 108 of file ComputeVolumetricEigenstrain.C.
|
protectedvirtual |
Definition at line 82 of file ComputeVolumetricEigenstrain.C.
|
static |
Definition at line 18 of file ComputeVolumetricEigenstrain.C.
|
protected |
second derivatives of the elastic strain with respect to the args
Definition at line 53 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain(), and initialSetup().
|
protected |
second derivatives of the volumetric materials with respect to the args
Definition at line 48 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain().
|
protected |
first derivatives of the elastic strain with respect to the args
Definition at line 51 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain(), and initialSetup().
|
protected |
first derivatives of the volumetric materials with respect to the args
Definition at line 46 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain().
|
protected |
number of variables the material depends on
Definition at line 38 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain(), and initialSetup().
|
protected |
Names of the material properties that define volumetric change.
Definition at line 41 of file ComputeVolumetricEigenstrain.h.
Referenced by ComputeVolumetricEigenstrain(), and initialSetup().
|
protected |
The material properties that define volumetric change.
Definition at line 43 of file ComputeVolumetricEigenstrain.h.
Referenced by computeQpEigenstrain(), and ComputeVolumetricEigenstrain().