Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !399

ENH: outletMappedUniformInlet: add optional fraction and offset

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kutalmış Berçin requested to merge feature-Eulerian-recycling-boundary-conditions into develop Dec 04, 2020
  • Overview 2
  • Commits 2
  • Changes 55

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 Dec 16, 2020 by Kutalmış Berçin
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-Eulerian-recycling-boundary-conditions