Added a thermo.h file to the cxx directory. This file is analogous
to the transport.h file.
This commit is contained in:
parent
60eb2c2968
commit
218f2f43b1
1 changed files with 14 additions and 0 deletions
14
Cantera/cxx/include/thermo.h
Executable file
14
Cantera/cxx/include/thermo.h
Executable file
|
|
@ -0,0 +1,14 @@
|
|||
/**
|
||||
* @file transport.h
|
||||
*
|
||||
* Support for thermo property calculation from C++ application programs.
|
||||
* This header file includes several headers from the Cantera kernel needed
|
||||
* to evaluate thermo properties.
|
||||
*/
|
||||
|
||||
#ifndef CT_THERMO_INCL
|
||||
#define CT_THERMO_INCL
|
||||
|
||||
#include "kernel/thermo/SingleSpeciesTP.h"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Reference in a new issue