Represents a sub-control volume. More...
#include <ecfvstencil.hh>
Public Member Functions | |
SubControlVolume (const Element &element) | |
void | update (const Element &element) |
void | update () |
const GlobalPosition & | globalPos () const |
The global position associated with the sub-control volume. | |
const GlobalPosition & | center () const |
The center of the sub-control volume. | |
Scalar | volume () const |
The volume [m^3] occupied by the sub-control volume. | |
const LocalGeometry | geometry () const |
The geometry of the sub-control volume. | |
Represents a sub-control volume.
For element centered finite volumes, this is equivalent to the element, in the vertex centered finite volume approach, this corresponds to the intersection of a finite volume and the grid element.