| CppNoddy
    0.92
    | 
Solving the unsteady Karman rotating-disk equations for the flow above an infinite rotating disk in a rotating fluid: More...
#include <IBVP_bundle.h>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 | |
| double | CppNoddy::Example::W_inf (0.0) | 
| double | CppNoddy::Example::W_disk (1.0) | 
| int | main () | 
Solving the unsteady Karman rotating-disk equations for the flow above an infinite rotating disk in a rotating fluid:
![\[ -U_t + U_{yy} = U^2 + VU_y - W^2 - W_\infty^2 \]](form_212.png)
![\[ -W_t + W_{yy} = 2U W + V W_y  \]](form_213.png)
![\[ 2U + V_y = 0 \]](form_214.png)
 with boundary conditions 





![\[ \Omega(t) = 1 - (1 - W_\infty) \exp( -10t )\]](form_221.png)
and simply checks for convergence to the correct steady state solution.
Definition in file IBVPKarman.cpp.
| anonymous enum | 
| int main | ( | ) | 
Definition at line 119 of file IBVPKarman.cpp.
References CppNoddy::PDE_IBVP< _Type >::coord(), CppNoddy::TrackerFile::header(), CppNoddy::Utility::power_node_vector(), CppNoddy::TrackerFile::push_ptr(), CppNoddy::PDE_IBVP< _Type >::solution(), CppNoddy::PDE_IBVP< _Type >::step2(), U, Ud, CppNoddy::TrackerFile::update(), V, W, and Wd.
 1.9.5
 1.9.5
© 2012
R.E. Hewitt