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

Compute pressure gradient on the face grid. More...

Functions/Subroutines

subroutine compute_pressure_gradient (work_face_field, pressure)
 

Detailed Description

Compute pressure gradient on the face grid.

This routine computes the pressure gradient on the face grid thanks to a second order centered scheme.

Remark: in axisymmetric coordinate system, the finite volume integrations need to be done more carefully.

Function/Subroutine Documentation

◆ compute_pressure_gradient()

subroutine mod_compute_pressure_gradient::compute_pressure_gradient ( type(t_face_field), intent(inout) work_face_field,
double precision, dimension(nx,ny,nz), intent(in) pressure )