MFC: Pre-Process
High-fidelity multiphase flow simulation
|
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...
Public Member Functions | |
subroutine | s_assign_patch_xxxxx_primitive_variables (patch_id, j, k, l, eta, q_prim_vf, patch_id_fp) |
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.
Skeleton of s_assign_patch_mixture_primitive_variables and s_assign_patch_species_primitive_variables
patch_id | is the patch identifier |
j | (x) cell index in which the mixture or species primitive variables from the indicated patch areassigned |
k | (y,th) cell index in which the mixture or species primitive variables from the indicated patch areassigned |
l | (z) cell index in which the mixture or species primitive variables from the indicated patch areassigned |
eta | pseudo volume fraction |
q_prim_vf | Primitive variables |
patch_id_fp | Array to track patch ids |
|
virtual |