|
MFC
Exascale flow solver
|
Pressure relaxation for the six-equation multi-component model via Newton–Raphson equilibration and volume-fraction correction. More...
Functions/Subroutines | |
| impure subroutine, public | s_initialize_pressure_relaxation_module |
| Initialize the pressure relaxation module. | |
| impure subroutine, public | s_finalize_pressure_relaxation_module |
| Finalize the pressure relaxation module. | |
| subroutine, public | s_pressure_relaxation_procedure (q_cons_vf) |
| The main pressure relaxation procedure. | |
| subroutine | s_relax_cell_pressure (q_cons_vf, j, k, l) |
| Process pressure relaxation for a single cell. | |
| logical function | s_needs_pressure_relaxation (q_cons_vf, j, k, l) |
| Check if pressure relaxation is needed for this cell. | |
| subroutine | s_correct_volume_fractions (q_cons_vf, j, k, l) |
| Correct volume fractions to physical bounds. | |
| subroutine | s_equilibrate_pressure (q_cons_vf, j, k, l) |
| Main pressure equilibration using Newton-Raphson. | |
| subroutine | s_correct_internal_energies (q_cons_vf, j, k, l) |
| Correct internal energies using equilibrated pressure. | |
Variables | |
| real(wp), dimension(:, :), allocatable | res_pr |
Pressure relaxation for the six-equation multi-component model via Newton–Raphson equilibration and volume-fraction correction.
| subroutine m_pressure_relaxation::s_correct_internal_energies | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_cons_vf, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k, | ||
| integer, intent(in) | l ) |
Correct internal energies using equilibrated pressure.
Definition at line 752 of file m_pressure_relaxation.fpp.f90.
| subroutine m_pressure_relaxation::s_correct_volume_fractions | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_cons_vf, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k, | ||
| integer, intent(in) | l ) |
Correct volume fractions to physical bounds.
Definition at line 563 of file m_pressure_relaxation.fpp.f90.
| subroutine m_pressure_relaxation::s_equilibrate_pressure | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_cons_vf, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k, | ||
| integer, intent(in) | l ) |
Main pressure equilibration using Newton-Raphson.
Definition at line 627 of file m_pressure_relaxation.fpp.f90.
| impure subroutine, public m_pressure_relaxation::s_finalize_pressure_relaxation_module |
Finalize the pressure relaxation module.
Definition at line 391 of file m_pressure_relaxation.fpp.f90.
| impure subroutine, public m_pressure_relaxation::s_initialize_pressure_relaxation_module |
Initialize the pressure relaxation module.
Definition at line 332 of file m_pressure_relaxation.fpp.f90.
| logical function m_pressure_relaxation::s_needs_pressure_relaxation | ( | type(scalar_field), dimension(sys_size), intent(in) | q_cons_vf, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k, | ||
| integer, intent(in) | l ) |
Check if pressure relaxation is needed for this cell.
Definition at line 521 of file m_pressure_relaxation.fpp.f90.
| subroutine, public m_pressure_relaxation::s_pressure_relaxation_procedure | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_cons_vf | ) |
The main pressure relaxation procedure.
| q_cons_vf | Cell-average conservative variables |
Definition at line 431 of file m_pressure_relaxation.fpp.f90.
| subroutine m_pressure_relaxation::s_relax_cell_pressure | ( | type(scalar_field), dimension(sys_size), intent(inout) | q_cons_vf, |
| integer, intent(in) | j, | ||
| integer, intent(in) | k, | ||
| integer, intent(in) | l ) |
Process pressure relaxation for a single cell.
Definition at line 487 of file m_pressure_relaxation.fpp.f90.
| real(wp), dimension(:, :), allocatable m_pressure_relaxation::res_pr |
Definition at line 316 of file m_pressure_relaxation.fpp.f90.