Cantera  2.4.0
Classes | Namespaces | Enumerations
LiquidTranInteraction.h File Reference

Header file defining the class LiquidTranInteraction and classes which derive from LiquidTranInteraction. More...

#include "TransportParams.h"
#include "LiquidTransportData.h"
#include "cantera/base/xml.h"
Include dependency graph for LiquidTranInteraction.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  LiquidTranInteraction
 Base class to handle transport property evaluation in a mixture. More...
 
class  LTI_MoleFracs
 Simple mole fraction weighting of transport properties. More...
 
class  LTI_MassFracs
 Simple mass fraction weighting of transport properties. More...
 
class  LTI_Log_MoleFracs
 Mixing rule using logarithms of the mole fractions. More...
 
class  LTI_Pairwise_Interaction
 Transport properties that act like pairwise interactions as in binary diffusion coefficients. More...
 
class  LTI_StefanMaxwell_PPN
 Stefan Maxwell Diffusion Coefficients can be solved for given ion conductivity, mobility ratios, and self diffusion coeffs. More...
 
class  LTI_MoleFracs_ExpT
 Simple mole fraction weighting of transport properties. More...
 

Namespaces

 Cantera
 Namespace for the Cantera kernel.
 

Enumerations

enum  LiquidTranMixingModel {
  LTI_MODEL_NOTSET =-1, LTI_MODEL_SOLVENT, LTI_MODEL_MOLEFRACS, LTI_MODEL_MASSFRACS,
  LTI_MODEL_LOG_MOLEFRACS, LTI_MODEL_PAIRWISE_INTERACTION, LTI_MODEL_STEFANMAXWELL_PPN, LTI_MODEL_STOKES_EINSTEIN,
  LTI_MODEL_MOLEFRACS_EXPT, LTI_MODEL_NONE, LTI_MODEL_MULTIPLE
}
 Composition dependence type for liquid mixture transport properties. More...
 

Detailed Description

Header file defining the class LiquidTranInteraction and classes which derive from LiquidTranInteraction.

Definition in file LiquidTranInteraction.h.