mattijs
d3a079b4da
COMP: g++11: suppress optimisation. See #3024
2024-01-19 20:52:34 +01:00
mattijs
177176c5ff
BUG: particle: use correct celli. Fixes #1992
...
Was checking the old celli instead of the result of
re-finding the position. See also Foundation commit 50a965f8866683a81d79cbc7811af7333baf9d10.
2023-10-10 15:40:47 +01:00
mattijs
53feaf2560
BUG: mapFields: incorrect patches. Fixes #2944 .
2023-08-30 16:39:16 +02:00
Mark Olesen
d189f95c7d
BUG: UPstream::shutdown misbehaves with external initialisation ( fixes #2808 )
...
- freeCommmunicatorComponents needs an additional bounds check.
When MPI is initialized outside of OpenFOAM, there are no
UPstream communicator equivalents
2023-06-20 09:33:13 +02:00
Kutalmis Bercin
bc7053dbf9
Revert "BUG: Fixing ray dAve and omega for 1D and 2D cases"
...
This reverts commit 5848b0afd5
.
2023-05-22 09:37:50 +01:00
Mark Olesen
b087bc52de
BUG: VTK write pointSet fails in parallel ( fixes #2773 )
...
- de-referenced autoPtr with () instead of ref() will fail on
non-master ranks.
2023-05-05 16:01:37 +02:00
Mark Olesen
69f2c34e5f
COMP: code adjustments for gcc-13 ( #2714 )
2023-02-28 16:24:06 +01:00
Mark Olesen
4dda01f161
CONFIG: improve handling of empty/non-empty ThirdParty directory
2023-02-28 16:10:00 +01:00
Mark Olesen
a7e464a70a
CONFIG: foamConfigurePaths support for sys-openmpi major version
2023-02-28 16:09:59 +01:00
Mark Olesen
f40d60aa78
CONFIG: accept module-prefix 'none' as equivalent to 'false' (ie, disabled)
2023-02-28 16:09:59 +01:00
Kutalmis Bercin
12e7bba017
BUG: solidIsothermalReactionRate: redefine the latent energy ( fixes #2646 )
2022-11-30 10:17:12 +00:00
Kutalmis Bercin
ee66a09a72
ENH: solidIsothermalReactionRate: new solid reaction rate model
...
STYLE: solidArrheniusReactionRate: modernise code
2022-11-29 14:39:26 +00:00
Kutalmis Bercin
f1ac837448
ENH: makeSolidReaction: modify macros to allow new models
2022-11-28 11:43:12 +00:00
Andrew Heather
7dcab65ffd
BUG: related to #1676 - avoid recalculating map multiple times on topo changes
2022-11-02 20:32:14 +00:00
Andrew Heather
ff8cdfa7de
ENH: use local ref to map() to avoid excessive rebuilding during topo changes
2022-10-25 14:41:56 +01:00
mattijs
da5048fd70
BUG: totalFlowRateAdvectiveDiffusive: missing autoMap. Fixes #2475
2022-09-28 16:41:32 +01:00
sergio
555d76bb7b
BUG: Fixing pyrolysis region motion.
2022-09-10 10:01:33 +01:00
Mark Olesen
546e2c0243
BUG: incorrect order for output scaling (transformPoints, ...)
...
- the output write scaling should be applied *after* undoing the
effects of the specified rotation centre. Fixes #2566
ENH: update option names for transformPoints and surfaceTransformPoints
- prefer '-auto-centre' and '-centre', but also accept the previous
options '-auto-origin' and '-origin' as aliases.
Changing to '-centre' avoids possible confusion with
coordinate system origin().
2022-08-18 13:35:09 +02:00
Mark Olesen
b4324b1297
COMP: missing std::array include (searchable sphere)
2022-06-27 10:05:31 +02:00
Mark Olesen
b12839ffc3
CONFIG: bump patch level
2022-06-23 09:51:24 +02:00
Andrew Heather
3f5c240cdb
COMP: Gcc 11+ potential fix - see #2434
2022-06-23 09:51:24 +02:00
Mark Olesen
50420f755c
COMP: references to temporaries
...
COMP: include <limits>
2022-06-23 09:51:24 +02:00
Mark Olesen
2d8870a878
COMP: gcc-12 buffer check bypasses xsputn ( #2481 , #2496 )
...
- add overflow() method to the SHA1 streambuf. Previously could rely
on xsputn for adding to sha1 content, but streams now check pptr()
first to test for the buffering range and thus overflow() is needed.
2022-06-23 09:51:24 +02:00
Mark Olesen
8221721d44
BUG: sample/store surface field triggers dimension check ( fixes #2361 )
...
- when used for example with wallShearStress, the stress field is
initially created as incompressible but later updated with the
correct compressible/incompressible dimensions.
If this field is sampled as a surface and stored on the registry
the dimensions should be reset() and not '=' assigned, since that
causes a dimension check which will obviously fail.
2022-02-11 14:35:06 +01:00
Mark Olesen
f4ccdec894
BUG: error with empty distributed roots specification ( fixes #2196 )
2021-09-08 10:21:02 +02:00
Andrew Heather
0f7277fd5e
BUG: ParticleCollector - corrected and simplified parallel reductions. See #2184
2021-09-06 16:29:50 +02:00
Andrew Heather
2f5da5af4b
BUG: Curle - added missing division by r. See #2169
2021-09-06 16:29:49 +02:00
Mark Olesen
e95f8b1a8d
BUG: boundaryData output incorrect when no fields are sampled ( fixes #2163 )
...
- add "point data" or "face data" note to the boundaryData output
for easier diagnositics in the future.
2021-07-20 17:04:02 +02:00
Mark Olesen
5d8e43e86e
BUG: noise did not set num of output fields (VTK legacy) [ fixes #2133 ]
2021-06-25 10:35:36 +02:00
Andrew Heather
f53c9dd6da
BUG: liquidProperties - corrected read scalar (was label). See #2142
2021-06-25 10:33:37 +02:00
Mark Olesen
3b29395a66
BUG: surfaceFieldValue with vectorWeights blocks in parallel ( fixes #2129 )
2021-06-18 15:47:18 +02:00
Mark Olesen
308af39136
COMP: sign check to avoid warnings about new[] range
2021-04-27 10:20:25 +02:00
Mark Olesen
6740925621
CONFIG: bump patch level
2021-04-14 20:09:25 +02:00
Mark Olesen
19b90a1130
BUG: generic point patch fails ( fixes #2062 )
...
- the generic constructor could be called twice in pointPatchField::New,
which results in an attempt to transfer tokens twice.
2021-04-14 19:35:41 +02:00
Andrew Heather
21dda3254c
BUG: noiseModel - respect lower frequency bound in octave calculation. Fixes #2041
2021-03-23 17:12:43 +00:00
Andrew Heather
dbed3a0602
BUG: Curle FO - corrected division by 4pi. Fixes #2035
2021-03-18 16:41:40 +00:00
Andrew Heather
8d3efa1cb9
BUG: AABBTree - corrected addressing. Fixes #2028
2021-03-16 12:27:38 +00:00
Mark Olesen
a8c9b5936e
BUG: cannot set expression from command-line ( fixes #2012 )
2021-02-25 08:29:15 +01:00
Andrew Heather
a334aaae78
ENH: noiseModel gainX - protect against very small input frequencies
2021-02-15 12:51:35 +00:00
Mark Olesen
ae8ccd7b94
BUG: foamToEnsight cellZones missing mesh coverage ( closes #2002 )
2021-02-15 13:10:01 +01:00
Mark Olesen
0ee7a23504
CONFIG: ensure PV_PLUGIN_PATH is also in the library path
2021-02-15 13:09:58 +01:00
Mark Olesen
9913dfb31a
CONFIG: bump patch level
2021-02-10 13:48:10 +01:00
Mark Olesen
77c31a7bef
BUG: inconsistent surfaceFieldValue writing ( fixes #1999 )
...
- setup writer outside the data loop to ensure that the number of
output fields is correct (VTK format).
- ignore 'interpolate' on sampled surfaces to ensure proper
face sampling, never allow point sampling
BUG: incorrect debug-switch for sampledIsoSurface
2021-02-10 13:47:53 +01:00
Mark Olesen
4245909efb
BUG: typo in etc/colourTables
2021-02-03 15:05:36 +01:00
mattijs
d70e11195c
BUG: syncTools: incorrect communicator. See #1986
2021-01-26 10:28:12 +01:00
Mark Olesen
f88feaf0d4
BUG: surfaceFieldValue fails writing legacy VTK format
...
- number of fields was not set.
- interpolated surfaces incorrectly written for all formats
2021-01-22 16:20:46 +01:00
Mark Olesen
c9b34c52bb
COMP: bad template for foamNewFunctionObject ( closes #1987 )
2021-01-22 12:46:31 +01:00
mattijs
81629a44d0
BUG: mapped: access map() for AMI cases. Fixes #1982
...
Should not call map() since it triggers building the
(one-to-one) mapping which conflicts with the self-contained
mapping of cyclicAMI
2021-01-18 18:19:24 +00:00
Mark Olesen
4561717c51
BUG: incorrect returned size from surfaceWriter
2021-01-13 18:05:31 +01:00
Mark Olesen
b84caecc1e
BUG: useless copy of input (primitiveMeshTools::makeCellCentresAndVols)
2021-01-08 08:59:27 +01:00