#include <routes.h>
Vapour-Liquid saturation model for ComponentCmu.
Based on the CMU (Carnegie Mellon University) models
#include <libpf/components/routes.h>
- Warning
-
Thread safe:
-
Extendable:
-
Platform dependencies:
◆ RouteSaturationCmu()
RouteSaturationCmu::RouteSaturationCmu |
( |
double |
aa, |
|
|
double |
bb, |
|
|
double |
cc, |
|
|
double |
tmx, |
|
|
double |
tmn |
|
) |
| |
◆ psat()
Value RouteSaturationCmu::psat |
( |
const Value & |
T, |
|
|
double * |
derT = nullptr , |
|
|
double * |
der2T = nullptr |
|
) |
| |
|
overridevirtual |
◆ a_
double RouteSaturationCmu::a_ |
|
protected |
◆ b_
double RouteSaturationCmu::b_ |
|
protected |
◆ c_
double RouteSaturationCmu::c_ |
|
protected |
◆ tmn_
double RouteSaturationCmu::tmn_ |
|
protected |
◆ tmx_
double RouteSaturationCmu::tmx_ |
|
protected |
The documentation for this class was generated from the following file: