- Jun 18, 2018
-
-
Mark OLESEN authored
- add support by using updated foamEtcFile from 1806, which also add the '-config' short-cut option.
-
- Jun 15, 2018
-
-
Mark OLESEN authored
- also fix incorrect documentation in forces functionObject and interRegionExplicitPorositySource fvOption.
-
- Jun 13, 2018
-
-
mattijs authored
-
Andrew Heather authored
-
mattijs authored
-
Mark OLESEN authored
- use floor/truncate instead of round. Backport of changes in the develop-pre-release branch.
-
Andrew Heather authored
-
- May 29, 2018
-
-
mattijs authored
-
- May 30, 2018
-
-
Andrew Heather authored
-
- May 29, 2018
-
-
Andrew Heather authored
-
Andrew Heather authored
-
- May 18, 2018
-
-
Andrew Heather authored
-
- May 17, 2018
-
-
Andrew Heather authored
-
- May 16, 2018
-
-
Mark OLESEN authored
-
Mark OLESEN authored
- tie the MPI rules to the base compiler type *without* its version. Eg, linux64Gcc (which exists) instead of linux64Gcc81
-
- Jan 08, 2018
-
-
Mark OLESEN authored
-
- May 02, 2018
-
-
mattijs authored
-
- Apr 11, 2018
-
-
Mark OLESEN authored
- was using st_atim instead of st_mtim for the nanoseconds - value of followLink was being ignored (it was always being followed).
-
- Apr 06, 2018
- Mar 21, 2018
-
-
- occurred when the initial mesh distribution was missing cells on some processors.
-
- Mar 20, 2018
-
-
Andrew Heather authored
-
- Mar 19, 2018
-
-
Andrew Heather authored
-
- Mar 14, 2018
-
-
Andrew Heather authored
-
- Mar 13, 2018
-
-
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
-
- Mar 06, 2018
-
-
Andrew Heather authored
-
- Feb 28, 2018
-
-
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
-
- Feb 23, 2018
-
-
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
-
- Jan 25, 2018
-
-
sergio authored
-
sergio authored
The non-dimensional table takes non-dimensional U as entry, not flow rate
-
Andrew Heather authored
-
- Jan 24, 2018
-
-
Mark OLESEN authored
- runTimeModifiable change to the dictionary not being propagated to the underlying functionObjects
-
- Jan 23, 2018
-
-
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.
-