Cantera
3.0.0
|
Zero-dimensional objects adjacent to reactors. More...
Zero-dimensional objects adjacent to reactors.
Wall objects should be instantiated via the newWall3() function, for example:
Classes | |
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 | Wall |
Represents a wall between between two ReactorBase objects. More... | |
Functions | |
WallBase * | newWall (const string &model) |
Create a WallBase object of the specified type. | |
shared_ptr< WallBase > | newWall3 (const string &model) |
Create a WallBase object of the specified type. | |
WallBase * newWall | ( | const string & | model | ) |
Create a WallBase object of the specified type.
Definition at line 41 of file WallFactory.cpp.