Skip to content
Snippets Groups Projects

ENH: KinematicSurfaceFilm: add option to specify interacting parcel types

Merged Kutalmış Berçin requested to merge feature-conditional-absorption-kinematic-film into develop

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply