HMWSoln.cpp File Reference

Definitions for the HMWSoln ThermoPhase object, which models concentrated electrolyte solutions (see Thermodynamic Properties and HMWSoln ) . More...

#include "HMWSoln.h"
#include "MolalityVPSSTP.h"
#include "electrolytes.h"
#include "ThermoFactory.h"
#include "WaterProps.h"
#include "PDSS_Water.h"
#include <cmath>
#include <cstdlib>
Include dependency graph for HMWSoln.cpp:
This graph shows which files directly or indirectly include this file:

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))

Detailed Description

Definitions for the HMWSoln ThermoPhase object, which models concentrated electrolyte solutions (see Thermodynamic Properties and HMWSoln ) .

Class HMWSoln represents a concentrated liquid electrolyte phase which obeys the Pitzer formulation for nonideality using molality-based standard states.

This version of the code was modified to have the binary Beta2 Pitzer parameter consistent with the temperature expansions used for Beta0, Beta1, and Cphi.(CFJC, SNL)

Definition in file HMWSoln.cpp.

Generated by  doxygen 1.6.3