Skip to content
Snippets Groups Projects

ENH: outletMappedUniformInlet: add optional fraction and offset

All threads resolved!

Summary

The new functionality optionally allows the patch-averaged value to be scaled and/or offset by a pair of specified values.

Example of the boundary condition specification:

<patchName>
{
    // Mandatory entries (unmodifiable)
    type            outletMappedFilterInlet;
    outletPatch     <outletPatchName>;
    
    // Optional entries (unmodifiable)
    fraction        0.1;
    offset          10;    // (1 0 0);
    phi             phi;
    
    // Optional (inherited) entries
    ...
}

Details of new models

The tutorial airRecirculationRoom and related visualisations are exclusively prepared by Alseny Diallo.

Screenshot_from_2020-12-10_17-22-44

Screenshot_from_2020-12-10_18-31-08

Screenshot_from_2020-12-10_18-17-30

Screenshot_from_2020-12-10_17-24-11

Screenshot_from_2020-12-10_17-24-20

Screenshot_from_2020-12-10_17-23-19

Screenshot_from_2020-12-10_18-09-54

Risks

  • The bug fix may further need to be tested.
  • No change to user input.
Edited by Kutalmış Berçin

Merge request reports

Approval is optional

Merged by Andrew HeatherAndrew Heather 4 years ago (Dec 16, 2020 6:28pm UTC)

Merge details

  • Changes merged into develop with 3e431de2.
  • 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