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
MixtureDynamicViscosity.h File Reference
#include <PureGas.h>
Include dependency graph for MixtureDynamicViscosity.h:

Go to the source code of this file.

Classes

class  FuelCellShop::Mixture::MixtureDynamicViscosity
 MixtureDynamicViscosity as an abstract class. More...
 
class  FuelCellShop::Mixture::VaporMixtureDynamicViscosity
 
class  FuelCellShop::Mixture::ChapmanEnskogViscosityModel
 

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  enDynamicViscosityModelID { vmChapmanEnskog =1, vmNone }
 

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:
vmChapmanEnskog 
vmNone