CppNoddy
0.92
|
Arc-length continuation of the Karman rotating-disk equations for the flow above an infinite rotating disk: More...
Go to the source code of this file.
Classes | |
class | CppNoddy::Example::Karman_equations |
Define the Karman equations. More... | |
class | CppNoddy::Example::Karman_left_BC |
Define the boundary conditions. More... | |
class | CppNoddy::Example::Karman_right_BC |
Namespaces | |
namespace | CppNoddy |
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
namespace | CppNoddy::Example |
Enumerations | |
enum | { U , Ud , V , W , Wd } |
Functions | |
int | main () |
Variables | |
double | CppNoddy::Example::s |
relative rotation rate More... | |
Arc-length continuation of the Karman rotating-disk equations for the flow above an infinite rotating disk:
with boundary conditions
Definition in file BVPKarmanArclength.cpp.
anonymous enum |
int main | ( | ) |
Definition at line 92 of file BVPKarmanArclength.cpp.
References CppNoddy::ODE_BVP< _Type, _Xtype >::arclength_solve(), CppNoddy::ArcLength_base< _Type >::desired_arc_proportion(), CppNoddy::ODE_BVP< _Type, _Xtype >::init_arc(), CppNoddy::Utility::power_node_vector(), CppNoddy::TrackerFile::push_ptr(), CppNoddy::ArcLength_base< _Type >::rescale_theta(), CppNoddy::ODE_BVP< _Type, _Xtype >::solution(), CppNoddy::TrackerFile::update(), V, and W.
© 2012
R.E. Hewitt