DebyeHuckel.cpp File Reference

Declarations for the DebyeHuckel ThermoPhase object, which models dilute electrolyte solutions (see Thermodynamic Properties and DebyeHuckel ). More...

#include "DebyeHuckel.h"
#include "ThermoPhase.h"
#include "ct_defs.h"
#include "mix_defs.h"
#include "Array.h"
#include "xml.h"
#include <boost/thread/mutex.hpp>
#include "FactoryBase.h"
#include "VPStandardStateTP.h"
#include <cstring>
#include <cstdlib>
Include dependency graph for DebyeHuckel.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))
 Max function.

Detailed Description

Declarations for the DebyeHuckel ThermoPhase object, which models dilute electrolyte solutions (see Thermodynamic Properties and DebyeHuckel ).

Class DebyeHuckel represents a dilute liquid electrolyte phase which obeys the Debye Huckel formulation for nonideality.

Definition in file DebyeHuckel.cpp.


Define Documentation

#define MAX ( x,
 )     (( (x) > (y) ) ? (x) : (y))
Generated by  doxygen 1.6.3