MFC: Simulation
High-fidelity multiphase flow simulation
|
Functions/Subroutines | |
program | __m_cbc_fpp_f90__ |
The module features a large database of characteristic boundary conditions (CBC) for the Euler system of equations. This system is augmented by the appropriate advection equations utilized to capture the material interfaces. The closure is achieved by the stiffened equation of state and mixture relations. At this time, the following CBC are available: 1) Slip Wall 2) Nonreflecting Subsonic Buffer 3) Nonreflecting Subsonic Inflow 4) Nonreflecting Subsonic Outflow 5) Force-Free Subsonic Outflow 6) Constant Pressure Subsonic Outflow 7) Supersonic Inflow 8) Supersonic Outflow Please refer to Thompson (1987, 1990) for detailed descriptions. | |
subroutine | s_initialize_cbc_module |
The computation of parameters, the allocation of memory, the association of pointers and/or the execution of any other procedures that are necessary to setup the module. | |
subroutine | s_compute_cbc_coefficients (cbc_dir_in, cbc_loc_in) |
Compute CBC coefficients. | |
subroutine | s_associate_cbc_coefficients_pointers (cbc_dir_in, cbc_loc_in) |
subroutine | s_cbc (q_prim_vf, flux_vf, flux_src_vf, cbc_dir_norm, cbc_loc_norm, ix, iy, iz) |
The following is the implementation of the CBC based on the work of Thompson (1987, 1990) on hyperbolic systems. The CBC is indirectly applied in the computation of the right-hand-side (RHS) near the relevant domain boundary through the modification of the fluxes. | |
subroutine | s_initialize_cbc (q_prim_vf, flux_vf, flux_src_vf, ix, iy, iz) |
The computation of parameters, the allocation of memory, the association of pointers and/or the execution of any other procedures that are required for the setup of the selected CBC. | |
subroutine | s_finalize_cbc (flux_vf, flux_src_vf, ix, iy, iz) |
Deallocation and/or the disassociation procedures that are necessary in order to finalize the CBC application. | |
subroutine | s_any_cbc_boundaries (toggle) |
subroutine | s_finalize_cbc_module |
Module deallocation and/or disassociation procedures. | |
program __m_cbc_fpp_f90__ |
The module features a large database of characteristic boundary conditions (CBC) for the Euler system of equations. This system is augmented by the appropriate advection equations utilized to capture the material interfaces. The closure is achieved by the stiffened equation of state and mixture relations. At this time, the following CBC are available: 1) Slip Wall 2) Nonreflecting Subsonic Buffer 3) Nonreflecting Subsonic Inflow 4) Nonreflecting Subsonic Outflow 5) Force-Free Subsonic Outflow 6) Constant Pressure Subsonic Outflow 7) Supersonic Inflow 8) Supersonic Outflow Please refer to Thompson (1987, 1990) for detailed descriptions.
|
private |
|
private |
|
private |
The following is the implementation of the CBC based on the work of Thompson (1987, 1990) on hyperbolic systems. The CBC is indirectly applied in the computation of the right-hand-side (RHS) near the relevant domain boundary through the modification of the fluxes.
q_prim_vf | Cell-average primitive variables |
flux_vf | Cell-boundary-average fluxes |
flux_src_vf | Cell-boundary-average flux sources |
cbc_dir_norm | CBC coordinate direction |
cbc_loc_norm | CBC coordinate location |
ix | Index bound in the first coordinate direction |
iy | Index bound in the second coordinate direction |
iz | Index bound in the third coordinate direction |
|
private |
Compute CBC coefficients.
cbc_dir_in | CBC coordinate direction |
cbc_loc_in | CBC coordinate location |
|
private |
Deallocation and/or the disassociation procedures that are necessary in order to finalize the CBC application.
flux_vf | Cell-boundary-average fluxes |
flux_src_vf | Cell-boundary-average flux sources |
ix | Index bound in the first coordinate direction |
iy | Index bound in the second coordinate direction |
iz | Index bound in the third coordinate direction |
|
private |
Module deallocation and/or disassociation procedures.
|
private |
The computation of parameters, the allocation of memory, the association of pointers and/or the execution of any other procedures that are required for the setup of the selected CBC.
q_prim_vf | Cell-average primitive variables |
flux_vf | Cell-boundary-average fluxes |
flux_src_vf | Cell-boundary-average flux sources |
ix | Index bound in the first coordinate direction |
iy | Index bound in the second coordinate direction |
iz | Index bound in the third coordinate direction |
subroutine __m_cbc_fpp_f90__::s_initialize_cbc_module |
The computation of parameters, the allocation of memory, the association of pointers and/or the execution of any other procedures that are necessary to setup the module.