4 #include "cantera/tpx/Sub.h"
12 class RedlichKwong :
public Substance
17 RedlichKwong() : Substance() {
18 setParameters(1.0, 1.0, 1.0);
19 m_name =
"Redlich-Kwong";
23 void setParameters(
double Tc,
double Pc,
double MolWt) {
62 return (
char*) m_name.c_str() ;
65 return (
char*) m_formula.c_str() ;
87 double m_tcrit, m_pcrit, m_mw, m_a, m_b;