Skip to content
Snippets Groups Projects
Commit f54b190f authored by Andrew Heather's avatar Andrew Heather Committed by Andrew Heather
Browse files

ENH: Jump conditions - added optional minimum jump value

Example:

    plane
    {
        type            fan;
        patchType       cyclic;
        jump            uniform 0;
        value           uniform 0;
        uniformJump     false;

        relax           0.2;

        jumpTable       ( (1000 0) (-200 1) (20 2) (-0.75 3) );

        // Optional minimum jump value
        minJump         0;
    }
parent 05e0749d
Branches
Tags
1 merge request!467ENH: Added under-relaxation to jump conditions
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