#include <ElasticModel.h>
Public Member Functions | |
ElasticModel (const InputParameters ¶meters) | |
virtual | ~ElasticModel () |
void | setQp (unsigned int qp) |
Sets the value of the variable _qp for inheriting classes. More... | |
virtual bool | modifyStrainIncrement (const Elem &, SymmTensor &strain_increment, SymmTensor &d_strain_dT) |
virtual bool | updateElasticityTensor (SymmElasticityTensor &) |
virtual bool | applyThermalStrain (SymmTensor &strain_increment, SymmTensor &d_strain_dT) |
Protected Member Functions | |
virtual void | computeStress (const Elem ¤t_elem, const SymmElasticityTensor &elasticity_tensor, const SymmTensor &stress_old, SymmTensor &strain_increment, SymmTensor &stress_new) |
Compute the stress (sigma += deltaSigma) More... | |
Protected Attributes | |
const bool | _has_temp |
const VariableValue & | _temperature |
const VariableValue & | _temperature_old |
const Real | _alpha |
Function * | _alpha_function |
bool | _has_stress_free_temp |
Real | _stress_free_temp |
bool | _mean_alpha_function |
Real | _ref_temp |
bool & | _step_zero_cm |
Restartable data to check for the zeroth and first time steps. More... | |
bool & | _step_one_cm |
Definition at line 20 of file ElasticModel.h.
ElasticModel::ElasticModel | ( | const InputParameters & | parameters | ) |
Definition at line 56 of file ElasticModel.C.
|
virtual |
Definition at line 60 of file ElasticModel.C.
|
virtualinherited |
Definition at line 106 of file ConstitutiveModel.C.
Referenced by ConstitutiveModel::modifyStrainIncrement().
|
protectedvirtual |
Compute the stress (sigma += deltaSigma)
Reimplemented from ConstitutiveModel.
Definition at line 65 of file ElasticModel.C.
|
inlinevirtualinherited |
Reimplemented in CombinedCreepPlasticity.
Definition at line 39 of file ConstitutiveModel.h.
|
inherited |
Sets the value of the variable _qp for inheriting classes.
Definition at line 89 of file ConstitutiveModel.C.
Referenced by CombinedCreepPlasticity::computeStress().
|
inlinevirtualinherited |
Definition at line 45 of file ConstitutiveModel.h.
|
protectedinherited |
Definition at line 53 of file ConstitutiveModel.h.
Referenced by ConstitutiveModel::applyThermalStrain().
|
protectedinherited |
Definition at line 54 of file ConstitutiveModel.h.
Referenced by ConstitutiveModel::applyThermalStrain(), and ConstitutiveModel::ConstitutiveModel().
|
protectedinherited |
Definition at line 55 of file ConstitutiveModel.h.
Referenced by ConstitutiveModel::applyThermalStrain().
|
protectedinherited |
Definition at line 50 of file ConstitutiveModel.h.
Referenced by ConstitutiveModel::applyThermalStrain(), PowerLawCreepModel::computeStressInitialize(), and ConstitutiveModel::ConstitutiveModel().
|
protectedinherited |
Definition at line 57 of file ConstitutiveModel.h.
Referenced by ConstitutiveModel::applyThermalStrain(), and ConstitutiveModel::ConstitutiveModel().
|
protectedinherited |
Definition at line 58 of file ConstitutiveModel.h.
Referenced by ConstitutiveModel::applyThermalStrain(), and ConstitutiveModel::ConstitutiveModel().
|
protectedinherited |
Definition at line 62 of file ConstitutiveModel.h.
Referenced by ConstitutiveModel::applyThermalStrain().
|
protectedinherited |
Restartable data to check for the zeroth and first time steps.
Definition at line 61 of file ConstitutiveModel.h.
Referenced by ConstitutiveModel::applyThermalStrain().
|
protectedinherited |
Definition at line 56 of file ConstitutiveModel.h.
Referenced by ConstitutiveModel::applyThermalStrain().
|
protectedinherited |
Definition at line 51 of file ConstitutiveModel.h.
Referenced by ConstitutiveModel::applyThermalStrain(), CombinedCreepPlasticity::computeStress(), PowerLawCreepModel::computeStressInitialize(), IsotropicTempDepHardening::computeYieldStress(), IsotropicPlasticity::computeYieldStress(), and IsotropicTempDepHardening::initializeHardeningFunctions().
|
protectedinherited |
Definition at line 52 of file ConstitutiveModel.h.
Referenced by ConstitutiveModel::applyThermalStrain().