#include "WaterProps.h"
#include "ctml.h"
#include "PDSS_Water.h"
#include "WaterPropsIAPWS.h"
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Defines | |
#define | MAX(x, y) (( (x) > (y) ) ? (x) : (y)) |
Variables | |
const doublereal | H [4] |
const doublereal | Hij [6][7] |
parameter | |
const doublereal | TStar = 647.27 |
const doublereal | rhoStar = 317.763 |
const doublereal | presStar = 22.115E6 |
const doublereal | muStar = 55.071E-6 |
Definition in file WaterProps.cpp.