|
My Project
programmer's documentation
|
Solving the void fraction 
Functions/Subroutines | |
| subroutine | resvoi (dt, iterns) |
Solving the void fraction 
This function solves the equation:
![\[
\dfrac{\alpha^n - \alpha^{n-1}}{\Delta t}
+ \divs \left( \alpha^n \vect{u}^n \right)
= \dfrac{\Gamma_V \left( \alpha^{n-1}, p^n \right)}{\rho_v}
\]](form_457.png)
with 

| subroutine resvoi | ( | double precision, dimension(ncelet) | dt, |
| integer | iterns | ||
| ) |
| [in] | dt | time step (per cell) |
| [in] | iterns | Navier-Stokes iteration number |