Cantera 2.6.0
Classes | Functions
Zero-dimensional reactor networks

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

FlowDevicenewFlowDevice (const std::string &model)
 Create a FlowDevice object of the specified type. More...
 
ReactorBasenewReactor (const std::string &model)
 Create a Reactor object of the specified type. More...
 
WallBasenewWall (const std::string &model)
 Create a WallBase object of the specified type. More...
 

Detailed Description

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.

Function Documentation

◆ newFlowDevice()

FlowDevice * Cantera::newFlowDevice ( const std::string &  model)
inline

Create a FlowDevice object of the specified type.

Definition at line 55 of file FlowDeviceFactory.h.

◆ newReactor()

ReactorBase * Cantera::newReactor ( const std::string &  model)
inline

Create a Reactor object of the specified type.

Definition at line 55 of file ReactorFactory.h.

◆ newWall()

WallBase * Cantera::newWall ( const std::string &  model)
inline

Create a WallBase object of the specified type.

Definition at line 55 of file WallFactory.h.