On Thu, 10 Jul 2014, Sahai, Amal wrote:
> 1) Compute momentum values (U*) at the new time step but without contribution
> of the pressure terms. (Predictor)
> 2) Update Pressure values using U*
> 3) Correct new momentum values by taking into account Pressure values.
> (Corrector)
> 4) Update En
I am attempting to build a unsteady compressible Navier Stokes solver using
Libmesh. I was planning to implement the characteristic-based split algorithm
described in Volume 3 of Finite Element Methods (Zienkwicz). The algorithm
essentially comprises of the following steps:
1) Compute momentum