ENH: outletMappedUniformInlet: add optional fraction and offset
All threads resolved!
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.
Risks
- The bug fix may further need to be tested.
- No change to user input.
Edited by Kutalmış Berçin
Merge request reports
Activity
Filter activity
added boundary conditions feature labels
added 21 commits
-
3a5b720c...14e86437 - 19 commits from branch
develop
- 155fc800 - ENH: monitorMappedOffsetInlet: new scalar boundary condition
- ad86d93d - ENH: monitorMappedFilterInlet: new scalar boundary condition
-
3a5b720c...14e86437 - 19 commits from branch
added 34 commits
-
ad86d93d...25246f22 - 30 commits from branch
develop
- 1ec082f2 - ENH: monitorMappedOffsetInlet: new scalar boundary condition
- c9eb8c4e - ENH: monitorMappedFilterInlet: new scalar boundary condition
- 2d5d1733 - BUG: ReactingMultiphaseParcelIO: fix transfer Y through processor patches
- 0097551b - TUT: humanInAirConditioningRoom: new reactingParcelFoam tutorial
Toggle commit list-
ad86d93d...25246f22 - 30 commits from branch
- Resolved by Kutalmış Berçin
- Resolved by Kutalmış Berçin
added 64 commits
-
95d53650...dc037285 - 62 commits from branch
develop
- d3f2acca - ENH: outletMappedUniformInlet: add optional filtering and offseting
- 256850d4 - TUT: airRecirculationRoom: new reactingParcelFoam tutorial
-
95d53650...dc037285 - 62 commits from branch
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
-
12dde087...4a80672a - 11 commits from branch
mentioned in commit 3e431de2
Please register or sign in to reply