OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Enumerations
BinaryDiffusion.h File Reference
#include <cmath>
#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <cctype>
#include <boost/lexical_cast.hpp>
#include <base/exceptions.h>
#include "PureGas.h"
#include "fcst_variables.h"
Include dependency graph for BinaryDiffusion.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FuelCellShop::Mixture::BinaryDiffusion
 BinaryDiffusion as an abstract class. More...
 
class  FuelCellShop::Mixture::VaporDiffusion
 
class  FuelCellShop::Mixture::ChapmanEnskog
 This class uses the Chapman Enskog theory for mono-atomic gases to estimate the binary diffusion diffusivity between two gases. More...
 
class  FuelCellShop::Mixture::LiquidDiffusion
 
class  FuelCellShop::Mixture::WilkeChang
 
class  FuelCellShop::Mixture::HanBartelsInterpolation
 
class  FuelCellShop::Mixture::FerrellHimmelblau
 

Namespaces

namespace  FuelCellShop
 Container Namespace for Fuel Cell data classes.
 
namespace  FuelCellShop::Mixture
 Namespace to hold classes that define mixture properties for gases (and liquids) in fuel cells.
 

Macros

#define __Del(p)   {if(p) delete p; p=__null;}
 
#define __printf   __builtin_printf
 
#define __scanf   __builtin_scanf
 
#define __exp   __builtin_exp
 
#define __pow   __builtin_pow
 
#define __DUMMY   -9999
 

Enumerations

enum  enDiffusionModelID {
  dmChapmanEnskog =1, dmWilkeChang, dmHanBartelsInterpolation, dmFerrellHimmelblau,
  dmNone
}
 

Macro Definition Documentation

#define __Del (   p)    {if(p) delete p; p=__null;}
#define __DUMMY   -9999
#define __exp   __builtin_exp
#define __pow   __builtin_pow
#define __printf   __builtin_printf
#define __scanf   __builtin_scanf

Enumeration Type Documentation

Enumerator:
dmChapmanEnskog 
dmWilkeChang 
dmHanBartelsInterpolation 
dmFerrellHimmelblau 
dmNone