Neko  0.9.0
A portable framework for high-order spectral element flow simulations
flow_ic.f90 File Reference

Go to the source code of this file.

Data Types

interface  flow_ic::set_flow_ic
 

Modules

module  flow_ic
 Initial flow condition.
 

Functions/Subroutines

subroutine flow_ic::set_flow_ic_int (u, v, w, p, coef, gs, type, params)
 Set initial flow condition (builtin) More...
 
subroutine flow_ic::set_flow_ic_usr (u, v, w, p, coef, gs, usr_ic, params)
 Set intial flow condition (user defined) More...
 
subroutine flow_ic::set_flow_ic_common (u, v, w, p, coef, gs)
 
subroutine flow_ic::set_flow_ic_uniform (u, v, w, uinf)
 Uniform initial condition. More...
 
subroutine flow_ic::set_flow_ic_blasius (u, v, w, delta, uinf, type)
 Set a Blasius profile as initial condition. More...
 
subroutine flow_ic::set_flow_ic_point_zone (u, v, w, base_value, zone_name, zone_value)
 Set the initial condition of the flow based on a point zone. More...
 
subroutine flow_ic::set_flow_ic_fld (u, v, w, p, file_name, interpolate, tolerance, mesh_file_name)
 Set the initial condition of the flow based on a field. @detail The fields are read from an fld file. If enabled, interpolation is also possible. In that case, the mesh coordinates can be read from another field in the fld field series. More...