Skip to content
Snippets Groups Projects
Commit 20f9d827 authored by Henry Weller's avatar Henry Weller
Browse files

fvOptions::limitVelocity: New fvOption to limit the maximum velocity magnitude

e.g. to avoid excessive unphysical velocities generated during slamming events in
incompressible VoF simulations

Usage
    Example usage:
    limitU
    {
        type            limitVelocity;
        active          yes;

        limitVelocityCoeffs
        {
            selectionMode   all;
            max             100;
        }
    }
parent 8e3c88ed
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment