22 "Calculate heat or mass transfer from a coupled variable v to the variable u. " 23 "No mass lumping is performed here.");
25 "v",
"The variable which is tranfsered to u using a transfer coefficient");
28 "Transfer coefficient for heat or mass transferred between variables");
36 _v(coupledValue(
"v")),
37 _coef_var(coupledValue(
"transfer_coefficient"))
static InputParameters validParams()
unsigned int number() const
PorousFlowHeatMassTransfer(const InputParameters ¶meters)
virtual Real computeQpOffDiagJacobian(unsigned int jvar) override
const VariableTestValue & _test
const VariableValue & _coef_var
registerMooseObject("PorousFlowApp", PorousFlowHeatMassTransfer)
virtual Real jac(unsigned int jvar) const
static InputParameters validParams()
virtual Real computeQpJacobian() override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual Real computeQpResidual() override
const unsigned int _v_var
const VariablePhiValue & _phi
Calculate heat or mass transfer from a coupled variable to u.