0.6.0
Loading...
Searching...
No Matches
compute_cell_flux_advection_explicit_generic_weno_scheme.f90 File Reference

Modules

module  mod_compute_cell_cons_advection_term_exp_generic_weno
 Explicit WENO scheme (generic) for the advection equation.
 

Functions/Subroutines

subroutine mod_compute_cell_cons_advection_term_exp_generic_weno::compute_cell_cons_advection_term_exp_upwind_generic_weno (velocity, time_step, scalar, divut, flux_type, directions, weno_scheme_backward, weno_scheme_forward)
 Fills divuT with \( div(u \cdot T) \) with a generic weno scheme Non regular grid.
 
subroutine mod_compute_cell_cons_advection_term_exp_generic_weno::compute_cell_cons_advection_term_exp_centered_generic_weno (velocity, time_step, scalar, divut, flux_type, directions, weno_scheme_centered)
 Fills divuT with \( div(u \cdot T) \) with a generic weno scheme Non regular grid.
 
subroutine mod_compute_cell_cons_advection_term_exp_generic_weno::compute_cell_advection_term_explicit_weno3_fd_wrapper (velocity, time_step, scalar, flux_type, directions, divut)
 Wrapper function for compute_cell_advection_term_explicit_weno3_fd.
 
subroutine mod_compute_cell_cons_advection_term_exp_generic_weno::compute_cell_advection_term_explicit_weno5_fd_wrapper (velocity, time_step, scalar, flux_type, directions, divut)
 Wrapper function for compute_cell_advection_term_explicit_weno5_fd.
 
subroutine mod_compute_cell_cons_advection_term_exp_generic_weno::compute_cell_advection_term_explicit_weno5_fd (velocity, scalar, divut)
 Fills \( \nabla \cdot (u \cdot T) \) with a \( 5^{th} \) order finite difference based WENO scheme [1].
 
subroutine mod_compute_cell_cons_advection_term_exp_generic_weno::weno5_gen (flux_in, flux_out, weno_select)
 Computes flux for a \( 5^{th} \) order finite difference based WENO scheme.
 
subroutine mod_compute_cell_cons_advection_term_exp_generic_weno::compute_cell_advection_term_explicit_weno3_fd (velocity, scalar, divut)
 Fills \( \nabla \cdot (u \cdot T) \) with a \( 3^{rd} \) order finite difference based WENO scheme [2].
 
subroutine mod_compute_cell_cons_advection_term_exp_generic_weno::weno3_gen (flux_in, flux_out, weno_select)
 Computes flux for a \( 3^{th} \) order finite difference based WENO scheme.