Commit graph

739 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
Hrvoje Jasak
3164a80459 Do not use UFinal in icoFoam 2019-07-30 11:44:34 +01:00
Hrvoje Jasak
8d9c6a9c79 Suppress Gcc-8 warnings and List copy. Danial Khazaei. 2019-07-18 15:11:40 +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
Danial Khazaei
4e8d74617b
[bugfix]: corrected APPBIN path for RichardsFoam solver. 2019-07-08 19:36:38 +04:30
Hrvoje Jasak
0a48479185 Updated name of turbulence library for immersed boundary 2019-06-20 16:02:08 +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
78276e48af Porting: strip register keyword 2019-04-25 14:00:49 +01:00
Hrvoje Jasak
178705132a Formatting and comments 2019-04-25 11:06:04 +01:00
Hrvoje Jasak
4da7aeee5e Porting: HAS_READLINE 2019-04-25 11:05:46 +01:00
Hrvoje Jasak
49124b24c2 Formatting 2019-04-03 11:05:08 +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
7de4822fce Transient coupled solvers for incompressible flows 2018-12-04 10:33:44 +00:00
Hrvoje Jasak
74f32afe0e Formatting 2018-12-04 10:28:58 +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
f9c325021f Simplification of the pimple IB solver: mesh update and flux correction 2018-10-11 16:47:58 +01:00
Hrvoje Jasak
f145691299 Update for parallel dynamic mesh 2018-09-26 17:26:09 +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
Hrvoje Jasak
c78f57ec2a Formatting 2018-08-23 09:47:56 +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
19794a6eba Immersed boundary moving mesh turbulence updates; fundamental IB patch field updates 2018-08-21 14:17:03 +01:00
Martin Beaudoin
1c5b0bc3cc ParaView plugin compilation: syntax adjustments for newer versions of CMake 2018-07-01 22:51:57 -04: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
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
5f51e7d2b8 Added transient solution support to coupled solvers 2018-06-18 11:19:54 +01:00
Hrvoje Jasak
80cfb06ca7 Better default cellSet size 2018-06-18 10:54:35 +01:00
Hrvoje Jasak
c7409a3e85 Write rho for post-processing in reactingFoam 2018-06-18 10:54:01 +01:00
Hrvoje Jasak
9b72c7e972 Clean-up of conjugate heat solvers 2018-06-18 10:53:43 +01:00
Hrvoje Jasak
9a8309a47c Generalise boundaryFoam for 2-D geometries 2018-06-18 10:53:14 +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