Compute pressure gradient on the face grid. More...
Functions/Subroutines | |
| subroutine | compute_pressure_gradient (work_face_field, pressure) |
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.
| 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 ) |