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

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)
 

Detailed Description

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

Parameters
patch_idis 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

Constructor & Destructor Documentation

◆ s_assign_patch_xxxxx_primitive_variables()

subroutine m_assign_variables::s_assign_patch_xxxxx_primitive_variables::s_assign_patch_xxxxx_primitive_variables ( integer, intent(in) patch_id,
integer, intent(in) j,
integer, intent(in) k,
integer, intent(in) l,
real(kind(0d0)) eta,
type(scalar_field), dimension(1:sys_size) q_prim_vf,
integer, dimension(0:m, 0:n, 0:p), intent(inout) patch_id_fp )
virtual
Here is the call graph for this function:

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