This postprocessor computes the mass by integrating the density over the volume. More...
#include <Mass.h>
Public Member Functions | |
Mass (const InputParameters ¶meters) | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Member Functions | |
virtual Real | computeQpIntegral () |
Protected Attributes | |
const MaterialProperty< Real > & | _density |
This postprocessor computes the mass by integrating the density over the volume.
Mass::Mass | ( | const InputParameters & | parameters | ) |
|
protectedvirtual |
|
protected |
Definition at line 33 of file Mass.h.
Referenced by computeQpIntegral().