Skip to content
Snippets Groups Projects
Commit de75e2f9 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 b23b137f
No related merge requests found
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