Skip to content
Snippets Groups Projects

ENH: Added new scaledFixedValue boundary condition

Merged Andrew Heather requested to merge feature-bcs-scaledFixedValue into develop

Adds new scaledFixedValue boundary condition

This condition applies a scalar multiplier to the value of another boundary condition.

Usage Property | Description | Required | Default value scale | Time varing scale | yes | patch | patchField providing the raw patch value | yes |

Example of the boundary condition specification to scale a reference velocity of (15 0 0) supplied as a fixedValue by a table of values that ramps the scale from 0 to 1 over 1 second:

    <patchName>
    {
        type            scaledFixedValue;

        scale table
        (
            (    0   0)
            (  1.0 1.0)
            (100.0 1.0)
        );

        patch
        {
            type            fixedValue;
            value           uniform (15 0 0);
        }
    }
Edited by Mattijs Janssens

Merge request reports

Approval is optional

Merged by Mattijs JanssensMattijs Janssens 5 years ago (Dec 11, 2019 10:45am UTC)

Merge details

  • Changes merged into develop with ef592894.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply