940a5a2bc3
ENH: overset: check non-local donors to see if 'better'. See #1183
2019-10-18 17:11:37 +01:00
adb83ad6d2
ENH: patchSet: wrong logic to compress points. See #1453 .
2019-10-03 11:44:24 +01:00
386cafd8a7
ENH: patchSet: merge collocated points. Fixes #1453 .
2019-10-03 10:51:29 +01:00
58f6258d7a
BUG: Correcting delta in fa consistent with fv.
...
Solve issue 1431 Gitlab. delta() calculation on the patch is consistent
with not applying non-orthogonality on the patch.
2019-09-27 15:16:00 -07:00
a1fa05f1ed
BUG: Fixing psib at the boundary
...
Fix gitlab #1423
2019-09-18 13:03:04 -07:00
e1fb615f87
BUG: Fixing psib to use products mixture.
...
Fix Gitlab issue #1423
2019-09-18 09:22:35 -07:00
4265fc2459
BUG: overset: use correct normalisation. Fixes #1437 .
2019-09-12 13:42:38 +01:00
a3f3ec81f8
BUG: randomDecomp: added non-mesh decomposition. Fixes #1428 .
2019-09-05 14:25:15 +01:00
7443011217
BUG: Fixing solid specie index in omega function
2019-08-21 11:47:10 -07:00
8fe96e5dee
ENH: Changing tolerance overlap. Taking out filter by small overlap
2019-08-19 13:38:36 -07:00
31bfd40001
ENH: globalMeshData - added else branch so that in the case of a cyclic baffle
...
edge it sets the globalEdgeOrientation
See #1367
2019-08-14 12:05:52 +01:00
e2269663aa
BUG: edge sync fails with cyclic baffles ( fixes #1397 )
...
- synchronization, reduction only makes sense on processor-coupled
patches. Since cyclic baffles are within a single processor domain,
they are not reduced. So need to skip the sanity test for these.
2019-08-13 16:09:52 +02:00
38f81f1c4d
DOC: Added missing endverbatim and minor tidying
2019-08-07 13:03:48 +01:00
65be1b0e29
BUG: incorrect binary read of injectedParticle ( fixes #1393 )
...
- the read offset missed the tag_ member entirely and thus the entire
particle information would be corrupt (incorrectly interpreted) as
well as potential violation of adjacent (trailing) memory locations.
2019-08-06 10:30:07 +02:00
f95b67b565
Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus
2019-07-30 08:49:57 -07:00
962e6f6318
ENH: Small editing to fvSchemes and alphatWallBoilingWallFunction
2019-07-30 08:49:15 -07:00
b0a1a3fd0b
BUG: quaternion - corrected construction from rotation tensor. Fixes #1348
2019-07-24 09:37:38 +01:00
c07ab24556
BUG: EP:1070. Adding check for coupled patches in faceReflecting
2019-07-22 15:14:46 -07:00
bb35d784a2
BUG: distanceSurface has gaps in mesh ( #1374 )
...
- need to be more generous when prefiltering the cell selection
2019-07-12 16:38:04 +02:00
658d660333
BUG: incorrect blocked face synchronisation crashes regionSplit ( #1370 )
...
- now catch these and emit a warning.
Still need to investigate the root cause in the caller(s) or regionSplit.
2019-07-12 13:29:20 +02:00
e03c0977f5
ENH: support Foam::mv overwrite of existing files on windows ( #1238 )
...
- the behaviour of std::rename with overwriting an existing file is
implementation dependent:
- POSIX: it overwrites.
- Windows: it does not overwrite.
- for Windows need to use the ::MoveFileEx() routine for overwriting.
More investigation is needed for proper handling of very long names.
2019-07-09 18:52:06 +02:00
eda4cbd55c
CONFIG: always allow spaces in fileName for Windows ( #1238 )
...
- this cannot be left as a configurable value (on windows), since it
needs to be enabled even prior to reading the etc/controlDict file,
in case the OpenFOAM installation path itself contains spaces.
2019-07-09 18:04:23 +02:00
4b8fabaa4b
STYLE: relocate Allwmake-scan to src/
...
- reduced clutter. Mostly only need to scan source tree.
- 00-dummy: use wmake/src/Allmake to get native (not cross-compiled)
wmake toolchain binaries
2019-06-28 09:55:25 +02:00
5bd7c4b5bb
BUG: pressure FO - corrected handling of enumeration in calcPressure function. See #1356
2019-07-09 11:44:52 +01:00
54ef9beab7
COMP: silence spurious GCC -Wstringop-truncation warning in ensightFile
2019-07-08 13:53:06 +02:00
ff3b9501d9
COMP: erroneous double definition for long IO on windows ( #1360 , #1238 )
...
- mingw uses 32-bit long regardless of -m32 or -m64 setting
2019-07-08 13:34:16 +02:00
eaacf0a20a
BUG: questionable findInstance handling of constant (related to #1112 )
...
- when searching for a file that may not actually exist,
the short-cut optimization could lead to the 'constant' directory
being ignored.
STYLE: simplify logic in points0MotionSolver::points0IO
2019-07-05 11:04:06 +02:00
53947016fa
BUG: metis PrecisionAdaptor used ref() instead of constCast() - closes #1354
...
- the scotch interface still uses non-const pointers when passing in
values. For the ConstPrecisionAdaptor this means that we need to cheat
with a constCast(). Using ref() will rightly trigger complaints about
trying to modify a const object.
2019-07-04 17:07:48 +02:00
7d7a3a78a8
BUG: DimensionedField - register new field if it does not have the same name as the copy - see #1348
2019-07-02 10:22:50 +01:00
7e935bd191
COMP: avoid ref to synchronization for non-MPI VTK build ( fixes #1349 )
2019-06-27 14:59:14 +02:00
96e7dd8da6
Merge branch 'develop'
2019-06-27 13:27:57 +01:00
43febddda1
BUG: Removed Debug statements
2019-06-26 11:53:41 +01:00
15a763b931
COMP: Resolved some name clashes for #ifdef statements
2019-06-26 11:52:15 +01:00
469c9ff078
COMP: Added some volatile statements for clang
...
TODO: need to revisit
2019-06-26 11:55:22 +01:00
3800ed8dd7
GIT: Removed unused file
2019-06-25 13:20:44 +01:00
be44dcaf1f
RELEASE: Version clean-up for release
2019-06-25 11:51:19 +01:00
51bb4e0037
STYLE: remove trailing spaces
2019-06-26 11:36:49 +02:00
9b0ff60320
STYLE: simplify return statement
2019-06-24 09:29:56 +02:00
e990c48bee
COMP: Resolved a couple of compiler warnings
2019-06-24 13:52:57 +01:00
53cf9e2182
STYLE: pressure FO - provided feedback re: which calculation mode is applied
2019-06-24 12:11:53 +01:00
b991188329
BUG: scalarBar range ignored in runTimePostProcessing
...
- was missing range setting for the colour lookup table
2019-05-30 12:02:56 +02:00
6f17d46b71
BUG: avoid memory leak caused by IOobjectList::filterObjects ( #1286 )
2019-05-01 17:22:52 +02:00
29f40170de
BUG: Sf field ignored for sumDirection operation ( fixes #1287 )
2019-04-16 18:32:07 +02:00
78e72563e3
BUG: inconsistent emissivity for externalWallHeatFlux ( fixes #1280 )
...
- the emissivity was ignored for 'hpTa' when there is no solid resistance
STYLE: adjust debug statement in externalWallHeatFlux
2019-04-12 10:24:38 +02:00
b4f1092b3a
BUG: snappyHexMesh: attraction distance mapping. Fixes #941 .
2019-04-10 10:34:50 +01:00
0db59d392e
Merge branch 'master' of develop.openfoam.com:Development/OpenFOAM-plus
2019-04-08 09:09:46 -07:00
72bf9a3558
ENH: Reducing tolerance for the cellVolumeWeight search
2019-04-08 09:08:07 -07:00
f79f79421c
BUG: ensight writer using incorrect first mesh time ( fixes #1273 )
...
- used fallback of 0 instead of the results time.
This discrepancy caused the case file to have two timesets that
only differed by the first (incorrect) entry.
2019-04-08 16:58:47 +02:00
4f052ac95f
STYLE: missing inline specifier ( #1263 )
2019-04-01 07:51:54 +02:00
9be923fc56
BUG: PBiCGStab: check minIter. Fixes #1052 .
2019-03-27 16:29:52 +00:00