22 "Thermal conductivity material property");
24 "Set to true to get the conduction rate into the domain and to " 25 "false to the get the conduction rate out of the domain");
36 _grad_T(coupledGradient(
"temperature")),
37 _k(getADMaterialProperty<
Real>(
"thermal_conductivity")),
38 _direction_factor(getParam<bool>(
"inward") ? -1.0 : 1.0)
Interface class for enabling objects to be RZ symmetric about arbitrary axis.
static InputParameters validParams()
static InputParameters validParams()
const MooseArray< Point > & _q_point
registerMooseObject("ThermalHydraulicsApp", HeatRateConductionRZ)
HeatRateConductionRZ(const InputParameters ¶meters)
virtual Real computeQpIntegral() override
const Real _direction_factor
Inward/outward factor.
const ADMaterialProperty< Real > & _k
Thermal conductivity.
virtual Real computeCircumference(const RealVectorValue &pt)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
Integrates a conduction heat flux over an RZ boundary.
const MooseArray< Point > & _normals
const VariableGradient & _grad_T
Temperature gradient.
static InputParameters validParams()