Commit Graph

20600 Commits

Author SHA1 Message Date
e0145b8555 BUG: Pair sort on construct did the opposite (fixes #1701) 2020-05-11 20:26:42 +02:00
9abf648acf CONFIG: provide separate default settings for clang/gcc (fixes #1566)
- the foamConfigurePaths script is quite simplistic and aggressive in
  what it changes. This was particularly evident when using it to
  change gcc/clang versions.

  Restructured the corresponding compiler settings to define default
  versions (eg, "default_gcc_version") that limits the scope of
  changes performed by foamConfigurePaths and makes it easier to
  understand if changing manually.
2020-02-03 11:05:04 +01:00
3fdc623901 CONFIG: bump patch level 2020-01-31 12:10:51 +01:00
3050636576 COMP: avoid -Wstringop-truncation warning 2020-01-31 12:08:31 +01:00
2e11ffc335 COMP: backport of updates for gcc-92 compilation
ENH: add typedefs for interpolation tables
2020-01-28 12:46:27 +01:00
6387af94b3 BUG: incorrect Nastran surface output and segmentation faults #1571
- indexing error in the output of values resulted in uniform output in
  most cases.

- allocation error for on-the-fly triangulation

ENH: changed decomposed storage from DynamicList to plain faceList for
clearer allocation control and better overhead
2020-01-27 11:04:25 +01:00
bdc3d457a7 COMP: silence gcc 8.2 memcpy warnings
- we know they have already protected by an is_contiguous check,
  so the class-memaccess warning/error can be suppressed.
2019-10-28 16:57:47 +01:00
79f96c0af5 CONFIG: adjust known gcc/clang compiler versions 2019-10-28 12:55:15 +01:00
a7fb5e6040 STYLE: use const reference for caught exceptions
BUG: PackedList return value from void method

BUG: non-const access to Reaction name
2019-01-23 09:03:06 +01:00
f24610ed95 CONFIG: reset maintenance version as v1712 2019-08-01 09:00:00 +02:00
8868b8da98 CONFIG: backport of META-INFO information (#1367) 2019-07-10 20:19:01 +02:00
daf4ba3139 BUG: Sf field ignored for sumDirection operation (fixes #1287) 2019-04-16 18:32:07 +02:00
be0f24ab3c COMP: fix conditional for VTK legacy rendering.
- was deprecated for removal with VTK 8.1.0
  definitely removed in VTK 8.2.0
2018-11-08 21:28:26 +01:00
cecdb88113 ENH: export FOAM_API in dictionary (issue #1158)
- uses the value of the OPENFOAM (OPENFOAM_PLUS) compiler define
2019-01-07 19:04:50 +01:00
d761374974 CONFIG: cannot pass additional arguments to foamEtcFile (closes #880)
- add support by using updated foamEtcFile from 1806, which also add
  the '-config' short-cut option.
2018-06-18 08:42:55 +02:00
1f0bc69223 BUG: dictionary lookup of embedded coordinateSystem fails (fixes #879)
- also fix incorrect documentation in forces functionObject and
  interRegionExplicitPorositySource fvOption.
2018-06-16 00:29:41 +02:00
854b5cec1e BUG: rigidBodyMotionState: not readable in binary. Fixes #871. 2018-06-13 14:55:20 +01:00
f7f29259f1 ENH: Updated example usage in header. Fixes #859 2018-06-13 14:11:51 +01:00
528d8a7e11 BUG: fftw: missing normalisation. See #867. 2018-06-13 14:09:37 +01:00
f0806d5d7c BUG: non-uniform distribution for Random::position<label> (closes #865)
- use floor/truncate instead of round. Backport of changes in the
  develop-pre-release branch.
2018-06-13 12:38:13 +02:00
9edc017a1e COMP: Added include file to enable derived code extensions 2018-06-13 10:52:08 +01:00
a9f92d4c90 BUG: decomposeParDict: ignores mesh region. Fixes #848. 2018-05-29 10:26:22 +01:00
5abff4c68e BUG: Corrected ConeNozzleInjection injected posisions in parallel operation. See #840 2018-05-30 14:05:53 +01:00
e00e7f82e0 BUG: Corrected header documentation - see #831 2018-05-29 15:28:44 +01:00
b6956f062a BUG: COxidationIntrinicRate - corrected eta. See #842 2018-05-29 15:10:19 +01:00
e9e4e11474 TUT: Updated input value 2018-05-18 09:57:12 +01:00
2084a43c4d BUG: ConeInjection - corrected number of parcels injected for multiple injector positions 2018-05-17 09:04:00 +01:00
381e96e509 BUG: wrong sizing index for VTK legacy polyhedrals (closes #829) 2018-05-16 15:57:49 +01:00
cdc4b90f76 BUG: compiler-specific INTELMPI not always found (closes #830)
- tie the MPI rules to the base compiler type *without* its version.
  Eg, linux64Gcc (which exists) instead of linux64Gcc81
2018-05-16 12:36:29 +01:00
ea2eb91f8c COMP: incorrect executable path sphereSurfactantFoam (closes #695) 2018-01-08 10:51:00 +01:00
2c76ae206e BUG: regionToCell: incorrect indexing of remote values. Fixes #818. 2018-05-02 10:55:47 +01:00
bcdb61bd45 BUG: wrong nanoseconds in highResLastModified (closes #794)
- was using st_atim instead of st_mtim for the nanoseconds

- value of followLink was being ignored (it was always being followed).
2018-04-11 10:27:41 +02:00
949e4d8cce BUG: mesh refinement crash with degenerate mesh distributions (closes #778)
- occurred when the initial mesh distribution was missing cells on
  some processors.
2018-03-21 21:54:40 +01:00
eb443647b0 BUG: corrected 'binned' distribution model 2018-03-20 10:17:33 +00:00
8322e6308f BUG: IsoAdvector - updated use of pos/neg as reported by Johan Roenby. See #775 2018-03-19 13:56:32 +00:00
209c8ccb64 BUG: Corrections to externalWallHeatFluxTemperature BC (ref EP624) 2018-03-14 15:34:53 +00:00
ec169b1eba BUG: surface proxy zone handling with dangling? reference (closes #757)
- using const reference to temporary was failing.  Remedy by using a
  direct copy, which is a reasonable solution since surfZone content
  is quite minimal.
2018-03-13 17:58:02 +01:00
08bf1c8fc5 ENH: Adding thermo using polynomial transport, JANAF and ideal gas.
This thermo is used with multiComponentMixture in rhoThermo type
2018-04-06 08:46:17 -07:00
726d478656 ENH: DPMFoam - extended RAS model selection. See #743 2018-03-13 12:48:16 +00:00
2a7555b565 TUT: Corrected turbulence Ck value - see #753 2018-03-13 12:32:16 +00:00
9bb236119c BUG: removed incorrect code from cyclicFaPatch referring to cyclicPolyPatch. See #761 2018-03-13 08:54:39 +00:00
1b892e5b32 TUT: Removed misleading comment in tutorial - see #746 2018-03-06 11:12:39 +00:00
19872f73f5 COMP: add -fpermissive to c++LESSWARN flags (closes #744)
- 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
2018-02-28 14:31:48 +01:00
418f40bf0a BUG: faceOnlySet sampling does not stop at 'end' (closes #745) 2018-02-28 11:23:59 +01:00
c67624cc75 GIT: merge artifact duplicate call to update mesh moving 2018-02-28 10:59:53 +01:00
34a776954c BUG: isoAdvection using 'vof2IsoTol' instead of 'isoFaceTol' (closes #740) 2018-02-23 15:11:24 +01:00
956014ef1a ENH: lagrangian injection - exposed minimum number of particles per parcel. See #728
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)
2018-02-23 12:00:14 +00:00
eb7f123baa BUG: simpleCoalParcelFoam - corrected dimensions of Qdot. Fixes #742 2018-02-23 09:04:16 +00:00
1bd7b85581 ENH: Updating the header documentation for fanFvPatchField 2018-01-25 10:04:30 -08:00
0ac75a2015 ENH: Changing fanFvPatchField operation for non-dimensional mode.
The non-dimensional table takes non-dimensional U as entry, not flow rate
2018-01-25 08:46:48 -08:00