version 0.6.0
Loading...
Searching...
No Matches
mod_apply_cell_advection_scheme Module Reference

Set line coefficients of the matrix associated to the discretization of the advection term \( \varrho * \nabla \cdot (\mathbf{u}_{n+1} S_{n+1}) \) with various schemes: More...

Functions/Subroutines

subroutine apply_cell_advection_o2_centered_scheme (coefficient, velocity, matrix_line, ns, i, j, k)
 Second order implicit scheme.
 
subroutine apply_cell_advection_o1_upwind_scheme (coefficient, velocity, matrix_line, ns, i, j, k)
 First order upwind implicit scheme.
 
subroutine apply_cell_advection_o2_upwind_scheme (coefficient, velocity, matrix_line, ns, i, j, k)
 Second order upwind implicit scheme.
 
subroutine apply_cell_advection_quick_scheme (coefficient, velocity, matrix_line, ns, i, j, k)
 QUICK implicit scheme.
 

Detailed Description

  • second order centered
  • first order upwind
  • second order upwind
  • quick