Cantera
2.0
|
Customizable Fortran transport manager. More...
#include "cantera/transport/TransportBase.h"
Go to the source code of this file.
Classes | |
class | FtnTransport |
A class that calls external Fortran functions to evaluate transport properties. More... | |
Namespaces | |
namespace | Cantera |
Provides class Nucleus. | |
Macros | |
#define | __VISC__ visc_ |
Change these definitions to change the names of the Fortran procedures. | |
#define | __BULKVISC__ bvisc_ |
#define | __TCON__ tcon_ |
#define | __TDIFF__ tdiff_ |
#define | __MULTIDIFF__ multidiff_ |
#define | __MIXDIFF__ mixdiff_ |
#define | __SIGMA__ sigma_ |
#define | __GETMOBILITIES__ getmobilities_ |
Customizable Fortran transport manager.
This manager calls external Fortran functions to evaluate the transport properties. This is designed to be used to build custom transport managers in Fortran.
Definition in file FtnTransport.h.
#define __VISC__ visc_ |
Change these definitions to change the names of the Fortran procedures.
If you want to define more than one custom Fortran transport manager, copy this file, rename the class, and change these definitions.
The Fortran procedure names must follow the conventions of the Fortran compiler. On most unix systems, this means the names must be lowercase, and must include a trailing underscore.
Definition at line 30 of file FtnTransport.h.
Referenced by FtnTransport::viscosity().