From charlesreid1

Revision as of 09:01, 17 April 2017 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The Stack class in Python, which is a shadow class of Sim1D in C++ interface.

The Stack class is a container for one-dimensional domains. It manages how the set of one-dimensional domains is solved, how they are stored, how they communicate, etc.

C++:

src_2.0.2/include/cantera/oneD/StFlow.h
src_2.0.2/src/oneD/StFlow.cpp