|
KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Selective frequency damping (SFD) in nekton. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | sfd_register () |
| Register SFD module. More... | |
| subroutine | sfd_init () |
| Initialise SFD module. More... | |
| logical function | sfd_is_initialised () |
| Check if module was initialised. More... | |
| subroutine | sfd_end |
| Finalise SFD. More... | |
| subroutine | sfd_main |
| Main SFD interface. More... | |
| subroutine | sfd_forcing (ffx, ffy, ffz, ix, iy, iz, ieg) |
| Calcualte SFD forcing. More... | |
| subroutine | sfd_solve |
| Update filtered velocity field. More... | |
| subroutine | sfd_rst_write |
| Create checkpoint. More... | |
| subroutine | sfd_rst_read |
| Read from checkpoint. More... | |
| subroutine | sfd_mfo (fname) |
| Store SFD restart file. More... | |
| subroutine | sfd_mfi (fname) |
| Load SFD restart file. More... | |