Cantera  3.1.0a2
Loading...
Searching...
No Matches
Interface.h File Reference
Include dependency graph for Interface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Interface
 A container class for chemically-reacting interfaces. More...
 

Namespaces

namespace  Cantera
 Namespace for the Cantera kernel.
 

Functions

shared_ptr< InterfacenewInterface (const string &infile, const string &name="", const vector< string > &adjacent={})
 Create and initialize a new Interface from an input file.
 
shared_ptr< InterfacenewInterface (const string &infile, const string &name, const vector< shared_ptr< Solution > > &adjacent)
 Create and initialize a new Interface from an input file.
 
shared_ptr< InterfacenewInterface (AnyMap &phaseNode, const AnyMap &rootNode=AnyMap(), const vector< shared_ptr< Solution > > &adjacent={})
 Create and initialize a new Interface from AnyMap objects.