|
subroutine | set_flow_ic_int (u, v, w, p, coef, gs, type, params) |
| Set initial flow condition (builtin) More...
|
|
subroutine | set_flow_ic_usr (u, v, w, p, coef, gs, usr_ic, params) |
| Set intial flow condition (user defined) More...
|
|
Definition at line 62 of file flow_ic.f90.
◆ set_flow_ic_int()
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 |
|
) |
| |
|
private |
◆ set_flow_ic_usr()
subroutine flow_ic::set_flow_ic::set_flow_ic_usr |
( |
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, |
|
|
procedure(useric) |
usr_ic, |
|
|
type(json_file), intent(inout) |
params |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: