CppNoddy
0.92
|
Solving the Karman rotating-disk equations for the flow above an infinite rotating disk by applying a user-provided Jacobian. 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 () |
Solving the Karman rotating-disk equations for the flow above an infinite rotating disk by applying a user-provided Jacobian.
with boundary conditions
Definition in file BVPKarmanJacobian.cpp.
anonymous enum |
int main | ( | ) |
Definition at line 99 of file BVPKarmanJacobian.cpp.
References CppNoddy::Utility::power_node_vector(), CppNoddy::ODE_BVP< _Type, _Xtype >::solution(), CppNoddy::ODE_BVP< _Type, _Xtype >::solve2(), U, Ud, V, W, and Wd.
© 2012
R.E. Hewitt