Go to the source code of this file.
|
| module | mod_rotating_frame |
| | Module for including rotating frame in hydrodynamics simulations The rotation vector is assumed to be along z direction (both in cylindrical and spherical)
|
| |
|
| subroutine | mod_rotating_frame::rotating_frame_params_read (files) |
| | Read this module's parameters from a file. More...
|
| |
| subroutine | mod_rotating_frame::rotating_frame_init () |
| | Initialize the module. More...
|
| |
| subroutine | mod_rotating_frame::rotating_frame_add_source (qdt, ixIL, ixOL, wCT, w, x) |
| | w[iw]=w[iw]+qdt*S[wCT,qtC,x] where S is the source based on wCT within ixO More...
|
| |
| subroutine | mod_rotating_frame::rotating_frame_velocity (x, ixIL, ixOL, frame_vel) |
| |
| subroutine | mod_rotating_frame::rotating_frame_omega (x, ixIL, ixOL, frame_omega) |
| |