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

Explicit Fast Reconstruction scheme (generic) for the advection equation. More...

Functions/Subroutines

subroutine compute_cell_cons_advection_term_exp_generic_fast_rec (velocity, time_step, scalar, divut, flux_type, directions, rec_scheme_backward, rec_scheme_forward)
 
subroutine compute_cell_cons_advection_term_generic_fast_rec_godunov (velocity, time_step, scalar, divut, directions, rec_scheme_backward, rec_scheme_forward)
 
subroutine compute_cell_cons_advection_term_generic_fast_rec_upwind (velocity, time_step, scalar, divut, directions, rec_scheme_backward, rec_scheme_forward)
 

Detailed Description

Explicit Fast Reconstruction scheme (generic) for the advection equation.

Function/Subroutine Documentation

◆ compute_cell_cons_advection_term_exp_generic_fast_rec()

subroutine mod_compute_cell_cons_advection_term_exp_generic_fast_rec::compute_cell_cons_advection_term_exp_generic_fast_rec ( type(t_face_field), intent(in) velocity,
double precision, intent(in) time_step,
double precision, dimension(:,:,:), intent(in) scalar,
double precision, dimension(:,:,:), intent(inout) divut,
type(t_fv_flux), intent(in) flux_type,
integer, dimension(:), intent(in) directions,
class(t_rec_fast_scheme), intent(inout) rec_scheme_backward,
class(t_rec_fast_scheme), intent(inout) rec_scheme_forward )

◆ compute_cell_cons_advection_term_generic_fast_rec_godunov()

subroutine mod_compute_cell_cons_advection_term_exp_generic_fast_rec::compute_cell_cons_advection_term_generic_fast_rec_godunov ( type(t_face_field), intent(in) velocity,
double precision, intent(in) time_step,
double precision, dimension(:,:,:), intent(in) scalar,
double precision, dimension(:,:,:), intent(inout) divut,
integer, dimension(:), intent(in) directions,
class(t_rec_fast_scheme), intent(inout) rec_scheme_backward,
class(t_rec_fast_scheme), intent(inout) rec_scheme_forward )

◆ compute_cell_cons_advection_term_generic_fast_rec_upwind()

subroutine mod_compute_cell_cons_advection_term_exp_generic_fast_rec::compute_cell_cons_advection_term_generic_fast_rec_upwind ( type(t_face_field), intent(in) velocity,
double precision, intent(in) time_step,
double precision, dimension(:,:,:), intent(in) scalar,
double precision, dimension(:,:,:), intent(inout) divut,
integer, dimension(:), intent(in) directions,
class(t_rec_fast_scheme), intent(inout) rec_scheme_backward,
class(t_rec_fast_scheme), intent(inout) rec_scheme_forward )