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) |
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.
| 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 ) |