Cantera  2.3.0
Variables
lk.cpp File Reference

Lee-Kesler equation of state. More...

#include "lk.h"
#include <math.h>
Include dependency graph for lk.cpp:

Go to the source code of this file.

Variables

static double b [2][4]
 
static double c [2][4]
 
static double d [2][2] = {{1.55488e-5, 6.23689e-5},{4.8736e-5, 0.740336e-5}}
 
static double beta [2] = {0.65392, 1.226}
 
static double gamma [2] = {0.060167, 0.03754}
 

Detailed Description

Lee-Kesler equation of state.

Definition in file lk.cpp.

Variable Documentation

◆ b

double b[2][4]
static
Initial value:
= {{0.1181193, 0.265728, 0.154790, 0.030323},
{0.2026579, 0.331511, 0.027655, 0.203488}
}

Definition at line 12 of file lk.cpp.

◆ c

double c[2][4]
static
Initial value:
= {{0.0236744, 0.0186984, 0.0, 0.042724},
{0.0313385, 0.0503618, 0.016901, 0.041577}
}

Definition at line 15 of file lk.cpp.