2.0.0b10
catchment modelling framework
Loading...
Searching...
No Matches
IVolumeHeightFunction Class Referenceabstract

Volume height relations are functional objects, which return a height and a crosssectional area of a volume for different geometric bodies. More...

+ Inheritance diagram for IVolumeHeightFunction:

Detailed Description

Volume height relations are functional objects, which return a height and a crosssectional area of a volume for different geometric bodies.

This is the abstract base class, where the geometries derive from

Public Member Functions

virtual double A (double V) const =0
 Returns the area of the surface for a given volume.
 
virtual double h (double V) const =0
 Returns the depth of a given volume.