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

Go to the source code of this file.

Classes

class  PorousFlowSumQuantity
 Sums into _total This is used, for instance, to record the total mass flowing into a borehole. More...
 

Functions

template<>
InputParameters validParams< PorousFlowSumQuantity > ()
 

Function Documentation

◆ validParams< PorousFlowSumQuantity >()

template<>
InputParameters validParams< PorousFlowSumQuantity > ( )

Definition at line 16 of file PorousFlowSumQuantity.C.

17 {
18  InputParameters params = validParams<GeneralUserObject>();
19  params.addClassDescription("Records total mass flowing into a borehole");
20  return params;
21 }