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
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
69f2c34e5f
COMP: code adjustments for gcc-13 ( #2714 )
2023-02-28 16:24:06 +01:00
4dda01f161
CONFIG: improve handling of empty/non-empty ThirdParty directory
2023-02-28 16:10:00 +01:00
a7e464a70a
CONFIG: foamConfigurePaths support for sys-openmpi major version
2023-02-28 16:09:59 +01:00
f40d60aa78
CONFIG: accept module-prefix 'none' as equivalent to 'false' (ie, disabled)
2023-02-28 16:09:59 +01:00
12e7bba017
BUG: solidIsothermalReactionRate: redefine the latent energy ( fixes #2646 )
2022-11-30 10:17:12 +00:00
ee66a09a72
ENH: solidIsothermalReactionRate: new solid reaction rate model
...
STYLE: solidArrheniusReactionRate: modernise code
2022-11-29 14:39:26 +00:00
f1ac837448
ENH: makeSolidReaction: modify macros to allow new models
2022-11-28 11:43:12 +00:00
7dcab65ffd
BUG: related to #1676 - avoid recalculating map multiple times on topo changes
2022-11-02 20:32:14 +00:00
ff8cdfa7de
ENH: use local ref to map() to avoid excessive rebuilding during topo changes
2022-10-25 14:41:56 +01:00
da5048fd70
BUG: totalFlowRateAdvectiveDiffusive: missing autoMap. Fixes #2475
2022-09-28 16:41:32 +01:00
555d76bb7b
BUG: Fixing pyrolysis region motion.
2022-09-10 10:01:33 +01:00
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
b4324b1297
COMP: missing std::array include (searchable sphere)
2022-06-27 10:05:31 +02:00
b12839ffc3
CONFIG: bump patch level
2022-06-23 09:51:24 +02:00
3f5c240cdb
COMP: Gcc 11+ potential fix - see #2434
2022-06-23 09:51:24 +02:00
50420f755c
COMP: references to temporaries
...
COMP: include <limits>
2022-06-23 09:51:24 +02:00
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
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
f4ccdec894
BUG: error with empty distributed roots specification ( fixes #2196 )
2021-09-08 10:21:02 +02:00
0f7277fd5e
BUG: ParticleCollector - corrected and simplified parallel reductions. See #2184
2021-09-06 16:29:50 +02:00
2f5da5af4b
BUG: Curle - added missing division by r. See #2169
2021-09-06 16:29:49 +02:00
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
5d8e43e86e
BUG: noise did not set num of output fields (VTK legacy) [ fixes #2133 ]
2021-06-25 10:35:36 +02:00
f53c9dd6da
BUG: liquidProperties - corrected read scalar (was label). See #2142
2021-06-25 10:33:37 +02:00
3b29395a66
BUG: surfaceFieldValue with vectorWeights blocks in parallel ( fixes #2129 )
2021-06-18 15:47:18 +02:00
308af39136
COMP: sign check to avoid warnings about new[] range
2021-04-27 10:20:25 +02:00
6740925621
CONFIG: bump patch level
OpenFOAM-v2012_210414
2021-04-14 20:09:25 +02:00
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
21dda3254c
BUG: noiseModel - respect lower frequency bound in octave calculation. Fixes #2041
2021-03-23 17:12:43 +00:00
dbed3a0602
BUG: Curle FO - corrected division by 4pi. Fixes #2035
2021-03-18 16:41:40 +00:00
8d3efa1cb9
BUG: AABBTree - corrected addressing. Fixes #2028
2021-03-16 12:27:38 +00:00
a8c9b5936e
BUG: cannot set expression from command-line ( fixes #2012 )
2021-02-25 08:29:15 +01:00
a334aaae78
ENH: noiseModel gainX - protect against very small input frequencies
2021-02-15 12:51:35 +00:00
ae8ccd7b94
BUG: foamToEnsight cellZones missing mesh coverage ( closes #2002 )
2021-02-15 13:10:01 +01:00
0ee7a23504
CONFIG: ensure PV_PLUGIN_PATH is also in the library path
2021-02-15 13:09:58 +01:00
9913dfb31a
CONFIG: bump patch level
2021-02-10 13:48:10 +01:00
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
4245909efb
BUG: typo in etc/colourTables
2021-02-03 15:05:36 +01:00
d70e11195c
BUG: syncTools: incorrect communicator. See #1986
2021-01-26 10:28:12 +01:00
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
c9b34c52bb
COMP: bad template for foamNewFunctionObject ( closes #1987 )
2021-01-22 12:46:31 +01:00
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
4561717c51
BUG: incorrect returned size from surfaceWriter
2021-01-13 18:05:31 +01:00
b84caecc1e
BUG: useless copy of input (primitiveMeshTools::makeCellCentresAndVols)
2021-01-08 08:59:27 +01:00
d2c0c97af8
BUG: redistributePar: symmetric logic. Fixes #1973 .
2021-01-04 14:42:10 +00:00
2f449c57ce
DOC: adjust wording
2021-01-03 17:21:14 +01:00
79e353b84e
RELEASE: Updated version to v2012
OpenFOAM-v2012
2020-12-23 10:01:39 +01:00
c536c0fee5
TUT: use scale instead of convertToMeters
2020-12-23 09:21:14 +01:00