Update the convective mass flux before the velocity prediction step. It is the first step of the compressible algorithm at each time iteration. More...
Functions/Subroutines | |
subroutine | cfmspr (iterns, dt, vela) |
Update the convective mass flux before the velocity prediction step. It is the first step of the compressible algorithm at each time iteration.
This function solves the continuity equation in pressure formulation and then updates the density and the mass flux.
subroutine cfmspr | ( | integer(c_int) | iterns, |
real(c_double), dimension(ncelet) | dt, | ||
real(c_double), dimension(3, ncelet) | vela | ||
) |
[in] | iterns | Navier-Stokes iteration number |
[in] | dt | time step (per cell) |
[in] | vela | velocity value at time step beginning |