Cantera 2.6.0
|
See https://cantera.org/science/reactors.html for a description of the governing equations for specific reactor types and the methods used for solving networks of. More...
Classes | |
class | FlowDevice |
Base class for 'flow devices' (valves, pressure regulators, etc.) connecting reactors. More... | |
class | FlowDeviceFactory |
Factory class to create FlowDevice objects. More... | |
class | Reactor |
Class Reactor is a general-purpose class for stirred reactors. More... | |
class | ReactorBase |
Base class for stirred reactors. More... | |
class | ReactorFactory |
Factory class to create reactor objects. More... | |
class | ReactorNet |
A class representing a network of connected reactors. More... | |
class | ReactorSurface |
A surface where reactions can occur that is in contact with the bulk fluid of a Reactor. More... | |
class | WallBase |
Base class for 'walls' (walls, pistons, etc.) connecting reactors. More... | |
class | WallFactory |
Factory class to create WallBase objects. More... | |
Functions | |
FlowDevice * | newFlowDevice (const std::string &model) |
Create a FlowDevice object of the specified type. More... | |
ReactorBase * | newReactor (const std::string &model) |
Create a Reactor object of the specified type. More... | |
WallBase * | newWall (const std::string &model) |
Create a WallBase object of the specified type. More... | |
See https://cantera.org/science/reactors.html for a description of the governing equations for specific reactor types and the methods used for solving networks of.
|
inline |
Create a FlowDevice object of the specified type.
Definition at line 55 of file FlowDeviceFactory.h.
|
inline |
Create a Reactor object of the specified type.
Definition at line 55 of file ReactorFactory.h.
|
inline |
Create a WallBase object of the specified type.
Definition at line 55 of file WallFactory.h.