www.mooseframework.org
Classes | Functions
PorousFlowAdvectiveFluxCalculatorUnsaturatedMultiComponent.h File Reference

Go to the source code of this file.

Classes

class  PorousFlowAdvectiveFluxCalculatorUnsaturatedMultiComponent
 Computes the advective flux of fluid of given phase and component. More...
 

Functions

template<>
InputParameters validParams< PorousFlowAdvectiveFluxCalculatorUnsaturatedMultiComponent > ()
 

Function Documentation

◆ validParams< PorousFlowAdvectiveFluxCalculatorUnsaturatedMultiComponent >()

Definition at line 16 of file PorousFlowAdvectiveFluxCalculatorUnsaturatedMultiComponent.C.

17 {
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");
25  return params;
26 }
validParams< PorousFlowAdvectiveFluxCalculatorSaturatedMultiComponent >
InputParameters validParams< PorousFlowAdvectiveFluxCalculatorSaturatedMultiComponent >()
Definition: PorousFlowAdvectiveFluxCalculatorSaturatedMultiComponent.C:16