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
utils.h
Go to the documentation of this file.
1
//! @file utils.h
2
#ifndef TPX_UTILS_H
3
#define TPX_UTILS_H
4
5
#include "
cantera/tpx/Sub.h
"
6
7
namespace
tpx
8
{
9
10
//! Create a new Substance object corresponding to the specified name.
11
/**
12
* Currently valid substances are:
13
*
14
* - water
15
* - nitrogen
16
* - methane
17
* - hydrogen
18
* - oxygen
19
* - HFC-134a
20
* - carbon-dioxide
21
* - heptane
22
*/
23
Substance*
newSubstance
(
const
std::string& name);
24
25
}
26
27
#endif
Sub.h
tpx::newSubstance
Substance * newSubstance(const std::string &name)
Create a new Substance object corresponding to the specified name.
Definition
utils.cpp:21
include
cantera
tpx
utils.h
Generated by
1.9.7