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

Functions/Subroutines

subroutine apply_hyper_c (normalized_face_field, normalized_cell_field, courant_number_cell, velocity)
 
subroutine apply_cds_mstacs (normalized_face_field, normalized_cell_field, courant_number_cell, velocity)
 
subroutine apply_superbee (normalized_face_field, normalized_cell_field, velocity)
 
subroutine apply_bd_saish (normalized_face_field, normalized_cell_field, velocity)
 
subroutine apply_sah_vof (normalized_face_field, normalized_cell_field, velocity, theta)
 

Function/Subroutine Documentation

◆ apply_bd_saish()

subroutine mod_compute_face_cds_scheme::apply_bd_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_cds_mstacs()

subroutine mod_compute_face_cds_scheme::apply_cds_mstacs ( 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 )

◆ apply_hyper_c()

subroutine mod_compute_face_cds_scheme::apply_hyper_c ( 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 )

◆ apply_sah_vof()

subroutine mod_compute_face_cds_scheme::apply_sah_vof ( type(t_face_field), intent(inout) normalized_face_field,
double precision, dimension(:,:,:,:), intent(in) normalized_cell_field,
type(t_face_field), intent(in) velocity,
type(t_face_field), intent(in) theta )

◆ apply_superbee()

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