www.mooseframework.org
Functions
PorousFlowAdvectiveFlux.C File Reference

Go to the source code of this file.

Functions

 registerMooseObject ("PorousFlowApp", PorousFlowAdvectiveFlux)
 
template<>
InputParameters validParams< PorousFlowAdvectiveFlux > ()
 

Function Documentation

◆ registerMooseObject()

registerMooseObject ( "PorousFlowApp"  ,
PorousFlowAdvectiveFlux   
)

◆ 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