Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Public Member Functions | |
subroutine | set_flow_ic_int (u, v, w, p, coef, gs, type, params) |
Set initial flow condition (builtin) | |
subroutine | set_flow_ic_usr (u, v, w, p, coef, gs, user_proc, scheme_name) |
Set intial flow condition (user defined) | |
subroutine | set_compressible_flow_ic_usr (rho, u, v, w, p, coef, gs, user_proc, scheme_name) |
Set intial flow condition (user defined) for compressible flows. | |
Definition at line 63 of file flow_ic.f90.
subroutine flow_ic::set_flow_ic::set_compressible_flow_ic_usr | ( | type(field_t), intent(inout), target | rho, |
type(field_t), intent(inout), target | u, | ||
type(field_t), intent(inout), target | v, | ||
type(field_t), intent(inout), target | w, | ||
type(field_t), intent(inout), target | p, | ||
type(coef_t), intent(in) | coef, | ||
type(gs_t), intent(inout) | gs, | ||
procedure(user_initial_conditions_intf) | user_proc, | ||
character(len=*), intent(in) | scheme_name | ||
) |
subroutine flow_ic::set_flow_ic::set_flow_ic_int | ( | type(field_t), intent(inout) | u, |
type(field_t), intent(inout) | v, | ||
type(field_t), intent(inout) | w, | ||
type(field_t), intent(inout) | p, | ||
type(coef_t), intent(in) | coef, | ||
type(gs_t), intent(inout) | gs, | ||
character(len=*) | type, | ||
type(json_file), intent(inout) | params | ||
) |
subroutine flow_ic::set_flow_ic::set_flow_ic_usr | ( | type(field_t), intent(inout), target | u, |
type(field_t), intent(inout), target | v, | ||
type(field_t), intent(inout), target | w, | ||
type(field_t), intent(inout), target | p, | ||
type(coef_t), intent(in) | coef, | ||
type(gs_t), intent(inout) | gs, | ||
procedure(user_initial_conditions_intf) | user_proc, | ||
character(len=*), intent(in) | scheme_name | ||
) |