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

Computation of the advection term. More...

Functions/Subroutines

subroutine compute_ugradphi_weno5 (phi, velocity, time_step, ugradphi, band)
 Compute the \( \vec{u} \cdot \nabla \phi \) term with a WENO5 scheme.
 
subroutine interpolate_vector_face_to_cell_order4 (face_field, field_cell)
 Interpolate at the cell centers a vector field defined on faces. Fourth order version.
 

Detailed Description

Computation of the advection term.

Function/Subroutine Documentation

◆ interpolate_vector_face_to_cell_order4()

subroutine mod_lsm_compute_ugradphi::interpolate_vector_face_to_cell_order4 ( type(t_face_field), intent(in) face_field,
double precision, dimension(:,:,:,:), intent(inout) field_cell )

Interpolate at the cell centers a vector field defined on faces. Fourth order version.

Parameters
[in]face_fieldThe x,y,z components tensor on the faces.
[in,out]field_cellThe (x,y,z) component tensor on the cells (nx,ny,nz)