Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
transport.h
Go to the documentation of this file.
1 /**
2  * @file transport.h
3  *
4  * Support for transport property calculation from C++ application programs.
5  * This header file includes several headers from the Cantera kernel needed
6  * to evaluate transport properties.
7  */
8 
9 #ifndef CT_TRANSPORT_INCL
10 #define CT_TRANSPORT_INCL
11 
15 #include "transport/MixTransport.h"
19 #endif
Headers for the DustyGasTransport object, which models transport properties in porous media using the...
Interface for class MultiTransport.
Header file defining class PecosTransport.
Header file defining class TransportFactory (see TransportFactory)
Interface for class HighPressureGasTransport.
Header file defining class LiquidTransport.
Headers for the MixTransport object, which models transport properties in ideal gas solutions using a...