| 
    KTH framework for Nek5000 toolboxes; testing version
    0.0.1
    
   | 
 
Generalised Synthetic Eddy Method. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | gsyem_register () | 
| Register gSyEM module.  More... | |
| subroutine | gsyem_init () | 
| Initilise gSyEM module.  More... | |
| logical function | gsyem_is_initialised () | 
| Check if module was initialised.  More... | |
| subroutine | gsyem_main | 
| Main gSyEM interface.  More... | |
| subroutine | gsyem_rst_write | 
| Create checkpoint.  More... | |
| subroutine | gsyem_rst_read | 
| Read from checkpoint.  More... | |
| subroutine | gsyem_mesh_setup () | 
| Generate mesh dependent information.  More... | |
| subroutine | gsyem_fam_setup (npoint, poff, rpos, umean, tke, dss) | 
| Generate family information.  More... | |
| subroutine | gsyem_prof_read (npoint, poff, rpos, umean, tke, dss) | 
| Read profiles for all familes.  More... | |
| subroutine | gsyem_face_prof (nfam, poff, rpos, umean, tke, dss, iel, ifc, ifn, dist) | 
| Generate profile information for given family face.  More... | |
| subroutine | gsyem_gen_elist (elist, neddy, nfam, ifinit) | 
| Generate eddies from the list for a given family.  More... | |
| subroutine | gsyem_gen_eall (nfam) | 
| Inital generation of all eddies (gsyem_mode.eq.1) for a given family.  More... | |
| subroutine | gsyem_adv_eddy (nfam) | 
| Advect/recycle eddies (gsyem_mode.eq.1) for a given family.  More... | |
| subroutine | gsyem_gen_mall (nfam) | 
| Inital generation of all modes (gsyem_mode.eq.3) for a given family.  More... | |
| subroutine | gsyem_evolve () | 
| Time evolution of eddies.  More... | |
| subroutine | gsyem_iso (nfam) | 
| Fill velocity array with eddies; ISO.  More... | |
| subroutine | gsyem_dairay (nfam) | 
| Fill velocity array with eddies; Dairay.  More... | |