- 14 Mar, 2018 1 commit
-
-
Andrew Heather authored
-
- 13 Mar, 2018 4 commits
-
-
Mark OLESEN authored
- using const reference to temporary was failing. Remedy by using a direct copy, which is a reasonable solution since surfZone content is quite minimal.
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- 06 Mar, 2018 1 commit
-
-
Andrew Heather authored
-
- 28 Feb, 2018 3 commits
-
-
Mark OLESEN authored
- downgrades some diagnostics about nonconformant code from errors to warnings. Oddly enough, the errors actually arise from STL library elements shipped with gcc itself. Affects kahip compilation with gcc-6, gcc-7
-
Mark OLESEN authored
-
Mark OLESEN authored
-
- 23 Feb, 2018 3 commits
-
-
Mark OLESEN authored
-
Andrew Heather authored
The minimum number of particles per parcel can now be set in the injection model input, e.g.: model1 { type ...; massTotal ...; parcelBasisType ...; minParticlesPerParcel 1; <-- new optional entry SOI ...; ... Uses a value of 1 by default if the entry is not present. The value of 1 is generally recommended and beneficial for coupled cases where small time steps can lead to the injection of too many parcels and subsequently greatly over-predict the particle source contributions (momentum, heat, mass transfer etc)
-
Andrew Heather authored
-
- 25 Jan, 2018 4 commits
-
-
sergio authored
-
sergio authored
The non-dimensional table takes non-dimensional U as entry, not flow rate
-
Andrew Heather authored
-
Mark OLESEN authored
- runTimeModifiable change to the dictionary not being propagated to the underlying functionObjects
-
- 23 Jan, 2018 1 commit
-
-
Mark OLESEN authored
- problems when the cloud was not available on all processors. - NB: ensight measured data only allows a single cloud, but foamToEnsight writes all clouds.
-
- 19 Jan, 2018 1 commit
-
-
Andrew Heather authored
-
- 18 Jan, 2018 3 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
- 17 Jan, 2018 2 commits
-
-
Mark OLESEN authored
- these were previously taken from region-local directories (eg, constant/region/triSurface), but this becomes difficult to manage when there are many files and regions.
-
Mark OLESEN authored
- The central InfoSwitch "writeLagrangianPositions" allows writing an additional Lagrangian "positions" file, but these were not being written by reconstructPar. These are now also written in reconstructPar if the central writeLagrangianPositions InfoSwitch is enabled. NOTES - "positions" are reconstructed from the processors "coordinates" file - decomposePar will not attempt to create or redistribute any "positions" files
-
- 11 Jan, 2018 2 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- 10 Jan, 2018 1 commit
-
-
mattijs authored
-
- 08 Jan, 2018 2 commits
-
-
Mark OLESEN authored
-
Andrew Heather authored
-
- 05 Jan, 2018 1 commit
-
-
Andrew Heather authored
-
- 30 Dec, 2017 5 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
-
-
Andrew Heather authored
-
- 29 Dec, 2017 3 commits
-
-
Andrew Heather authored
-
Andrew Heather authored
-
Andrew Heather authored
switch The new lowReCorrection entry can be used to ensure that the low-Re mode is only applied when its value is on/true, e.g. lowReCorrection on; When active, the low-Re mode is active when the local y+ is less than the calculated y+_laminar. When inactive, the high-Re form is employed irrespectively of the local y+. It has a defaulrt value of off/false for backwards compatibility with OpenFOAM v1706
-
- 28 Dec, 2017 3 commits