This postprocessor computes the fluid mass by integrating the density over the volume. More...
#include <RichardsMass.h>
Public Member Functions | |
| RichardsMass (const InputParameters ¶meters) | |
Protected Member Functions | |
| virtual Real | computeQpIntegral () |
Protected Attributes | |
| const RichardsVarNames & | _richards_name_UO |
| userobject that holds Richards variable names More... | |
| unsigned int | _pvar |
| Richards variable number that we want the mass for. More... | |
| const MaterialProperty< std::vector< Real > > & | _mass |
| Mass, or vector of masses in multicomponent situation. More... | |
This postprocessor computes the fluid mass by integrating the density over the volume.
Definition at line 25 of file RichardsMass.h.
| RichardsMass::RichardsMass | ( | const InputParameters & | parameters | ) |
Definition at line 28 of file RichardsMass.C.
|
protectedvirtual |
Definition at line 39 of file RichardsMass.C.
|
protected |
Mass, or vector of masses in multicomponent situation.
Definition at line 40 of file RichardsMass.h.
Referenced by computeQpIntegral().
|
protected |
Richards variable number that we want the mass for.
Definition at line 37 of file RichardsMass.h.
Referenced by computeQpIntegral().
|
protected |
userobject that holds Richards variable names
Definition at line 34 of file RichardsMass.h.
1.8.16