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

Go to the source code of this file.

Classes

class  PorousFlowAdvectiveFlux
 Convective flux of component k in fluid phase alpha. More...
 

Functions

template<>
InputParameters validParams< PorousFlowAdvectiveFlux > ()
 

Function Documentation

◆ validParams< PorousFlowAdvectiveFlux >()

template<>
InputParameters validParams< PorousFlowAdvectiveFlux > ( )

Definition at line 16 of file PorousFlowAdvectiveFlux.C.

17 {
18  InputParameters params = validParams<PorousFlowDarcyBase>();
19  params.addParam<unsigned int>(
20  "fluid_component", 0, "The index corresponding to the fluid component for this kernel");
21  params.addClassDescription(
22  "Fully-upwinded advective flux of the component given by fluid_component");
23  return params;
24 }
validParams< PorousFlowDarcyBase >
InputParameters validParams< PorousFlowDarcyBase >()
Definition: PorousFlowDarcyBase.C:21