Records total mass flow into an excavation defined by a RichardsExcavGeom function. More...
#include <RichardsExcavFlow.h>
Public Member Functions | |
RichardsExcavFlow (const InputParameters ¶meters) | |
Protected Member Functions | |
virtual Real | computeQpIntegral () |
Protected Attributes | |
const RichardsVarNames & | _richards_name_UO |
holds info regarding the Richards variables More... | |
unsigned int | _pvar |
the richards variable number for which we want the mass flow More... | |
const MaterialProperty< std::vector< RealVectorValue > > & | _flux |
mass-flux of fluid (a vector in the multicomponent case) More... | |
const Function & | _func |
the RichardsExcavGeom that defines where on the boundary we'll compute the mass flux More... | |
Records total mass flow into an excavation defined by a RichardsExcavGeom function.
Definition at line 26 of file RichardsExcavFlow.h.
RichardsExcavFlow::RichardsExcavFlow | ( | const InputParameters & | parameters | ) |
Definition at line 31 of file RichardsExcavFlow.C.
|
protectedvirtual |
Definition at line 44 of file RichardsExcavFlow.C.
|
protected |
mass-flux of fluid (a vector in the multicomponent case)
Definition at line 41 of file RichardsExcavFlow.h.
Referenced by computeQpIntegral().
|
protected |
the RichardsExcavGeom that defines where on the boundary we'll compute the mass flux
Definition at line 44 of file RichardsExcavFlow.h.
Referenced by computeQpIntegral().
|
protected |
the richards variable number for which we want the mass flow
Definition at line 38 of file RichardsExcavFlow.h.
Referenced by computeQpIntegral().
|
protected |
holds info regarding the Richards variables
Definition at line 35 of file RichardsExcavFlow.h.