|
subroutine | set_adjoint_fluid_ic_int (u_adj, v_adj, w_adj, p_adj, coef, gs, type, params) |
| Set initial flow condition (builtin)
|
|
subroutine | set_adjoint_fluid_ic_usr (u_adj, v_adj, w_adj, p_adj, coef, gs, usr_ic, params) |
| Set intial flow condition (user defined)
|
|
Definition at line 54 of file adjoint_fluid_ic.f90.
◆ set_adjoint_fluid_ic_int()
subroutine adjoint_fluid_ic::set_adjoint_fluid_ic::set_adjoint_fluid_ic_int |
( |
type(field_t), intent(inout) |
u_adj, |
|
|
type(field_t), intent(inout) |
v_adj, |
|
|
type(field_t), intent(inout) |
w_adj, |
|
|
type(field_t), intent(inout) |
p_adj, |
|
|
type(coef_t), intent(in) |
coef, |
|
|
type(gs_t), intent(inout) |
gs, |
|
|
character(len=*) |
type, |
|
|
type(json_file), intent(inout) |
params |
|
) |
| |
◆ set_adjoint_fluid_ic_usr()
subroutine adjoint_fluid_ic::set_adjoint_fluid_ic::set_adjoint_fluid_ic_usr |
( |
type(field_t), intent(inout) |
u_adj, |
|
|
type(field_t), intent(inout) |
v_adj, |
|
|
type(field_t), intent(inout) |
w_adj, |
|
|
type(field_t), intent(inout) |
p_adj, |
|
|
type(coef_t), intent(in) |
coef, |
|
|
type(gs_t), intent(inout) |
gs, |
|
|
procedure(useric) |
usr_ic, |
|
|
type(json_file), intent(inout) |
params |
|
) |
| |
The documentation for this interface was generated from the following file: