#include <GapConductanceConstant.h>
Definition at line 14 of file GapConductanceConstant.h.
◆ GapConductanceConstant()
GapConductanceConstant::GapConductanceConstant |
( |
const InputParameters & |
parameters | ) |
|
Definition at line 39 of file GapConductanceConstant.C.
46 if (!params.isParamSetByUser(
"gap_conductance"))
47 mooseError(
"gap_conductance must be specified");
◆ actionParameters()
InputParameters GapConductanceConstant::actionParameters |
( |
| ) |
|
|
static |
Definition at line 30 of file GapConductanceConstant.C.
32 InputParameters params = emptyInputParameters();
33 params.addParam<std::string>(
34 "appended_property_name",
"",
"Name appended to material properties to make them unique");
35 params.addParam<Real>(
"gap_conductance", 0.0,
"Gap conductance");
Referenced by validParams(), and ThermalContactAction::validParams().
◆ computeQpProperties()
void GapConductanceConstant::computeQpProperties |
( |
| ) |
|
|
overridevirtual |
◆ validParams()
InputParameters GapConductanceConstant::validParams |
( |
| ) |
|
|
static |
Definition at line 17 of file GapConductanceConstant.C.
23 params.makeParamRequired<Real>(
"gap_conductance");
24 params.addClassDescription(
"Material to compute a constant, prescribed gap conductance");
◆ _appended_property_name
const std::string GapConductanceConstant::_appended_property_name |
|
protected |
◆ _gap_conductance
MaterialProperty<Real>& GapConductanceConstant::_gap_conductance |
|
protected |
◆ _gap_conductance_dT
MaterialProperty<Real>& GapConductanceConstant::_gap_conductance_dT |
|
protected |
◆ _prescribed_gap_conductance
const Real& GapConductanceConstant::_prescribed_gap_conductance |
|
protected |
The documentation for this class was generated from the following files: