0.6.0
Loading...
Searching...
No Matches
mod_compute_face_hr_scheme Module Reference

Functions/Subroutines

subroutine apply_uq (normalized_face_field, normalized_cell_field, courant_number_cell, velocity)
 
subroutine apply_stoic (normalized_face_field, normalized_cell_field, velocity)
 
subroutine apply_hr_saish (normalized_face_field, normalized_cell_field, velocity)
 

Function/Subroutine Documentation

◆ apply_hr_saish()

subroutine mod_compute_face_hr_scheme::apply_hr_saish ( type(t_face_field), intent(inout) normalized_face_field,
double precision, dimension(:,:,:,:), intent(in) normalized_cell_field,
type(t_face_field), intent(in) velocity )

◆ apply_stoic()

subroutine mod_compute_face_hr_scheme::apply_stoic ( type(t_face_field), intent(inout) normalized_face_field,
double precision, dimension(:,:,:,:), intent(in) normalized_cell_field,
type(t_face_field), intent(in) velocity )

◆ apply_uq()

subroutine mod_compute_face_hr_scheme::apply_uq ( type(t_face_field), intent(inout) normalized_face_field,
double precision, dimension(:,:,:,:), intent(in) normalized_cell_field,
double precision, dimension(:,:,:), intent(in) courant_number_cell,
type(t_face_field), intent(in) velocity )