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

ENH: Added under-relaxation to jump conditions

Currently only applied to the fanFvPatchField, e.g.

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

        // Optional under-relaxation
        relax           0.2;

        ...
    }
parent 30da494e
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