#include <ElasticEnergyAux.h>
Definition at line 21 of file ElasticEnergyAux.h.
◆ ElasticEnergyAux()
ElasticEnergyAux::ElasticEnergyAux |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 25 of file ElasticEnergyAux.C.
26 : AuxKernel(parameters),
27 _base_name(isParamValid(
"base_name") ? getParam<std::string>(
"base_name") +
"_" :
""),
◆ ~ElasticEnergyAux()
virtual ElasticEnergyAux::~ElasticEnergyAux |
( |
| ) |
|
|
inlinevirtual |
◆ computeValue()
Real ElasticEnergyAux::computeValue |
( |
| ) |
|
|
protectedvirtual |
◆ validParams()
InputParameters ElasticEnergyAux::validParams |
( |
| ) |
|
|
static |
Definition at line 17 of file ElasticEnergyAux.C.
20 params.addClassDescription(
"Compute the local elastic energy");
21 params.addParam<std::string>(
"base_name",
"Mechanical property base name");
◆ _base_name
const std::string ElasticEnergyAux::_base_name |
|
protected |
◆ _elastic_strain
const MaterialProperty<RankTwoTensor>& ElasticEnergyAux::_elastic_strain |
|
protected |
◆ _stress
The documentation for this class was generated from the following files: