openfoam/src
Kutalmis Bercin 5af5222141 ENH: outletMappedUniformInlet: add optional fraction and offset entries
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
    ...
}
```
2020-12-16 18:28:18 +00:00
..
atmosphericModels BUG: atm wall functions: fix double "value" entry issue (#1900) 2020-12-08 09:33:44 +00:00
combustionModels ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
conversion ENH: additional face constructors, cellModel methods 2020-10-07 09:18:23 +02:00
dummyThirdParty CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
dynamicFaMesh Merge remote-tracking branch 'origin/master' into develop 2020-07-28 08:42:12 +02:00
dynamicFvMesh ENH: primitiveMesh: make geometry calculation runtime selectable 2020-12-11 10:31:34 +00:00
dynamicMesh BUG: redistributePar: failing reconstruct. See #1953. 2020-12-16 17:27:08 +00:00
engine
faOptions ENH: New vibro-acoustic model suite 2020-12-10 13:36:12 +00:00
fileFormats ENH: handle abaqus SURFACE input (#1600) 2020-11-30 13:59:10 +01:00
finiteArea STYLE: report address/field size mismatch 2020-12-14 17:30:08 +01:00
finiteVolume ENH: outletMappedUniformInlet: add optional fraction and offset entries 2020-12-16 18:28:18 +00:00
functionObjects BUG: volFieldValue FO: parallel/empty output (#1853 #1849) 2020-12-16 17:09:06 +00:00
fvAgglomerationMethods ENH: Pstream: Feed through outstanding requests more. See #1626. 2020-06-10 12:10:02 +01:00
fvMotionSolver ENH: Function1 and PatchFunction1 improvements (#1917) 2020-11-19 16:57:45 +01:00
fvOptions ENH: buoyancyTurbSource: add a new fvOption 2020-12-08 16:49:17 +00:00
genericPatchFields
lagrangian ENH: Changing normalization with YMix for the ReactingMultiPhaseParcel 2020-12-15 14:59:49 -08:00
lumpedPointMotion ENH: track old output times for lumpedPoint output (#1793) 2020-12-14 12:32:08 +01:00
mesh ENH: snappyLayerDriver - ensure parallel consistent rebuilding of face centres 2020-12-15 20:38:41 +00:00
meshTools COMP: remove 64-bit label ambiguity 2020-12-11 21:37:54 +01:00
ODE Merge remote-tracking branch 'origin/master' into develop 2020-11-25 21:30:49 +01:00
OpenFOAM BUG: redistributePar: failing reconstruct. See #1953. 2020-12-16 17:27:08 +00:00
optimisation/adjointOptimisation/adjoint Merge remote-tracking branch 'origin/master' into develop 2020-12-11 17:42:29 +00:00
OSspecific COMP: fix some linkage issues for mingw 2020-06-16 23:56:41 +02:00
overset ENH: mpi: use per-application communicator. 2020-12-09 15:17:44 +00:00
parallel ENH: mpi: use per-application communicator. 2020-12-09 15:17:44 +00:00
phaseSystemModels ENH: adding non-uniform rho to incompressible two-phase turbulent models 2020-12-16 17:57:45 +00:00
Pstream ENH: mpi: use per-application communicator. 2020-12-09 15:17:44 +00:00
randomProcesses ENH: noise models - added A, B, C, and D weightings to SPL 2020-12-11 20:21:35 +00:00
regionFaModels ENH: New vibro-acoustic model suite 2020-12-10 13:36:12 +00:00
regionModels STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
renumber CONFIG: rationalize mpi config tuning (#1910) 2020-11-11 18:36:01 +01:00
rigidBodyDynamics CONFIG: improve support for compiler/link options (#1830) 2020-09-07 09:45:51 +02:00
rigidBodyMeshMotion ENH: Function1 and PatchFunction1 improvements (#1917) 2020-11-19 16:57:45 +01:00
sampling BUG: incorrect return values for interpolated sampled meshedSurface (#1956) 2020-12-15 21:45:55 +01:00
semiPermeableBaffle ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
sixDoFRigidBodyMotion STYLE: consistent file naming (rigidBodyDynamics,sixDoFRigidBodyMotion) 2020-07-30 09:45:13 +02:00
sixDoFRigidBodyState ENH: unify use of dictionary method names 2020-06-02 17:26:03 +02:00
surfMesh COMP: remove 64-bit label ambiguity 2020-12-11 21:37:54 +01:00
thermophysicalModels ENH: BilgerMixtureFraction: add new reactionThermo FO 2020-12-15 08:55:13 +00:00
topoChangerFvMesh STYLE: use labelRange for identity 2020-11-25 19:53:02 +01:00
transportModels ENH: cellZones support for isoSurface cell/topo sampling variants (#1678) 2020-12-08 13:31:23 +01:00
TurbulenceModels ENH: adding non-uniform rho to incompressible two-phase turbulent models 2020-12-16 17:57:45 +00:00
waveModels DOC: waveMaker - removed references to unused x0 input parameter 2020-06-08 13:59:46 +01:00
Allwmake ENH: New vibro-acoustic model suite 2020-12-10 13:36:12 +00:00
Allwmake-scan