ENH: Lagrangian - new parcel recycle patch interaction model
Parcels that hit an 'outflow' patch are recycled to an 'inflow' patch, with
optional:
- recycle fraction < 1
Example usage:
RecycleInteractionCoeffs
{
recyclePatches
(
(outlet1 inlet1)
(outlet2 inlet2)
);
recycleFraction 0.8; // [0-1]
}
Signed-off-by:
Kutalmis Bercin <kutalmis.bercin@esi-group.com>
Showing
- src/lagrangian/intermediate/parcels/include/makeParcelPatchInteractionModels.H 6 additions, 3 deletions...ediate/parcels/include/makeParcelPatchInteractionModels.H
- src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/RecycleInteraction/RecycleInteraction.C 515 additions, 0 deletions...hInteractionModel/RecycleInteraction/RecycleInteraction.C
- src/lagrangian/intermediate/submodels/Kinematic/PatchInteractionModel/RecycleInteraction/RecycleInteraction.H 226 additions, 0 deletions...hInteractionModel/RecycleInteraction/RecycleInteraction.H
Please register or sign in to comment