This class computes the volume of an interior space. More...
#include <InternalVolume.h>
Public Member Functions | |
InternalVolume (const InputParameters ¶meters) | |
void | initialSetup () |
Protected Member Functions | |
virtual Real | computeQpIntegral () |
virtual Real | getValue () |
Protected Attributes | |
const unsigned int | _component |
const Real | _scale |
const Function & | _addition |
This class computes the volume of an interior space.
This class relies on being handed sidesets that define a closed space.
If the sideset defines an interior surface, the volume reported will be positive. If the sideset defines an exterior surface, the volume reported will be negative. It is therefore possible to compute the net interior volume by including an interior and an exterior surface in the same sideset.
Definition at line 30 of file InternalVolume.h.
InternalVolume::InternalVolume | ( | const InputParameters & | parameters | ) |
Definition at line 37 of file InternalVolume.C.
|
protectedvirtual |
Definition at line 105 of file InternalVolume.C.
|
protectedvirtual |
Definition at line 132 of file InternalVolume.C.
void InternalVolume::initialSetup | ( | ) |
Definition at line 72 of file InternalVolume.C.
|
protected |
Definition at line 43 of file InternalVolume.h.
Referenced by getValue().
|
protected |
Definition at line 41 of file InternalVolume.h.
Referenced by computeQpIntegral(), and initialSetup().
|
protected |
Definition at line 42 of file InternalVolume.h.
Referenced by getValue().