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

Compute cell explicit diffusion term with centered second order scheme. More...

Functions/Subroutines

subroutine discretize_cell_explicit_diffusion_term_o2 (scalar_field_n, equation_explicit_term_n, flux_coef)
 

Detailed Description

Compute cell explicit diffusion term with centered second order scheme.

[SG] No 2nd order ibm taken into account so far in this routine. Used only in solve_pressure, Dodd method. 1st order ibm through flux coef.

Todo
to be improved for 1st/2nd order ibm.

Function/Subroutine Documentation

◆ discretize_cell_explicit_diffusion_term_o2()

subroutine mod_discretize_cell_explicit_diffusion_term_o2::discretize_cell_explicit_diffusion_term_o2 ( double precision, dimension(:,:,:), intent(in) scalar_field_n,
double precision, dimension(:,:,:), intent(inout) equation_explicit_term_n,
type(t_face_field), intent(in) flux_coef )