Processing math: 100%
Neko 0.9.99
A portable framework for high-order spectral element flow simulations
All Classes Namespaces Files Functions Variables Typedefs Enumerator Macros Pages
fluid_pnpn::fluid_pnpn_t Type Referenceabstract
Inheritance diagram for fluid_pnpn::fluid_pnpn_t:
Collaboration diagram for fluid_pnpn::fluid_pnpn_t:

Public Member Functions

procedure, pass(thisinit (this, msh, lx, params, user, chkp)
 Constructor.
 
procedure, pass(thisfree (this)
 Destructor.
 
procedure, pass(thisstep (this, t, tstep, dt, ext_bdf, dt_controller)
 Perform a single time-step of the scheme.
 
procedure, pass(thisrestart (this, chkp)
 Restart from a previous solution.
 
procedure, pass(thissetup_bcs (this, user, params)
 Set up boundary conditions.
 
procedure, pass(thiswrite_boundary_conditions (this)
 Write a field with boundary condition specifications.
 
procedure, pass(thisinit_base (this, msh, lx, params, scheme, user, kspv_init)
 Constructor for the base type.
 
procedure, pass(thisscheme_free (this)
 
procedure, pass(thisvalidate (this)
 Validate that all components are properly allocated.
 
procedure(validate_intrf), deferred, pass validate (this)
 Set the user inflow.
 
procedure, pass(thisbc_apply_vel (this, t, tstep, strong)
 Apply pressure boundary conditions.
 
procedure, pass(thisbc_apply_prs (this, t, tstep)
 Apply velocity boundary conditions.
 
procedure, pass(thiscompute_cfl (this, dt)
 Compute the CFL number.
 
procedure(fluid_scheme_base_compute_cfl_intrf), deferred, pass compute_cfl (this, dt)
 Compute the CFL number.
 
procedure, pass(thisset_material_properties (this, params, user)
 Set rho and mu.
 
procedure, pass(thisupdate_material_properties (this)
 Update variable material properties.
 
procedure(update_material_properties), deferred, pass update_material_properties (this)
 Set rho and mu.
 
procedure, pass(thisprecon_factory_ (this, pc, ksp, coef, dof, gs, bclst, pctype)
 Preconditioner factory.
 
procedure(fluid_scheme_base_init_intrf), deferred, pass init (this, msh, lx, params, user, chkp)
 Constructor.
 
procedure(fluid_scheme_base_free_intrf), deferred, pass free (this)
 Destructor.
 
procedure(fluid_scheme_base_step_intrf), deferred, pass step (this, t, tstep, dt, ext_bdf, dt_controller)
 Advance one step in time.
 
procedure(fluid_scheme_base_restart_intrf), deferred, pass restart (this, chkp)
 Restart from a checkpoint.
 
procedure(fluid_scheme_setup_bcs_intrf), deferred, pass setup_bcs (this, user, params)
 

Static Public Member Functions

procedure, nopass solver_factory (ksp, n, solver, max_iter, abstol, monitor)
 Linear solver factory, wraps a KSP constructor.
 

Public Attributes

type(field_tp_res
 The right-hand sides in the linear solves.
 
type(field_tu_res
 
type(field_tv_res
 
type(field_tw_res
 
type(field_tdp
 The unknowns in the linear solves, i.e. the solution increments with respect to the previous time-step.
 
type(field_tdu
 
type(field_tdv
 
type(field_tdw
 
class(ax_t), allocatable ax_vel
 
class(ax_t), allocatable ax_prs
 
type(projection_tproj_prs
 Pressure projection.
 
type(projection_vel_tproj_vel
 
type(facet_normal_tbc_prs_surface
 Surface term in pressure rhs. Masks all strong velocity bcs.
 
type(facet_normal_tbc_sym_surface
 Surface term in pressure rhs. Masks symmetry bcs.
 
type(zero_dirichlet_tbc_vel_res
 A dummy bc for marking strong velocity bcs. Used for vel_res.
 
type(zero_dirichlet_tbc_du
 A dummy bc for marking strong velocity bcs. Used for du.
 
type(zero_dirichlet_tbc_dv
 A dummy bc for marking strong velocity bcs. Used for dv.
 
type(zero_dirichlet_tbc_dw
 A dummy bc for marking strong velocity bcs. Used for dw.
 
type(zero_dirichlet_tbc_dp
 A dummy bc for marking strong pressure bcs. Used for dp.
 
type(bc_list_tbclst_vel_res
 Lists for holding the corresponding dummy bc, e.g. bclst_du holds bc_du.
 
type(bc_list_tbclst_du
 
type(bc_list_tbclst_dv
 
type(bc_list_tbclst_dw
 
type(bc_list_tbclst_dp
 
logical prs_dirichlet = .false.
 
class(advection_t), allocatable adv
 
logical oifs
 
type(field_tabx1
 
type(field_taby1
 
type(field_tabz1
 
type(field_tabx2
 
type(field_taby2
 
type(field_tabz2
 
type(field_tadvx
 
type(field_tadvy
 
type(field_tadvz
 
class(pnpn_prs_res_t), allocatable prs_res
 Pressure residual equation for computing p_res.
 
class(pnpn_vel_res_t), allocatable vel_res
 Velocity residual equation for computing u_res, v_res, w_res.
 
class(rhs_maker_sumab_t), allocatable sumab
 Summation of AB/BDF contributions.
 
class(rhs_maker_ext_t), allocatable makeabf
 Contributions to kth order extrapolation scheme.
 
class(rhs_maker_bdf_t), allocatable makebdf
 Contributions to F from lagged BD terms.
 
class(rhs_maker_oifs_t), allocatable makeoifs
 Contributions to the RHS from the OIFS method.
 
type(fluid_volflow_tvol_flow
 Adjust flow volume.
 
type(fluid_source_term_t) source_term
 The source term for the momentum equation.
 
class(ksp_t), allocatable ksp_vel
 Krylov solver for velocity.
 
class(ksp_t), allocatable ksp_prs
 Krylov solver for pressure.
 
class(pc_t), allocatable pc_vel
 Velocity Preconditioner.
 
class(pc_t), allocatable pc_prs
 Velocity Preconditioner.
 
integer vel_projection_dim
 Size of the projection space for ksp_vel.
 
integer pr_projection_dim
 Size of the projection space for ksp_pr.
 
integer vel_projection_activ_step
 Steps to activate projection for ksp_vel.
 
integer pr_projection_activ_step
 Steps to activate projection for ksp_pr.
 
logical strict_convergence
 Strict convergence for the velocity solver.
 
logical if_gradient_jump_penalty
 Gradient jump panelty.
 
type(gradient_jump_penalty_t) gradient_jump_penalty_u
 
type(gradient_jump_penalty_t) gradient_jump_penalty_v
 
type(gradient_jump_penalty_t) gradient_jump_penalty_w
 
type(field_t), pointer u_e => null()
 Extrapolation velocity fields for LES.
 
type(field_t), pointer v_e => null()
 Extrapolated y-Velocity.
 
type(field_t), pointer w_e => null()
 Extrapolated z-Velocity.
 
type(mean_flow_t) mean
 Mean flow field.
 
type(fluid_stats_t) stats
 Fluid statistics.
 
type(mean_sqr_flow_t) mean_sqr
 Mean squared flow field.
 
logical forced_flow_rate = .false.
 Is the flow rate forced?
 
character(len=:), allocatable nut_field_name
 The turbulent kinematic viscosity field name.
 
integer(kind=i8) glb_n_points
 Global number of GLL points for the fluid (not unique)
 
integer(kind=i8) glb_unique_points
 Global number of GLL points for the fluid (unique)
 
type(scratch_registry_t) scratch
 Manager for temporary fields.
 
character(len=:), allocatable name
 A name that can be used to distinguish this solver in e.g. user routines.
 
type(space_t) xh
 Function space X_h .
 
type(dofmap_t) dm_xh
 Dofmap associated with X_h .
 
type(gs_t) gs_xh
 Gather-scatter associated with X_h .
 
type(coef_tc_xh
 Coefficients associated with X_h .
 
type(time_scheme_controller_t), allocatable ext_bdf
 
type(field_t), pointer u => null()
 The velocity field.
 
type(field_t), pointer v => null()
 y-component of Velocity
 
type(field_t), pointer w => null()
 z-component of Velocity
 
type(field_t), pointer p => null()
 Pressure.
 
type(field_series_t) ulag
 
type(field_series_t) vlag
 
type(field_series_t) wlag
 fluid field (lag)
 
type(chkp_t), pointer chkp => null()
 Checkpoint.
 
real(kind=rp) rho
 Density.
 
type(field_trho_field
 
type(field_t), pointer f_x => null()
 X-component of the right-hand side.
 
type(field_t), pointer f_y => null()
 Y-component of the right-hand side.
 
type(field_t), pointer f_z => null()
 Z-component of the right-hand side.
 
type(bc_list_tbcs_prs
 Boundary conditions.
 
type(bc_list_tbcs_vel
 
type(json_file), pointer params
 Parameters.
 
type(mesh_t), pointer msh => null()
 Mesh.
 
character(len=neko_msh_max_zlbl_len), dimension(:), allocatable bc_labels
 Boundary condition labels (if any)
 
real(kind=rp) mu
 Dynamic viscosity.
 
type(field_tmu_field
 The variable mu field.
 
logical variable_material_properties = .false.
 Is mu varying in time? Currently only due to LES models.
 
logical freeze = .false.
 Is the fluid frozen at the moment.
 

Detailed Description

Definition at line 90 of file fluid_pnpn.f90.

Member Function/Subroutine Documentation

◆ bc_apply_prs()

procedure, pass(this) fluid_scheme_incompressible::fluid_scheme_incompressible_t::bc_apply_prs ( class(fluid_scheme_incompressible_t), intent(inout this,
real(kind=rp), intent(in t,
integer, intent(in tstep 
)
inherited
Todo:
Why can't we call the interface here?

Definition at line 128 of file fluid_scheme_incompressible.f90.

◆ bc_apply_vel()

procedure, pass(this) fluid_scheme_incompressible::fluid_scheme_incompressible_t::bc_apply_vel ( class(fluid_scheme_incompressible_t), intent(inout this,
real(kind=rp), intent(in t,
integer, intent(in tstep,
logical, intent(in strong 
)
inherited
Todo:
Why can't we call the interface here?

Definition at line 126 of file fluid_scheme_incompressible.f90.

◆ compute_cfl() [1/2]

procedure(fluid_scheme_base_compute_cfl_intrf), deferred, pass fluid_scheme_base::fluid_scheme_base_t::compute_cfl ( class(fluid_scheme_base_t), intent(in this,
real(kind=rp), intent(in dt 
)
pure virtualinherited

Definition at line 130 of file fluid_scheme_base.f90.

◆ compute_cfl() [2/2]

procedure, pass(this) fluid_scheme_incompressible::fluid_scheme_incompressible_t::compute_cfl ( class(fluid_scheme_incompressible_t), intent(in this,
real(kind=rp), intent(in dt 
)
inherited

Definition at line 130 of file fluid_scheme_incompressible.f90.

◆ free() [1/2]

procedure, pass(this) fluid_pnpn::fluid_pnpn_t::free ( class(fluid_pnpn_t), intent(inout this)

Definition at line 192 of file fluid_pnpn.f90.

◆ free() [2/2]

procedure(fluid_scheme_base_free_intrf), deferred, pass fluid_scheme_base::fluid_scheme_base_t::free ( class(fluid_scheme_base_t), intent(inout this)
pure virtualinherited

Definition at line 119 of file fluid_scheme_base.f90.

◆ init() [1/2]

procedure, pass(this) fluid_pnpn::fluid_pnpn_t::init ( class(fluid_pnpn_t), intent(inout), target  this,
type(mesh_t), intent(inout), target  msh,
integer, intent(in lx,
type(json_file), intent(inout), target  params,
type(user_t), intent(in), target  user,
type(chkp_t), intent(inout), target  chkp 
)

Will mark a mesh zone for the bc and finalize.

Parameters
[in,out]objectThe object to be allocated.
[in]schemeThe scalar_pnpn scheme.
[in,out]jsonJSON object for initializing the bc.
[in]coefSEM coefficients.
[in]userThe user interface. Boundary condition factory for velocity

Will mark a mesh zone for the bc and finalize.

Parameters
[in,out]objectThe object to be allocated.
[in]schemeThe scalar_pnpn scheme.
[in,out]jsonJSON object for initializing the bc.
[in]coefSEM coefficients.
[in]userThe user interface.

Definition at line 190 of file fluid_pnpn.f90.

◆ init() [2/2]

procedure(fluid_scheme_base_init_intrf), deferred, pass fluid_scheme_base::fluid_scheme_base_t::init ( class(fluid_scheme_base_t), intent(inout), target  this,
type(mesh_t), intent(inout), target  msh,
integer, intent(in lx,
type(json_file), intent(inout), target  params,
type(user_t), intent(in), target  user,
type(chkp_t), intent(inout), target  chkp 
)
pure virtualinherited

Definition at line 117 of file fluid_scheme_base.f90.

◆ init_base()

procedure, pass(this) fluid_scheme_incompressible::fluid_scheme_incompressible_t::init_base ( class(fluid_scheme_incompressible_t), intent(inout), target  this,
type(mesh_t), intent(inout), target  msh,
integer, intent(in lx,
type(json_file), intent(inout), target  params,
character(len=*), intent(in scheme,
type(user_t), intent(in), target  user,
logical, intent(in kspv_init 
)
inherited

Initialize common data for the current scheme

Definition at line 121 of file fluid_scheme_incompressible.f90.

◆ precon_factory_()

procedure, pass(this) fluid_scheme_incompressible::fluid_scheme_incompressible_t::precon_factory_ ( class(fluid_scheme_incompressible_t), intent(inout this,
class(pc_t), intent(inout), allocatable, target  pc,
class(ksp_t), intent(inout), target  ksp,
type(coef_t), intent(in), target  coef,
type(dofmap_t), intent(in), target  dof,
type(gs_t), intent(inout), target  gs,
type(bc_list_t), intent(inout), target  bclst,
character(len=*)  pctype 
)
inherited

Definition at line 141 of file fluid_scheme_incompressible.f90.

◆ restart() [1/2]

procedure, pass(this) fluid_pnpn::fluid_pnpn_t::restart ( class(fluid_pnpn_t), intent(inout), target  this,
type(chkp_t), intent(inout chkp 
)

Definition at line 196 of file fluid_pnpn.f90.

◆ restart() [2/2]

procedure(fluid_scheme_base_restart_intrf), deferred, pass fluid_scheme_base::fluid_scheme_base_t::restart ( class(fluid_scheme_base_t), intent(inout), target  this,
type(chkp_t), intent(inout chkp 
)
pure virtualinherited

Definition at line 123 of file fluid_scheme_base.f90.

◆ scheme_free()

procedure, pass(this) fluid_scheme_incompressible::fluid_scheme_incompressible_t::scheme_free ( class(fluid_scheme_incompressible_t), intent(inout this)
inherited

Definition at line 122 of file fluid_scheme_incompressible.f90.

◆ set_material_properties()

procedure, pass(this) fluid_scheme_incompressible::fluid_scheme_incompressible_t::set_material_properties ( class(fluid_scheme_incompressible_t), intent(inout this,
type(json_file), intent(inout params,
type(user_t), intent(in), target  user 
)
inherited
Parameters
paramsThe case paramter file.
userThe user interface.

Definition at line 132 of file fluid_scheme_incompressible.f90.

◆ setup_bcs() [1/2]

procedure, pass(this) fluid_pnpn::fluid_pnpn_t::setup_bcs ( class(fluid_pnpn_t), intent(inout this,
type(user_t), intent(in), target  user,
type(json_file), intent(inout params 
)
Parameters
userThe user interface.

Definition at line 198 of file fluid_pnpn.f90.

◆ setup_bcs() [2/2]

procedure(fluid_scheme_setup_bcs_intrf), deferred, pass fluid_scheme_base::fluid_scheme_base_t::setup_bcs ( class(fluid_scheme_base_t), intent(inout this,
type(user_t), intent(in), target  user,
type(json_file), intent(inout params 
)
pure virtualinherited

Definition at line 125 of file fluid_scheme_base.f90.

◆ solver_factory()

procedure, nopass fluid_scheme_incompressible::fluid_scheme_incompressible_t::solver_factory ( class(ksp_t), intent(inout), allocatable, target  ksp,
integer, intent(in), value  n,
character(len=*), intent(in solver,
integer, intent(in max_iter,
real(kind=rp), intent(in abstol,
logical, intent(in monitor 
)
staticinherited
Note
Currently only supporting Krylov solvers

Definition at line 139 of file fluid_scheme_incompressible.f90.

◆ step() [1/2]

procedure, pass(this) fluid_pnpn::fluid_pnpn_t::step ( class(fluid_pnpn_t), intent(inout), target  this,
real(kind=rp), intent(in t,
integer, intent(in tstep,
real(kind=rp), intent(in dt,
type(time_scheme_controller_t), intent(in ext_bdf,
type(time_step_controller_t), intent(in dt_controller 
)
Parameters
tThe time value.
tstepThe current interation.
dtThe timestep
ext_bdfTime integration logic.
dt_controllertimestep controller

Definition at line 194 of file fluid_pnpn.f90.

◆ step() [2/2]

procedure(fluid_scheme_base_step_intrf), deferred, pass fluid_scheme_base::fluid_scheme_base_t::step ( class(fluid_scheme_base_t), intent(inout), target  this,
real(kind=rp), intent(in t,
integer, intent(in tstep,
real(kind=rp), intent(in dt,
type(time_scheme_controller_t), intent(in ext_bdf,
type(time_step_controller_t), intent(in dt_controller 
)
pure virtualinherited

Definition at line 121 of file fluid_scheme_base.f90.

◆ update_material_properties() [1/2]

procedure(update_material_properties), deferred, pass fluid_scheme_base::fluid_scheme_base_t::update_material_properties ( class(fluid_scheme_base_t), intent(inout this)
pure virtualinherited

Definition at line 132 of file fluid_scheme_base.f90.

◆ update_material_properties() [2/2]

procedure, pass(this) fluid_scheme_incompressible::fluid_scheme_incompressible_t::update_material_properties ( class(fluid_scheme_incompressible_t), intent(inout this)
inherited

Definition at line 136 of file fluid_scheme_incompressible.f90.

◆ validate() [1/2]

procedure(validate_intrf), deferred, pass fluid_scheme_base::fluid_scheme_base_t::validate ( class(fluid_scheme_base_t), intent(inout), target  this)
pure virtualinherited

Definition at line 128 of file fluid_scheme_base.f90.

◆ validate() [2/2]

procedure, pass(this) fluid_scheme_incompressible::fluid_scheme_incompressible_t::validate ( class(fluid_scheme_incompressible_t), intent(inout), target  this)
inherited

Definition at line 124 of file fluid_scheme_incompressible.f90.

◆ write_boundary_conditions()

procedure, pass(this) fluid_pnpn::fluid_pnpn_t::write_boundary_conditions ( class(fluid_pnpn_t), intent(inout), target  this)

Definition at line 200 of file fluid_pnpn.f90.

Member Data Documentation

◆ abx1

type(field_t) fluid_pnpn::fluid_pnpn_t::abx1

Definition at line 161 of file fluid_pnpn.f90.

◆ abx2

type(field_t) fluid_pnpn::fluid_pnpn_t::abx2

Definition at line 162 of file fluid_pnpn.f90.

◆ aby1

type(field_t) fluid_pnpn::fluid_pnpn_t::aby1

Definition at line 161 of file fluid_pnpn.f90.

◆ aby2

type(field_t) fluid_pnpn::fluid_pnpn_t::aby2

Definition at line 162 of file fluid_pnpn.f90.

◆ abz1

type(field_t) fluid_pnpn::fluid_pnpn_t::abz1

Definition at line 161 of file fluid_pnpn.f90.

◆ abz2

type(field_t) fluid_pnpn::fluid_pnpn_t::abz2

Definition at line 162 of file fluid_pnpn.f90.

◆ adv

class(advection_t), allocatable fluid_pnpn::fluid_pnpn_t::adv

Definition at line 155 of file fluid_pnpn.f90.

◆ advx

type(field_t) fluid_pnpn::fluid_pnpn_t::advx

Definition at line 165 of file fluid_pnpn.f90.

◆ advy

type(field_t) fluid_pnpn::fluid_pnpn_t::advy

Definition at line 165 of file fluid_pnpn.f90.

◆ advz

type(field_t) fluid_pnpn::fluid_pnpn_t::advz

Definition at line 165 of file fluid_pnpn.f90.

◆ ax_prs

class(ax_t), allocatable fluid_pnpn::fluid_pnpn_t::ax_prs

Definition at line 106 of file fluid_pnpn.f90.

◆ ax_vel

class(ax_t), allocatable fluid_pnpn::fluid_pnpn_t::ax_vel

Definition at line 104 of file fluid_pnpn.f90.

◆ bc_dp

type(zero_dirichlet_t) fluid_pnpn::fluid_pnpn_t::bc_dp

Definition at line 139 of file fluid_pnpn.f90.

◆ bc_du

type(zero_dirichlet_t) fluid_pnpn::fluid_pnpn_t::bc_du

Definition at line 133 of file fluid_pnpn.f90.

◆ bc_dv

type(zero_dirichlet_t) fluid_pnpn::fluid_pnpn_t::bc_dv

Definition at line 135 of file fluid_pnpn.f90.

◆ bc_dw

type(zero_dirichlet_t) fluid_pnpn::fluid_pnpn_t::bc_dw

Definition at line 137 of file fluid_pnpn.f90.

◆ bc_labels

character(len=neko_msh_max_zlbl_len), dimension(:), allocatable fluid_scheme_base::fluid_scheme_base_t::bc_labels
inherited

Definition at line 102 of file fluid_scheme_base.f90.

◆ bc_prs_surface

type(facet_normal_t) fluid_pnpn::fluid_pnpn_t::bc_prs_surface

Definition at line 121 of file fluid_pnpn.f90.

◆ bc_sym_surface

type(facet_normal_t) fluid_pnpn::fluid_pnpn_t::bc_sym_surface

Definition at line 124 of file fluid_pnpn.f90.

◆ bc_vel_res

type(zero_dirichlet_t) fluid_pnpn::fluid_pnpn_t::bc_vel_res

Definition at line 131 of file fluid_pnpn.f90.

◆ bclst_dp

type(bc_list_t) fluid_pnpn::fluid_pnpn_t::bclst_dp

Definition at line 146 of file fluid_pnpn.f90.

◆ bclst_du

type(bc_list_t) fluid_pnpn::fluid_pnpn_t::bclst_du

Definition at line 143 of file fluid_pnpn.f90.

◆ bclst_dv

type(bc_list_t) fluid_pnpn::fluid_pnpn_t::bclst_dv

Definition at line 144 of file fluid_pnpn.f90.

◆ bclst_dw

type(bc_list_t) fluid_pnpn::fluid_pnpn_t::bclst_dw

Definition at line 145 of file fluid_pnpn.f90.

◆ bclst_vel_res

type(bc_list_t) fluid_pnpn::fluid_pnpn_t::bclst_vel_res

Definition at line 142 of file fluid_pnpn.f90.

◆ bcs_prs

type(bc_list_t) fluid_scheme_base::fluid_scheme_base_t::bcs_prs
inherited

Definition at line 94 of file fluid_scheme_base.f90.

◆ bcs_vel

type(bc_list_t) fluid_scheme_base::fluid_scheme_base_t::bcs_vel
inherited

Definition at line 96 of file fluid_scheme_base.f90.

◆ c_xh

type(coef_t) fluid_scheme_base::fluid_scheme_base_t::c_xh
inherited

Definition at line 67 of file fluid_scheme_base.f90.

◆ chkp

type(chkp_t), pointer fluid_scheme_base::fluid_scheme_base_t::chkp => null()
inherited

Definition at line 79 of file fluid_scheme_base.f90.

◆ dm_xh

type(dofmap_t) fluid_scheme_base::fluid_scheme_base_t::dm_xh
inherited

Definition at line 65 of file fluid_scheme_base.f90.

◆ dp

type(field_t) fluid_pnpn::fluid_pnpn_t::dp

Definition at line 97 of file fluid_pnpn.f90.

◆ du

type(field_t) fluid_pnpn::fluid_pnpn_t::du

Definition at line 97 of file fluid_pnpn.f90.

◆ dv

type(field_t) fluid_pnpn::fluid_pnpn_t::dv

Definition at line 97 of file fluid_pnpn.f90.

◆ dw

type(field_t) fluid_pnpn::fluid_pnpn_t::dw

Definition at line 97 of file fluid_pnpn.f90.

◆ ext_bdf

type(time_scheme_controller_t), allocatable fluid_scheme_base::fluid_scheme_base_t::ext_bdf
inherited

Definition at line 69 of file fluid_scheme_base.f90.

◆ f_x

type(field_t), pointer fluid_scheme_base::fluid_scheme_base_t::f_x => null()
inherited

Definition at line 86 of file fluid_scheme_base.f90.

◆ f_y

type(field_t), pointer fluid_scheme_base::fluid_scheme_base_t::f_y => null()
inherited

Definition at line 88 of file fluid_scheme_base.f90.

◆ f_z

type(field_t), pointer fluid_scheme_base::fluid_scheme_base_t::f_z => null()
inherited

Definition at line 90 of file fluid_scheme_base.f90.

◆ forced_flow_rate

logical fluid_scheme_incompressible::fluid_scheme_incompressible_t::forced_flow_rate = .false.
inherited

Definition at line 109 of file fluid_scheme_incompressible.f90.

◆ freeze

logical fluid_scheme_base::fluid_scheme_base_t::freeze = .false.
inherited

Definition at line 113 of file fluid_scheme_base.f90.

◆ glb_n_points

integer(kind=i8) fluid_scheme_incompressible::fluid_scheme_incompressible_t::glb_n_points
inherited

Definition at line 115 of file fluid_scheme_incompressible.f90.

◆ glb_unique_points

integer(kind=i8) fluid_scheme_incompressible::fluid_scheme_incompressible_t::glb_unique_points
inherited

Definition at line 117 of file fluid_scheme_incompressible.f90.

◆ gradient_jump_penalty_u

type(gradient_jump_penalty_t) fluid_scheme_incompressible::fluid_scheme_incompressible_t::gradient_jump_penalty_u
inherited

Definition at line 98 of file fluid_scheme_incompressible.f90.

◆ gradient_jump_penalty_v

type(gradient_jump_penalty_t) fluid_scheme_incompressible::fluid_scheme_incompressible_t::gradient_jump_penalty_v
inherited

Definition at line 99 of file fluid_scheme_incompressible.f90.

◆ gradient_jump_penalty_w

type(gradient_jump_penalty_t) fluid_scheme_incompressible::fluid_scheme_incompressible_t::gradient_jump_penalty_w
inherited

Definition at line 100 of file fluid_scheme_incompressible.f90.

◆ gs_xh

type(gs_t) fluid_scheme_base::fluid_scheme_base_t::gs_xh
inherited

Definition at line 66 of file fluid_scheme_base.f90.

◆ if_gradient_jump_penalty

logical fluid_scheme_incompressible::fluid_scheme_incompressible_t::if_gradient_jump_penalty
inherited

Definition at line 97 of file fluid_scheme_incompressible.f90.

◆ ksp_prs

class(ksp_t), allocatable fluid_scheme_incompressible::fluid_scheme_incompressible_t::ksp_prs
inherited

Definition at line 88 of file fluid_scheme_incompressible.f90.

◆ ksp_vel

class(ksp_t), allocatable fluid_scheme_incompressible::fluid_scheme_incompressible_t::ksp_vel
inherited

Definition at line 87 of file fluid_scheme_incompressible.f90.

◆ makeabf

class(rhs_maker_ext_t), allocatable fluid_pnpn::fluid_pnpn_t::makeabf

Definition at line 177 of file fluid_pnpn.f90.

◆ makebdf

class(rhs_maker_bdf_t), allocatable fluid_pnpn::fluid_pnpn_t::makebdf

Definition at line 180 of file fluid_pnpn.f90.

◆ makeoifs

class(rhs_maker_oifs_t), allocatable fluid_pnpn::fluid_pnpn_t::makeoifs

Definition at line 183 of file fluid_pnpn.f90.

◆ mean

type(mean_flow_t) fluid_scheme_incompressible::fluid_scheme_incompressible_t::mean
inherited

Definition at line 106 of file fluid_scheme_incompressible.f90.

◆ mean_sqr

type(mean_sqr_flow_t) fluid_scheme_incompressible::fluid_scheme_incompressible_t::mean_sqr
inherited

Definition at line 108 of file fluid_scheme_incompressible.f90.

◆ msh

type(mesh_t), pointer fluid_scheme_base::fluid_scheme_base_t::msh => null()
inherited

Definition at line 99 of file fluid_scheme_base.f90.

◆ mu

real(kind=rp) fluid_scheme_base::fluid_scheme_base_t::mu
inherited

Definition at line 105 of file fluid_scheme_base.f90.

◆ mu_field

type(field_t) fluid_scheme_base::fluid_scheme_base_t::mu_field
inherited

Definition at line 108 of file fluid_scheme_base.f90.

◆ name

character(len=:), allocatable fluid_scheme_base::fluid_scheme_base_t::name
inherited

Definition at line 62 of file fluid_scheme_base.f90.

◆ nut_field_name

character(len=:), allocatable fluid_scheme_incompressible::fluid_scheme_incompressible_t::nut_field_name
inherited

Definition at line 112 of file fluid_scheme_incompressible.f90.

◆ oifs

logical fluid_pnpn::fluid_pnpn_t::oifs

Definition at line 158 of file fluid_pnpn.f90.

◆ p

type(field_t), pointer fluid_scheme_base::fluid_scheme_base_t::p => null()
inherited

Definition at line 75 of file fluid_scheme_base.f90.

◆ p_res

type(field_t) fluid_pnpn::fluid_pnpn_t::p_res

Definition at line 93 of file fluid_pnpn.f90.

◆ params

type(json_file), pointer fluid_scheme_base::fluid_scheme_base_t::params
inherited

Definition at line 98 of file fluid_scheme_base.f90.

◆ pc_prs

class(pc_t), allocatable fluid_scheme_incompressible::fluid_scheme_incompressible_t::pc_prs
inherited

Definition at line 90 of file fluid_scheme_incompressible.f90.

◆ pc_vel

class(pc_t), allocatable fluid_scheme_incompressible::fluid_scheme_incompressible_t::pc_vel
inherited

Definition at line 89 of file fluid_scheme_incompressible.f90.

◆ pr_projection_activ_step

integer fluid_scheme_incompressible::fluid_scheme_incompressible_t::pr_projection_activ_step
inherited

Definition at line 94 of file fluid_scheme_incompressible.f90.

◆ pr_projection_dim

integer fluid_scheme_incompressible::fluid_scheme_incompressible_t::pr_projection_dim
inherited

Definition at line 92 of file fluid_scheme_incompressible.f90.

◆ proj_prs

type(projection_t) fluid_pnpn::fluid_pnpn_t::proj_prs

Definition at line 113 of file fluid_pnpn.f90.

◆ proj_vel

type(projection_vel_t) fluid_pnpn::fluid_pnpn_t::proj_vel

Definition at line 114 of file fluid_pnpn.f90.

◆ prs_dirichlet

logical fluid_pnpn::fluid_pnpn_t::prs_dirichlet = .false.

Definition at line 151 of file fluid_pnpn.f90.

◆ prs_res

class(pnpn_prs_res_t), allocatable fluid_pnpn::fluid_pnpn_t::prs_res

Definition at line 168 of file fluid_pnpn.f90.

◆ rho

real(kind=rp) fluid_scheme_base::fluid_scheme_base_t::rho
inherited

Definition at line 82 of file fluid_scheme_base.f90.

◆ rho_field

type(field_t) fluid_scheme_base::fluid_scheme_base_t::rho_field
inherited

Definition at line 83 of file fluid_scheme_base.f90.

◆ scratch

type(scratch_registry_t) fluid_scheme_incompressible::fluid_scheme_incompressible_t::scratch
inherited

Definition at line 118 of file fluid_scheme_incompressible.f90.

◆ source_term

type(fluid_source_term_t) fluid_scheme_incompressible::fluid_scheme_incompressible_t::source_term
inherited

Definition at line 86 of file fluid_scheme_incompressible.f90.

◆ stats

type(fluid_stats_t) fluid_scheme_incompressible::fluid_scheme_incompressible_t::stats
inherited

Definition at line 107 of file fluid_scheme_incompressible.f90.

◆ strict_convergence

logical fluid_scheme_incompressible::fluid_scheme_incompressible_t::strict_convergence
inherited

Definition at line 95 of file fluid_scheme_incompressible.f90.

◆ sumab

class(rhs_maker_sumab_t), allocatable fluid_pnpn::fluid_pnpn_t::sumab

Definition at line 174 of file fluid_pnpn.f90.

◆ u

type(field_t), pointer fluid_scheme_base::fluid_scheme_base_t::u => null()
inherited

x-component of Velocity

Definition at line 72 of file fluid_scheme_base.f90.

◆ u_e

type(field_t), pointer fluid_scheme_incompressible::fluid_scheme_incompressible_t::u_e => null()
inherited

Extrapolated x-Velocity

Definition at line 102 of file fluid_scheme_incompressible.f90.

◆ u_res

type(field_t) fluid_pnpn::fluid_pnpn_t::u_res

Definition at line 93 of file fluid_pnpn.f90.

◆ ulag

type(field_series_t) fluid_scheme_base::fluid_scheme_base_t::ulag
inherited

Definition at line 76 of file fluid_scheme_base.f90.

◆ v

type(field_t), pointer fluid_scheme_base::fluid_scheme_base_t::v => null()
inherited

Definition at line 73 of file fluid_scheme_base.f90.

◆ v_e

type(field_t), pointer fluid_scheme_incompressible::fluid_scheme_incompressible_t::v_e => null()
inherited

Definition at line 103 of file fluid_scheme_incompressible.f90.

◆ v_res

type(field_t) fluid_pnpn::fluid_pnpn_t::v_res

Definition at line 93 of file fluid_pnpn.f90.

◆ variable_material_properties

logical fluid_scheme_base::fluid_scheme_base_t::variable_material_properties = .false.
inherited

Definition at line 111 of file fluid_scheme_base.f90.

◆ vel_projection_activ_step

integer fluid_scheme_incompressible::fluid_scheme_incompressible_t::vel_projection_activ_step
inherited

Definition at line 93 of file fluid_scheme_incompressible.f90.

◆ vel_projection_dim

integer fluid_scheme_incompressible::fluid_scheme_incompressible_t::vel_projection_dim
inherited

Definition at line 91 of file fluid_scheme_incompressible.f90.

◆ vel_res

class(pnpn_vel_res_t), allocatable fluid_pnpn::fluid_pnpn_t::vel_res

Definition at line 171 of file fluid_pnpn.f90.

◆ vlag

type(field_series_t) fluid_scheme_base::fluid_scheme_base_t::vlag
inherited

Definition at line 76 of file fluid_scheme_base.f90.

◆ vol_flow

type(fluid_volflow_t) fluid_pnpn::fluid_pnpn_t::vol_flow

Definition at line 186 of file fluid_pnpn.f90.

◆ w

type(field_t), pointer fluid_scheme_base::fluid_scheme_base_t::w => null()
inherited

Definition at line 74 of file fluid_scheme_base.f90.

◆ w_e

type(field_t), pointer fluid_scheme_incompressible::fluid_scheme_incompressible_t::w_e => null()
inherited

Definition at line 104 of file fluid_scheme_incompressible.f90.

◆ w_res

type(field_t) fluid_pnpn::fluid_pnpn_t::w_res

Definition at line 93 of file fluid_pnpn.f90.

◆ wlag

type(field_series_t) fluid_scheme_base::fluid_scheme_base_t::wlag
inherited

Definition at line 76 of file fluid_scheme_base.f90.

◆ xh

type(space_t) fluid_scheme_base::fluid_scheme_base_t::xh
inherited

Definition at line 64 of file fluid_scheme_base.f90.


The documentation for this type was generated from the following file: