Skip to content
Snippets Groups Projects

ENH: outletMappedUniformInlet: add optional fraction and offset

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Andrew Heather
  • Kutalmış Berçin changed the description

    changed the description

  • Kutalmış Berçin resolved all threads

    resolved all threads

  • added 64 commits

    • 95d53650...dc037285 - 62 commits from branch develop
    • d3f2acca - ENH: outletMappedUniformInlet: add optional filtering and offseting
    • 256850d4 - TUT: airRecirculationRoom: new reactingParcelFoam tutorial

    Compare with previous version

  • added 2 commits

    • 766f368d - ENH: outletMappedUniformInlet: add optional filtering and offseting
    • 0ddf4a9d - TUT: airRecirculationRoom: new reactingParcelFoam tutorial

    Compare with previous version

  • Kutalmış Berçin changed title from ENH: Eulerian recycling boundary conditions for scalar fields to ENH: outletMappedUniformInlet: add optional filtering and offseting

    changed title from ENH: Eulerian recycling boundary conditions for scalar fields to ENH: outletMappedUniformInlet: add optional filtering and offseting

  • added 2 commits

    • 1a013f6c - ENH: outletMappedUniformInlet: add optional filtering and offseting
    • 7b570b77 - TUT: airRecirculationRoom: new reactingParcelFoam tutorial

    Compare with previous version

  • added 2 commits

    • 2943a030 - ENH: outletMappedUniformInlet: add optional fraction and offset entries
    • 12dde087 - TUT: airRecirculationRoom: add new reactingParcelFoam tutorial

    Compare with previous version

  • Kutalmış Berçin changed title from ENH: outletMappedUniformInlet: add optional filtering and offseting to ENH: outletMappedUniformInlet: add optional fraction and offset

    changed title from ENH: outletMappedUniformInlet: add optional filtering and offseting to ENH: outletMappedUniformInlet: add optional fraction and offset

  • Kutalmış Berçin changed the description

    changed the description

  • Andrew Heather added 13 commits

    added 13 commits

    • 12dde087...4a80672a - 11 commits from branch develop
    • 5af52221 - ENH: outletMappedUniformInlet: add optional fraction and offset entries
    • 12efbd89 - TUT: airRecirculationRoom: add new reactingParcelFoam tutorial

    Compare with previous version

  • Andrew Heather approved this merge request

    approved this merge request

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading