8.1
general documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cfmspr.f90 File Reference

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)
 

Detailed Description

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.

Function/Subroutine Documentation

◆ cfmspr()

subroutine cfmspr ( integer(c_int)  iterns,
real(c_double), dimension(ncelet)  dt,
real(c_double), dimension(3, ncelet)  vela 
)
Parameters
[in]iternsNavier-Stokes iteration number
[in]dttime step (per cell)
[in]velavelocity value at time step beginning