From charlesreid1

(Created page with "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-dimension...")
 
No edit summary
 
Line 9: Line 9:
src_2.0.2/src/oneD/StFlow.cpp
src_2.0.2/src/oneD/StFlow.cpp
</pre>
</pre>
{{CanteraFlag}}

Latest revision as of 09:01, 17 April 2017

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