programmer's documentation
Functions/Subroutines
resvoi.f90 File Reference

Solving the void fraction $ \alpha $ for cavitation model. More...

Functions/Subroutines

subroutine resvoi (dt)
 

Detailed Description

Solving the void fraction $ \alpha $ for cavitation model.

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} \]

with $ \Gamma_V $ the vaporization source term (Merkle model) and $ \rho_v $ the reference gas density.

Function/Subroutine Documentation

subroutine resvoi ( double precision, dimension(ncelet)  dt)
Parameters
[in]dttime step (per cell)