These classes comprise Cantera's ability to solve steady-state one-dimensional reacting flow problems, such as laminar flames, opposed flow diffusion flames, and stagnation flow chemical vapor deposition.
|
| Boundaries |
| Boundaries of one-dimensional flow domains.
|
|
| Utilities |
| Utility classes and functions for one-dimensional problems.
|
|
| Flow Domains |
| One-dimensional flow domains.
|
|
|
template<class T = Domain1D> |
shared_ptr< T > | newDomain (const string &domainType, shared_ptr< Solution > solution, const string &id="") |
| Create a Domain object of the specified type. More...
|
|
◆ newDomain()
shared_ptr<T> Cantera::newDomain |
( |
const string & |
domainType, |
|
|
shared_ptr< Solution > |
solution, |
|
|
const string & |
id = "" |
|
) |
| |
Create a Domain object of the specified type.
An optional template argument will dynamically cast Domain1D to the desired specialization.
- Parameters
-
domainType | string identifying domain type. |
solution | Solution holding ThermoPhase, Kinetics and Transport objects. |
id | string identifier describing domain. If omitted, id defaults to the domain type identifier. |
Definition at line 53 of file DomainFactory.h.