Cantera
2.5.1
|
#include "cantera/base/ctexceptions.h"
Go to the source code of this file.
Classes | |
class | Solution |
A container class holding managers for all pieces defining a phase. More... | |
Namespaces | |
Cantera | |
Namespace for the Cantera kernel. | |
Functions | |
shared_ptr< Solution > | newSolution (const std::string &infile, const std::string &name="", const std::string &transport="", const std::vector< shared_ptr< Solution >> &adjacent={}) |
Create and initialize a new Solution manager from an input file. More... | |