#include <b13curve.h>
Inheritance diagram for B13CurveBase< Ordinate, Abscissa, OrdinateAlt, AbscissaAlt >:

Public Member Functions | |
| virtual Ordinate | solve (const Abscissa &target)=0 |
Protected Member Functions | |
| Ordinate | getOrdinate (SteamCalculator S) |
| Abscissa | getAbscissa (SteamCalculator S) |
To solve for the internal energy of steam on the Region1-Region3 boundary when v=0.00012 m3/kg, use:
B13Curve<SpecificEnergy,SpecificVolume> C; SpecificEnergy u = C.solve(0.00012 * m3_kg);
1.3.8