Kernel that adds contributions to the system matrix and right hand side based on heat transfer betwee...
virtual Real computeRightHandSideContribution() override
const MooseLinearVariableFV< Real > & _temp_fluid
Reference to the linear finite volume fluid temperature variable.
const Moose::Functor< Real > & _h_solid_fluid
MOOSE functor describing the heat transfer coefficient.
const bool _is_solid
Flag to help the kernel to decide if it is executed on a solid of a fluid.
virtual Real computeMatrixContribution() override
static InputParameters validParams()
const MooseLinearVariableFV< Real > & _temp_solid
Reference to the linear finite volume solid temperature variable.
const MooseLinearVariableFV< Real > & getTemperatureVariable(const std::string &vname)
Routine used to throw an error if the provided variable is not an MooseLinearVariableFV.