Cantera  2.0
Namespaces | Variables
IdealMolalSoln.cpp File Reference

ThermoPhase object for the ideal molal equation of state (see Thermodynamic Properties and class IdealMolalSoln). More...

#include "cantera/thermo/IdealMolalSoln.h"
#include "cantera/thermo/ThermoFactory.h"
#include <cmath>
#include <fstream>
Include dependency graph for IdealMolalSoln.cpp:

Go to the source code of this file.

Namespaces

namespace  Cantera
 Provides class Nucleus.
 

Variables

static double xxSmall = 1.0E-150
 Small value to be used in cutoff expressions with logs.
 

Detailed Description

ThermoPhase object for the ideal molal equation of state (see Thermodynamic Properties and class IdealMolalSoln).

Definition file for a derived class of ThermoPhase that handles variable pressure standard state methods for calculating thermodynamic properties that are further based upon activities on the molality scale. The Ideal molal solution assumes that all molality-based activity coefficients are equal to one. This turns out, actually, to be highly nonlinear when the solvent densities get low.

Definition in file IdealMolalSoln.cpp.