#include <b23curve.h>
Inheritance diagram for B23CurveBase< Ordinate, Abscissa, OrdinateAlternative, AbscissaAlternative >:

Public Member Functions | |
| virtual Ordinate | solve (const Abscissa &target)=0 |
Protected Member Functions | |
| Ordinate | getOrdinate (SteamCalculator S) |
| Abscissa | getAbscissa (SteamCalculator S) |
This needs to be high-precision, hopefully comparable to the Boundaries::isSat_pT test.
To solve for the internal energy of steam on the Region2-Region3 boundary when v=0.004 m3/kg, use:
B23Curve<SpecificEnergy,SpecificVolume> C; SpecificEnergy u = C.solve(0.004 * m3_kg);
1.3.8