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

Lagrangian bubble parameters. More...

Public Attributes

integer solver_approach
 1: One-way coupling, 2: two-way coupling
integer cluster_type
 Cluster model to find p_inf.
logical pressure_corrector
 Cell pressure correction term.
integer smooth_type
 Smoothing function. 1: Gaussian, 2:Delta 3x3.
logical heattransfer_model
 Activate HEAT transfer model at the bubble-liquid interface.
logical masstransfer_model
 Activate MASS transfer model at the bubble-liquid interface.
logical write_bubbles
 Write files to track the bubble evolution each time step.
logical write_bubbles_stats
 Write the maximum and minimum radius of each bubble.
integer nbubs_glb
 Global number of bubbles.
real(wpepsilonb
 Standard deviation scaling for the gaussian function.
real(wpcharwidth
 Domain virtual depth (z direction, for 2D simulations).
real(wpvalmaxvoid
 Maximum void fraction permitted.

Detailed Description

Lagrangian bubble parameters.

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

Member Data Documentation

◆ charwidth

real(wp) m_derived_types::bubbles_lagrange_parameters::charwidth

Domain virtual depth (z direction, for 2D simulations).

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

◆ cluster_type

integer m_derived_types::bubbles_lagrange_parameters::cluster_type

Cluster model to find p_inf.

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

◆ epsilonb

real(wp) m_derived_types::bubbles_lagrange_parameters::epsilonb

Standard deviation scaling for the gaussian function.

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

◆ heattransfer_model

logical m_derived_types::bubbles_lagrange_parameters::heattransfer_model

Activate HEAT transfer model at the bubble-liquid interface.

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

◆ masstransfer_model

logical m_derived_types::bubbles_lagrange_parameters::masstransfer_model

Activate MASS transfer model at the bubble-liquid interface.

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

◆ nbubs_glb

integer m_derived_types::bubbles_lagrange_parameters::nbubs_glb

Global number of bubbles.

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

◆ pressure_corrector

logical m_derived_types::bubbles_lagrange_parameters::pressure_corrector

Cell pressure correction term.

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

◆ smooth_type

integer m_derived_types::bubbles_lagrange_parameters::smooth_type

Smoothing function. 1: Gaussian, 2:Delta 3x3.

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

◆ solver_approach

integer m_derived_types::bubbles_lagrange_parameters::solver_approach

1: One-way coupling, 2: two-way coupling

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

◆ valmaxvoid

real(wp) m_derived_types::bubbles_lagrange_parameters::valmaxvoid

Maximum void fraction permitted.

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

◆ write_bubbles

logical m_derived_types::bubbles_lagrange_parameters::write_bubbles

Write files to track the bubble evolution each time step.

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

◆ write_bubbles_stats

logical m_derived_types::bubbles_lagrange_parameters::write_bubbles_stats

Write the maximum and minimum radius of each bubble.

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


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