Commit graph

357 commits

Author SHA1 Message Date
Hrvoje Jasak
326c61d8ab Update mapping of cell data on unrefinement to include all neighbours 2019-09-09 15:06:20 +01:00
Hrvoje Jasak
ed78eb6cd6 Formatting 2019-08-21 14:18:03 +01:00
Martin Beaudoin
6a68bc39c7 foamToTecplot360: adjusting the compilation under macOS 10.14.5 (64 bits).
The compilation constant MAC64 is necessary for the proper definition of integer types like UInt64_t,
                  UInt32_t, and ArbParam_t
2019-07-11 16:45:54 -04:00
Hrvoje Jasak
21de351fe2 Updates to fvcReconstruct and Overset include files. Vuko Vukcevic 2019-07-11 08:54:58 +01:00
Hrvoje Jasak
9ca9cabbac Added creation of dead cell set 2019-06-18 16:39:41 +01:00
Vuko Vukcevic
a5a326a83b Update to extrudeMesh.C
Use default mergeTolerance of 1e-4 to have backward compatibility with the
tutorials.
2019-06-13 15:14:49 +02:00
Hrvoje Jasak
d5167a6d5d Update handling of merge tolerance 2019-06-02 17:49:26 +01:00
Hrvoje Jasak
4da7aeee5e Porting: HAS_READLINE 2019-04-25 11:05:46 +01:00
Hrvoje Jasak
5fce429505 Improved immersed boundary quality check 2019-03-13 12:17:43 +00:00
Hrvoje Jasak
a9ed8c0a8f Bugfix: additionaArgs is no longer a reference 2019-02-14 17:13:56 +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
6104042c17 Fix formatting in output 2019-02-13 10:53:17 +00:00
Danial Khazaei
d2bc2468c7
format: make cfMesh banner consistent and removed trailing whitespace 2019-02-05 07:38:23 +03:30
Henrik Rusche
f000c7f6b8 List<label> -> labelList and simiar throughout 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
5f08a2f90a
Bugfix: update cfMesh to v1.1 which fixes self-comparison always evaluates to false [-Wtautological-compare] 2019-01-31 17:52:39 +03:30
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
Danial Khazaei
9c81a37a62
CXX-syntax: updated tecio c++ casting style to suppress [-Wold-style-cast] 2019-01-31 17:20:44 +03:30
Hrvoje Jasak
c6babd359a Update to c++-11 standard: nullptr and compilation flags 2019-01-25 16:22:44 +00:00
Hrvoje Jasak
4ec6684c03 Added region support 2018-12-04 10:28:48 +00:00
Hrvoje Jasak
7d5a3f22f3 Extra checks: face with no cell 2018-11-08 19:30:29 +00:00
Hrvoje Jasak
ce296a9354 Added region option to setFields utility 2018-10-24 17:32:45 +01:00
Hrvoje Jasak
6b09536c33 Merged volume continuity check files 2018-10-12 10:37:05 +01:00
Hrvoje Jasak
5aeb7d036b Bugfix: Fix writing of gamma before boundary was set 2018-09-06 18:34:14 +01:00
Hrvoje Jasak
2c007a1404 Bugfix: add global point patch. Zeljko Tukovic 2018-08-28 14:37:27 +01:00
Martin Beaudoin
1c5b0bc3cc ParaView plugin compilation: syntax adjustments for newer versions of CMake 2018-07-01 22:51:57 -04:00
Hrvoje Jasak
6cdc361218 Fixed heat flux temperature BC for buoyant solvers. Author: Vuko Vukcevic. Merge: Hrvoje Jasak 2018-06-18 11:27:31 +01: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
80cfb06ca7 Better default cellSet size 2018-06-18 10:54:35 +01:00
Vuko Vukcevic
b4a7a0e33f buoyantWallHeatFlux utility
Variant of wallHeatFlux utility for incompressible flow with Boussinesq's
buoyancy assumption (e.g. buoyantBoussinesqSimpleFoam).
Reports total wall heat flux on each wall and also writes buoyantWallHeatFlux
as volScalarField for easy visualisation.
2018-06-14 08:42:23 +02: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
7b6ce1ff7c Enable overset & Patched up more tutorials for CMake build 2018-06-01 17:59:13 +02:00
Henrik Rusche
5c4b068ebe Enabled PV Reader compilation with cmake AND wmake build 2018-05-29 22:56:59 +02:00
Henrik Rusche
56d6a9c3cd Deleted extrudeModels from extrudeMesh app (lib exists) 2018-05-29 22:56:59 +02:00
Henrik Rusche
ad762e6c69 Changes to make CMake work with release candidate 2018-05-29 22:56:52 +02:00
Henrik Rusche
d1128a1056 Added libCCMIO 2018-05-23 15:27:30 +02:00
Robert Keser
0affdbfe19 Transition to cmake build system (added dbns and minor changes) 2018-05-23 15:27:30 +02:00
Henrik Rusche
3abb7c9f7b Enabled paraview plugin and out-of-source compilation 2018-05-23 15:27:30 +02:00
Henrik Rusche
48926a792f Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
Henrik Rusche
1be2b28a4b Removed duplicate library / utility 2018-05-23 15:23:51 +02:00
Hrvoje Jasak
d164eca378 Removed unnecessary syncUpdate 2018-05-21 09:37:00 +01:00
Hrvoje Jasak
fb7b68c662 Fix problems with map reading and pointMesh 2018-05-16 20:27:58 +01:00
Hrvoje Jasak
7a54aeb99b Merge branch 'feature/JasakDevelopment' into nextRelease 2018-05-15 12:00:02 +01:00
Hrvoje Jasak
744ea0ae1f Merge branch 'dynamicLoadBalancing' into development 2018-05-15 10:57:09 +01:00
Hrvoje Jasak
0469dc6287 Formatting 2018-05-11 18:33:27 +01:00
Hrvoje Jasak
41829c7a53 Field mapping for patch reset 2018-04-24 19:04:02 +01:00
Hrvoje Jasak
0593acefeb DecomposeReconstruct rewrite 2018-03-19 07:44:16 +00:00
Hrvoje Jasak
eb657a3e67 Cumulative development by Vuko Vukcevic. 2018-03-01 10:22:40 +00:00