Go to the source code of this file.
◆ registerMooseObject()
◆ validParams< PorousFlowAdvectiveFluxCalculatorUnsaturatedMultiComponent >()
Definition at line 16 of file PorousFlowAdvectiveFluxCalculatorUnsaturatedMultiComponent.C.
19 params.addClassDescription(
20 "Computes the advective flux of fluid of given phase and component. Hence this UserObject "
21 "is relevant to multi-phase, multi-component situations. Explicitly, the UserObject "
22 "computes (mass_fraction * density * relative_permeability / viscosity) * (- permeability * "
23 "(grad(P) - density * gravity)), using the Kuzmin-Turek FEM-TVD multidimensional "
24 "stabilization scheme");