Files
OpenFOAM-12/bin
Henry Weller 1139177c75 compressibleInterFoam: Add support for surface films via the new VoFSurfaceFilm fvOption
This replaces compressibleInterFilmFoam in a more flexible, general and easily
maintainable form.  A compressibleInterFilmFoam script is provided to redirect
uses to the replacement functionality:

The compressibleInterFilmFoam solver has solver has been replaced by the more general
compressibleInterFoam solver, which now supports surface films using the new
VoFSurfaceFilm fvOption.

To run with with surface film create a system/fvOptions dictionary
containing the VoFSurfaceFilm specification, e.g.

    VoFSurfaceFilm
    {
        type    VoFSurfaceFilm;

        phase   water;
    }
2021-02-23 14:21:22 +00:00
..
2020-07-31 09:35:12 +01:00
2021-01-08 13:41:11 +00:00
2014-12-10 22:40:10 +00:00
2014-12-10 22:40:10 +00:00
2014-12-10 22:40:10 +00:00
2014-12-10 22:40:10 +00:00
2014-12-10 22:40:10 +00:00
2020-04-16 13:45:37 +01:00