MFC
Exascale flow solver
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

Definition at line 349 of file m_assign_variables.fpp.f90.

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(wp), intent(in) eta,
type(scalar_field), dimension(1:sys_size), intent(inout) q_prim_vf,
integer, dimension(0:m,0:n,0:p), intent(inout) patch_id_fp )
virtual

Definition at line 349 of file m_assign_variables.fpp.f90.

Here is the call graph for this function:

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