Skip to content
Snippets Groups Projects
Commit 5a71667f authored by Andrew Heather's avatar Andrew Heather Committed by Kutalmış Berçin
Browse files

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: default avatarKutalmis Bercin <kutalmis.bercin@esi-group.com>
parent b25c4611
Branches
Tags
1 merge request!396Feature recycle particles
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment