MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_derived_types::int_bounds_info Type Reference

Integer bounds for variables. More...

Public Attributes

integer beg
integer end
real(wpvb1
real(wpvb2
real(wpvb3
real(wpve1
real(wpve2
real(wpve3
real(wppres_in
real(wppres_out
real(wp), dimension(3) vel_in
real(wp), dimension(3) vel_out
real(wp), dimension(num_fluids_maxalpha_rho_in
real(wp), dimension(num_fluids_maxalpha_in
logical grcbc_in
logical grcbc_out
logical grcbc_vel_out
real(wpvel_in_ramp
 Smooth start-up of a GRCBC inflow: the inflow velocity is scaled by f(t) = vel_in_frac0 + (1 - vel_in_frac0) (1 + tanh(6 (t - t0)/tau - 3))/2, so it leaves vel_in_frac0 of its final value at t0 and reaches it after vel_in_ramp. Inactive when the ramp duration is zero.
real(wpvel_in_t0
real(wpvel_in_frac0
logical isothermal_in
logical isothermal_out
real(wptwall_in
real(wptwall_out

Detailed Description

Integer bounds for variables.

Definition at line 429 of file m_derived_types.fpp.f90.

Member Data Documentation

◆ alpha_in

real(wp), dimension(num_fluids_max) m_derived_types::int_bounds_info::alpha_in

Definition at line 440 of file m_derived_types.fpp.f90.

◆ alpha_rho_in

real(wp), dimension(num_fluids_max) m_derived_types::int_bounds_info::alpha_rho_in

Definition at line 440 of file m_derived_types.fpp.f90.

◆ beg

integer m_derived_types::int_bounds_info::beg

Definition at line 430 of file m_derived_types.fpp.f90.

◆ end

integer m_derived_types::int_bounds_info::end

Definition at line 431 of file m_derived_types.fpp.f90.

◆ grcbc_in

logical m_derived_types::int_bounds_info::grcbc_in

Definition at line 441 of file m_derived_types.fpp.f90.

◆ grcbc_out

logical m_derived_types::int_bounds_info::grcbc_out

Definition at line 441 of file m_derived_types.fpp.f90.

◆ grcbc_vel_out

logical m_derived_types::int_bounds_info::grcbc_vel_out

Definition at line 441 of file m_derived_types.fpp.f90.

◆ isothermal_in

logical m_derived_types::int_bounds_info::isothermal_in

Definition at line 446 of file m_derived_types.fpp.f90.

◆ isothermal_out

logical m_derived_types::int_bounds_info::isothermal_out

Definition at line 446 of file m_derived_types.fpp.f90.

◆ pres_in

real(wp) m_derived_types::int_bounds_info::pres_in

Definition at line 438 of file m_derived_types.fpp.f90.

◆ pres_out

real(wp) m_derived_types::int_bounds_info::pres_out

Definition at line 438 of file m_derived_types.fpp.f90.

◆ twall_in

real(wp) m_derived_types::int_bounds_info::twall_in

Definition at line 447 of file m_derived_types.fpp.f90.

◆ twall_out

real(wp) m_derived_types::int_bounds_info::twall_out

Definition at line 447 of file m_derived_types.fpp.f90.

◆ vb1

real(wp) m_derived_types::int_bounds_info::vb1

Definition at line 432 of file m_derived_types.fpp.f90.

◆ vb2

real(wp) m_derived_types::int_bounds_info::vb2

Definition at line 433 of file m_derived_types.fpp.f90.

◆ vb3

real(wp) m_derived_types::int_bounds_info::vb3

Definition at line 434 of file m_derived_types.fpp.f90.

◆ ve1

real(wp) m_derived_types::int_bounds_info::ve1

Definition at line 435 of file m_derived_types.fpp.f90.

◆ ve2

real(wp) m_derived_types::int_bounds_info::ve2

Definition at line 436 of file m_derived_types.fpp.f90.

◆ ve3

real(wp) m_derived_types::int_bounds_info::ve3

Definition at line 437 of file m_derived_types.fpp.f90.

◆ vel_in

real(wp), dimension(3) m_derived_types::int_bounds_info::vel_in

Definition at line 439 of file m_derived_types.fpp.f90.

◆ vel_in_frac0

real(wp) m_derived_types::int_bounds_info::vel_in_frac0

Definition at line 445 of file m_derived_types.fpp.f90.

◆ vel_in_ramp

real(wp) m_derived_types::int_bounds_info::vel_in_ramp

Smooth start-up of a GRCBC inflow: the inflow velocity is scaled by f(t) = vel_in_frac0 + (1 - vel_in_frac0) (1 + tanh(6 (t - t0)/tau - 3))/2, so it leaves vel_in_frac0 of its final value at t0 and reaches it after vel_in_ramp. Inactive when the ramp duration is zero.

Definition at line 445 of file m_derived_types.fpp.f90.

◆ vel_in_t0

real(wp) m_derived_types::int_bounds_info::vel_in_t0

Definition at line 445 of file m_derived_types.fpp.f90.

◆ vel_out

real(wp), dimension(3) m_derived_types::int_bounds_info::vel_out

Definition at line 439 of file m_derived_types.fpp.f90.


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