#include "cantera/oneD/DomainFactory.h"
#include "cantera/oneD/Boundary1D.h"
#include "cantera/oneD/Flow1D.h"
#include "cantera/oneD/IonFlow.h"
#include "cantera/transport/Transport.h"
Go to the source code of this file.
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
shared_ptr< Boundary1D > | newBoundary1D (const string &domainType, shared_ptr< Solution > solution, const string &id="") |
Create a Boundary1D object of the specified type. | |
shared_ptr< Flow1D > | newFlow1D (const string &domainType, shared_ptr< Solution > solution, const string &id="") |
Create a Flow1D object of the specified type. | |