Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Initial flow condition.
Data Types | |
interface | set_adjoint_fluid_ic |
Functions/Subroutines | |
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) | |
subroutine | set_adjoint_fluid_ic_common (u_adj, v_adj, w_adj, p_adj, coef, gs) |
subroutine | set_adjoint_fluid_ic_uniform (u_adj, v_adj, w_adj, uinf) |
Uniform initial condition. | |
subroutine | set_adjoint_fluid_ic_blasius (u_adj, v_adj, w_adj, delta, uinf, type) |
Set a Blasius profile as initial condition. | |
subroutine | set_adjoint_fluid_ic_point_zone (u_adj, v_adj, w_adj, base_value, zone_name, zone_value) |
Set the initial condition of the flow based on a point zone. | |
|
private |
Definition at line 189 of file adjoint_fluid_ic.f90.
|
private |
Definition at line 63 of file adjoint_fluid_ic.f90.
|
private |
The initial condition is set to the base value and then the zone is filled with the zone value.
u_adj | The x-component of the adjoint velocity field. |
v_adj | The y-component of the adjoint velocity field. |
w_adj | The z-component of the adjoint velocity field. |
base_value | The base value of the initial condition. |
zone_name | The name of the point zone. |
zone_value | The value of the point zone. |
Definition at line 249 of file adjoint_fluid_ic.f90.
|
private |
Definition at line 109 of file adjoint_fluid_ic.f90.