subroutine fluid_volflow::fluid_vol_flow |
( |
class(fluid_volflow_t), intent(inout) |
this, |
|
|
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(field_t), intent(inout) |
u_res, |
|
|
type(field_t), intent(inout) |
v_res, |
|
|
type(field_t), intent(inout) |
w_res, |
|
|
type(field_t), intent(inout) |
p_res, |
|
|
type(coef_t), intent(inout) |
c_Xh, |
|
|
type(gs_t), intent(inout) |
gs_Xh, |
|
|
type(time_scheme_controller_t), intent(inout) |
ext_bdf, |
|
|
real(kind=rp), intent(in) |
rho, |
|
|
real(kind=rp), intent(in) |
mu, |
|
|
real(kind=rp), intent(in) |
dt, |
|
|
type(bc_list_t), intent(inout) |
bclst_dp, |
|
|
type(bc_list_t), intent(inout) |
bclst_du, |
|
|
type(bc_list_t), intent(inout) |
bclst_dv, |
|
|
type(bc_list_t), intent(inout) |
bclst_dw, |
|
|
type(bc_list_t), intent(inout) |
bclst_vel_res, |
|
|
class(ax_t), intent(inout) |
Ax_vel, |
|
|
class(ax_t), intent(inout) |
Ax_prs, |
|
|
class(ksp_t), intent(inout) |
ksp_prs, |
|
|
class(ksp_t), intent(inout) |
ksp_vel, |
|
|
class(pc_t), intent(inout) |
pc_prs, |
|
|
class(pc_t), intent(inout) |
pc_vel, |
|
|
integer, intent(in) |
prs_max_iter, |
|
|
integer, intent(in) |
vel_max_iter |
|
) |
| |
|
private |