Skip to content

ENH: KinematicSurfaceFilm: add option to specify interacting parcel types

EP2019

Test case: kinematicParcelFoam-splashPanelFilm.zip

This changeset adds a new entry 'parcelTypes' which can specify the list of parcel type IDs interacting with a surface film. If the entry is omitted, all particle types are considered.

    surfaceFilmModel kinematicSurfaceFilm;

    kinematicSurfaceFilmCoeffs
    {
        interactionType absorb;

        // Optional list of participating parcel IDs
        parcelTypes     (10);
    }

To set the parcel type by injector, 'injectorID' entry can be used when specifying the injector models, e.g.

injectionModels
{
    model1
    {
        type            <injectionModelType>;

        // Optional injector ID
        // - if ommitted, parcels use '-1'
        injectorID      10;

        ...
    }
}
  • linux64ClangDPInt32Opt (clang13)
  • linux64GccDPInt32Opt
  • linux64GccSPDPInt64Debug
  • Alltest: No new error
Edited by Kutalmış Berçin

Merge request reports