Loading [MathJax]/extensions/tex2jax.js
Cantera
3.2.0a1
Install
User Guide
Examples
Reference
Develop
Community
Toggle main menu visibility
Developer API
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
Typedefs
Enumerations
Related Symbols
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
v
w
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
a
b
c
e
f
k
l
m
n
p
s
t
v
x
Functions
Variables
Typedefs
Macros
a
c
e
f
m
n
p
s
t
v
x
Related Pages
cantera.org
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
core.h
Go to the documentation of this file.
1
/**
2
* @file core.h
3
*
4
* Support for %Cantera core calculations from C++ application programs. This
5
* header file includes a minimal set of headers needed to create and use objects
6
* that evaluate thermo properties, chemical kinetics and transport properties.
7
*/
8
9
#ifndef CT_INCL_CORE_H
10
#define CT_INCL_CORE_H
11
12
#include "
cantera/base/Solution.h
"
13
#include "
cantera/base/Interface.h
"
14
#include "
cantera/thermo/ThermoPhase.h
"
15
#include "
cantera/kinetics/Kinetics.h
"
16
#include "
cantera/transport/Transport.h
"
17
18
#endif
Interface.h
Kinetics.h
Base class for kinetics managers and also contains the kineticsmgr module documentation (see Kinetics...
Solution.h
ThermoPhase.h
Header file for class ThermoPhase, the base class for phases with thermodynamic properties,...
Transport.h
Headers for the Transport object, which is the virtual base class for all transport property evaluato...
include
cantera
core.h
Generated by
1.9.7