cantera/samples/cxx/bvp
Ray Speth 8c213da932 [1D] Fix grid refinement for classes not derived from StFlow
This includes user-developed flow classes, as well as the BoundaryValueProblem
class used in the 'blasius' example.
2018-11-11 22:17:20 -05:00
..
blasius.cpp Clean up interstitial whitespace 2015-08-02 23:06:16 -04:00
BoundaryValueProblem.h [1D] Fix grid refinement for classes not derived from StFlow 2018-11-11 22:17:20 -05:00
README Removed redundant / vestigial code from the Blasius example 2012-12-30 00:16:58 +00:00

This example program solves the Blasius boundary value problem for the
velocity profile of a laminar boundary layer over a flat plate. It
uses class BoundaryValueProblem, which provides a simplified interface
to the boundary value problem capabilities of Cantera.