32 "appended_property_name",
"",
"Name appended to material properties to make them unique");
33 params.
addParam<Real>(
"gap_conductance", 0.0,
"Gap conductance");
40 _prescribed_gap_conductance(getParam<Real>(
"gap_conductance")),
41 _appended_property_name(getParam<
std::string>(
"appended_property_name")),
42 _gap_conductance(declareProperty<Real>(
"gap_conductance" + _appended_property_name)),
43 _gap_conductance_dT(declareProperty<Real>(
"gap_conductance" + _appended_property_name +
"_dT"))
46 mooseError(
"gap_conductance must be specified");
registerMooseObject("HeatTransferApp", GapConductanceConstant)
MaterialProperty< Real > & _gap_conductance_dT
GapConductanceConstant(const InputParameters ¶meters)
virtual void computeQpProperties() override
const Real & _prescribed_gap_conductance
static InputParameters validParams()
MaterialProperty< Real > & _gap_conductance
static InputParameters actionParameters()
static InputParameters validParams()
void mooseError(Args &&... args) const