MFC: Pre-Process
High-fidelity multiphase flow simulation
Loading...
Searching...
No Matches
m_assign_variables.f90 File Reference

Contains module m_assign_variables. More...

Data Types

interface  m_assign_variables::s_assign_patch_xxxxx_primitive_variables
 Abstract interface to the two subroutines that assign the patch primitive variables, either mixture or species, depending on the subroutine, to a particular cell in the computational domain. More...
 

Modules

module  m_assign_variables
 

Functions/Subroutines

subroutine, public m_assign_variables::s_initialize_assign_variables_module ()
 
subroutine, public m_assign_variables::s_assign_patch_mixture_primitive_variables (patch_id, j, k, l, eta, q_prim_vf, patch_id_fp)
 This subroutine assigns the mixture primitive variables of the patch designated by the patch_id, to the cell that is designated by the indexes (j,k,l). In addition, the variable bookkeeping the patch identities in the entire domain is updated with the new assignment. Note that if the smoothing of the patch's boundaries is employed, the ensuing primitive variables in the cell will be a type of combination of the current patch's primitive variables with those of the smoothing patch. The specific details of the combination may be found in Shyue's work (1998).
 
subroutine, public m_assign_variables::s_perturb_primitive (j, k, l, q_prim_vf)
 
subroutine, public m_assign_variables::s_assign_patch_species_primitive_variables (patch_id, j, k, l, eta, q_prim_vf, patch_id_fp)
 This subroutine assigns the species primitive variables. This follows s_assign_patch_species_primitive_variables with adaptation for ensemble-averaged bubble modeling.
 
subroutine, public m_assign_variables::s_finalize_assign_variables_module
 

Variables

type(scalar_fieldm_assign_variables::alf_sum
 
procedure(s_assign_patch_xxxxx_primitive_variables), pointer, public m_assign_variables::s_assign_patch_primitive_variables => null()
 

Detailed Description

Contains module m_assign_variables.