Hrvoje Jasak
7ea4631c84
Stability fix: hinv inverse of truly singular tensors
2019-03-22 11:49:53 +00:00
Hrvoje Jasak
2fea87c674
Bugfix and improvement in interpolateXY function that returns a field. Vuko Vukcevic
2019-02-13 15:51:10 +00:00
Hrvoje Jasak
9c8f3f6649
Minor fixes: postfixedSubRegistry and non-contiguous lists indentation. Henrik Rusche
2019-02-13 15:42:47 +00:00
Hrvoje Jasak
4311ba296a
GCC8 compatibility improvements. Cumulative improvment on gcc8 compliance. Added support for openmpi version 4.0.0 Updated cfMesh library to latest version. Author: Danial Khazaei
2019-02-13 15:25:42 +00:00
Hrvoje Jasak
396997c0ae
BUGFIX: Compile WM_LABEL_SIZE=64 (final). Author: Henrik Rusche.
2019-02-13 15:17:29 +00:00
Hrvoje Jasak
9b5826bf88
Merge branch 'nextRelease' of ssh://git.code.sf.net/p/foam-extend/foam-extend-4.0 into nextRelease
2019-02-13 14:38:06 +00:00
Hrvoje Jasak
76d57ed7fd
Added syncPar switch to enable/disable parallel comms in polyMesh
2019-02-13 14:35:33 +00:00
Henrik Rusche
f000c7f6b8
List<label> -> labelList and simiar throughout
2019-02-04 21:58:51 +01:00
Henrik Rusche
951ca591e8
Fixes to avoid changing the operators in the control switches
2019-02-04 21:58:51 +01:00
Henrik Rusche
923fee738e
BUGFIX: Compile WM_LABEL_SIZE=64
2019-02-04 21:58:51 +01:00
Danial Khazaei
0803bdbe20
Bugfix: fixed the compiler can assume that the address of ‘t’ will never be NULL warning [-Waddress]
2019-01-31 17:33:45 +03:30
Hrvoje Jasak
e1837adbf8
Cumulative development and fixes. Vuko Vukcevic.
2019-01-30 14:46:17 +00:00
Hrvoje Jasak
c6babd359a
Update to c++-11 standard: nullptr and compilation flags
2019-01-25 16:22:44 +00:00
Henrik Rusche
a18d10c0aa
BUGFIX: new inletOutlet breaks with postfixedSubRegistry
2019-01-03 17:01:32 +01:00
Henrik Rusche
e114bb940d
STYLE: Enable indentation for short non-contiguous lists
2018-12-30 16:06:11 +01:00
Vuko Vukcevic
d078a84815
Bugfix in GeometricField::storeOldTimes
...
Need to update timeIndex_ regardless whether the old field has been found.
2018-12-06 16:20:21 +01:00
Hrvoje Jasak
c96d019db1
Possible bug fixes in stream flushing for mesh objects
2018-12-04 10:34:31 +00:00
Hrvoje Jasak
35e0a53d62
Bugfix: Reading of zone meshes in parallel; load balancing
2018-11-08 19:32:34 +00:00
Hrvoje Jasak
f60da6ec49
Bugfix: operator= for PtrList needs to check if source pointers are set
2018-10-24 16:51:48 +01:00
Hrvoje Jasak
2ef8bbb6b7
Clean-up of default copy constructors for polyPatches - copy constructor needed
2018-10-18 19:17:14 +01:00
Hrvoje Jasak
dace0ac19d
Merge branch 'nextRelease' of ssh://git.code.sf.net/p/foam-extend/foam-extend-4.0 into nextRelease
2018-09-26 17:27:29 +01:00
Hrvoje Jasak
c6460044b2
Bugfix: double execution of function objects per time-step
2018-09-26 17:26:40 +01:00
Hrvoje Jasak
32d3595ded
PLB with particles + accumulated bugfixes/backports. Author: Henrik Rusche.
2018-09-25 12:30:18 +01:00
Henrik Rusche
05e7057e4d
Backward compatibility and erroneous comment in DiagTensor
2018-09-25 09:12:59 +02:00
Henrik Rusche
8d356e7456
PLB with clouds
2018-09-25 09:12:53 +02:00
Vuko Vukcevic
9b48a244ab
Bugfix and improvement in interpolateXY template
...
1. Bugfix: template instantiation failed for anything except scalar for function
returning Field<Type> because the author used scalarField instead of
Field<Type> to calculate interpolated values.
2. Improvement: returning tmp<Field<Type> > instead of Field<Type> to avoid
copying.
2018-09-24 16:57:22 +02:00
Vuko Vukcevic
02bc8b5f69
Bugfix in MixingPlaneInterpolation due to recent GGI updates
...
MixingPlaneInterpolation is actually implemented in terms of GGIIinterpolation
and that one now has handling of partially overlapping faces (needed for bridge
overlap option). There's a tolerance GGIUncoveredFaceAreaTol (defaults to 0.999)
which needs to be set to 0 in case of Mixing Plane to properly re-scale the
weights. This is now done in MixingPlaneInterpolation.
2018-08-31 14:38:15 +02:00
Vuko Vukcevic
b4f9cbd029
Bugfix: missing updateMesh call for function objects
...
Function object updates on topo changes are now properly handled
2018-08-30 16:27:35 +02:00
Hrvoje Jasak
23ad1613aa
Porting: added missing foamTime.H header
2018-08-23 09:49:11 +01:00
Hrvoje Jasak
64ef3b387f
Merge branch 'nextRelease' of ssh://git.code.sf.net/p/foam-extend/foam-extend-4.0 into nextRelease
2018-08-21 14:59:29 +01:00
Hrvoje Jasak
45eb621334
Formatting
2018-08-10 13:26:47 +01:00
Hrvoje Jasak
adac44fc7e
Fixing compilation errors gcc 8.1. Author: Martin Beaudoin. Merge: Hrvoje Jasak.
2018-07-28 13:51:43 +01:00
Hrvoje Jasak
5d3a0cef95
ThirdParty package updates. Author: Martin Beaudoin. Merge: Hrvoje Jasak.
2018-07-28 13:50:43 +01:00
Martin Beaudoin
2b9049af90
Correction for newer (and older) versions of gcc: You throw by value, you catch by reference.
...
A second correction was needed.
2018-07-23 16:45:39 +00:00
Martin Beaudoin
9ed4526742
Correction for newer (and older) versions of gcc: You throw by value, you catch by reference.
2018-07-23 16:18:31 +00:00
Hrvoje Jasak
304d230d1a
Fixed evaluation problem when regionCoupling is inactive
2018-07-06 10:08:24 +01:00
Martin Beaudoin
6aba1630ed
Minor corrections for compiling under macOS High Sierra (10.13.5) using
...
the stock compiler Apple LLVM version 9.1.0 (clang-902.0.39.2)
2018-06-24 22:15:40 -04:00
Hrvoje Jasak
61b494c16c
Merge branch 'nextRelease' of ssh://git.code.sf.net/p/foam-extend/foam-extend-4.0 into nextRelease
2018-06-18 11:25:39 +01:00
Hrvoje Jasak
7a848fd050
Remove swig support ifdefs
2018-06-18 11:12:55 +01:00
Henrik Rusche
b23dfb3284
Fixing compilation on MSWindows
2018-06-13 10:48:01 +02:00
Henrik Rusche
58290b37f5
BUGFIX: Mess in dlTables and use of OSspecific
2018-06-06 22:19:19 +02:00
Henrik Rusche
6ffa6e9cb4
BUGFIX: Re-enable FO's movePoints
2018-06-06 17:57:35 +02:00
Henrik Rusche
6eb6f12071
Merge /u/henrus/foam-extend-4.0/ branch bugfix/swak4foam into nextRelease
...
https://sourceforge.net/p/foam-extend/foam-extend-4.0/merge-requests/54/
2018-06-06 12:35:52 +00:00
Henrik Rusche
fc7de48319
Removing trailing whitespace, tabs and DOS CR & Fixing some indentation
2018-06-01 18:17:04 +02:00
Henrik Rusche
4b4be75c2b
Upgrade copyright notices & banner in source code
2018-06-01 18:11:37 +02:00
Henrik Rusche
1ef48646b9
Merge branch 'feature/cmake' into nextRelease
2018-06-01 18:03:24 +02:00
Henrik Rusche
ad762e6c69
Changes to make CMake work with release candidate
2018-05-29 22:56:52 +02:00
Hrvoje Jasak
e435bf40f6
Change top-level AMG solver settings: minIter = 0 and reset top x in each call
2018-05-27 16:25:14 +02:00
Hrvoje Jasak
facf4bc864
Robustness improvement on top block AMG level
2018-05-25 10:23:32 +01:00
Hrvoje Jasak
c0003d35e6
Updated coarse level solver AMG debug flags
2018-05-24 16:19:40 +01:00