compressibleInterFoam::VoFSurfaceFilm: Added maxDeltaT

to limit the time-step by comparing the film Courant number with the maximum
Courant number obtain from the optional maxCo entry in the system/<film
region>/fvSolution file.  If maxCo is not provided the film model does not limit
the time-step.

See tutorials/multiphase/compressibleInterFoam/laminar/cylinder as an example
demonstrating this functionality.
This commit is contained in:
Henry Weller
2022-02-09 11:45:42 +00:00
parent 3ec5bf9257
commit c468a63830
7 changed files with 47 additions and 13 deletions

View File

@ -50,5 +50,6 @@ relaxationFactors
}
}
maxCo 0.2;
// ************************************************************************* //