Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PorousFlowHeatMassTransfer >()
Definition at line 18 of file PorousFlowHeatMassTransfer.C.
20 InputParameters params = validParams<Kernel>();
22 params.addClassDescription(
23 "Calculate heat or mass transfer from a coupled variable v to the variable u. "
24 "No mass lumping is performed here.");
25 params.addRequiredCoupledVar(
26 "v",
"The variable which is tranfsered to u using a transfer coefficient");
27 params.addCoupledVar(
"transfer_coefficient",
29 "Transfer coefficient for heat or mass transferred between variables");