ThermalFractureIntegral computes the summation of the derivative of the eigenstrains with respect to temperature. More...
#include <ThermalFractureIntegral.h>
Public Member Functions | |
ThermalFractureIntegral (const InputParameters ¶meters) | |
virtual void | computeQpProperties () override |
Protected Attributes | |
std::string | _base_name |
const std::vector< MaterialPropertyName > | _eigenstrain_names |
std::vector< const MaterialProperty< RankTwoTensor > * > | _deigenstrain_dT |
MaterialProperty< RankTwoTensor > & | _total_deigenstrain_dT |
ThermalFractureIntegral computes the summation of the derivative of the eigenstrains with respect to temperature.
Definition at line 29 of file ThermalFractureIntegral.h.
ThermalFractureIntegral::ThermalFractureIntegral | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file ThermalFractureIntegral.C.
|
overridevirtual |
Definition at line 47 of file ThermalFractureIntegral.C.
|
protected |
Definition at line 37 of file ThermalFractureIntegral.h.
Referenced by ThermalFractureIntegral().
|
protected |
Definition at line 39 of file ThermalFractureIntegral.h.
Referenced by computeQpProperties(), and ThermalFractureIntegral().
|
protected |
Definition at line 38 of file ThermalFractureIntegral.h.
Referenced by ThermalFractureIntegral().
|
protected |
Definition at line 40 of file ThermalFractureIntegral.h.
Referenced by computeQpProperties().