Cantera 2.6.0
Functions
utils.h File Reference
#include "cantera/tpx/Sub.h"
Include dependency graph for utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Substance * GetSub (int isub)
 
Substance * newSubstance (const std::string &name)
 Create a new Substance object corresponding to the specified name. More...
 

Function Documentation

◆ GetSub()

Substance * GetSub ( int  isub)

Definition at line 45 of file utils.cpp.

◆ newSubstance()

Substance * newSubstance ( const std::string &  name)

Create a new Substance object corresponding to the specified name.

Definition at line 20 of file utils.cpp.

References tpx::newSubstance(), and Cantera::toLowerCopy().

Referenced by tpx::newSubstance().