Hrvoje Jasak
a01fec1863
Overset AMG support. Final serial version
2019-09-20 13:19:29 +01:00
Hrvoje Jasak
550935482d
Removed debug Info
2019-09-20 11:47:36 +01:00
Hrvoje Jasak
89be468228
Overset AMG support. Teseted serial version
2019-09-16 19:05:41 +01:00
Hrvoje Jasak
9537d07c25
Formatting
2019-09-16 17:44:06 +01:00
Hrvoje Jasak
f5c2709b60
Use const iterators when rebuilding AMG interfaces
2019-09-13 18:58:37 +01:00
Hrvoje Jasak
8ef4f14738
Formatting
2019-09-13 18:58:13 +01:00
Hrvoje Jasak
1733b1515d
Removed fluxRequired
2019-09-10 17:58:06 +01:00
Hrvoje Jasak
119dc2f4b5
Fix turbulence model for immersed boundary: library renamed
2019-09-10 17:57:49 +01:00
Hrvoje Jasak
ca0414f99d
Comment
2019-09-09 19:26:38 +01:00
Hrvoje Jasak
d223d4f466
Formatting and scalarFieldFieldList
2019-09-09 19:26:02 +01:00
Hrvoje Jasak
874a994a5d
Change FatalErrorInFunction
2019-09-09 19:05:04 +01:00
Hrvoje Jasak
590f3ca7fd
Remove header - not needed
2019-09-09 19:04:14 +01:00
Hrvoje Jasak
6a16052b44
Formatting
2019-09-09 19:03:35 +01:00
Hrvoje Jasak
7c02da8ff7
scalarFieldField typedef
2019-09-09 19:03:00 +01:00
Hrvoje Jasak
159d419605
Remove header - not needed
2019-09-09 19:02:41 +01:00
Hrvoje Jasak
fd9fe5b025
Formatting
2019-09-09 19:01:30 +01:00
Hrvoje Jasak
07f85c76dd
Remove header - not needed
2019-09-09 19:01:14 +01:00
Hrvoje Jasak
326c61d8ab
Update mapping of cell data on unrefinement to include all neighbours
2019-09-09 15:06:20 +01:00
Hrvoje Jasak
814f3de0a5
Formatting
2019-08-21 14:18:28 +01:00
Hrvoje Jasak
ed78eb6cd6
Formatting
2019-08-21 14:18:03 +01:00
Hrvoje Jasak
fabbdf0d56
Remove cpuTime tracking debug
2019-08-21 14:09:42 +01:00
Hrvoje Jasak
8b49921bf9
Change variable name to be different from min and max
2019-08-10 17:55:53 +01:00
Hrvoje Jasak
3164a80459
Do not use UFinal in icoFoam
2019-07-30 11:44:34 +01:00
Hrvoje Jasak
6fed6d347f
Merge branch 'nextRelease' of ssh://git.code.sf.net/p/foam-extend/foam-extend-4.0 into nextRelease
2019-07-30 11:42:38 +01:00
Hrvoje Jasak
0ed5f51ce2
Reading heat transfer coefficients in a porous zone is optional
2019-07-18 16:55:48 +01:00
Hrvoje Jasak
8d9c6a9c79
Suppress Gcc-8 warnings and List copy. Danial Khazaei.
2019-07-18 15:11:40 +01:00
Hrvoje Jasak
3800bf824d
fixed wrong usuage of find in etc/getVariables.py. Fabian Preiss.
2019-07-18 15:06:30 +01:00
Hrvoje Jasak
76e215946d
Bugfix for the testHarness runFunctions. Martin Beaudoin
2019-07-18 15:04:49 +01:00
Hrvoje Jasak
f44abc5368
Update the compilation of the nextRelease branch under macOS. Martin Beaudoin
2019-07-18 15:02:59 +01:00
Hrvoje Jasak
1f5b9fa132
Reverting to old (correct) consistency faceU calculation. Vuko Vukcevic.
2019-07-18 15:01:46 +01:00
Hrvoje Jasak
6c3a4880a4
Dual stream heat exchanger for porous media
2019-07-18 14:59:33 +01:00
Vuko Vukcevic
c762381f90
Bugfix in solutionControl
...
I made a mistake previously: in attempting to make the BC's fully consistent, I
completely messed up the faceU field which is needed for all transient moving
mesh simulations.
2019-07-18 15:23:59 +02:00
Hrvoje Jasak
baabe4700b
Clean-up of porous heat transfer
2019-07-17 10:37:18 +01:00
Martin Beaudoin
2f3cfc2e74
Merge branch 'nextRelease' into bugfix/nr/testHarness
2019-07-16 15:43:13 -04:00
Hrvoje Jasak
cac07ccaed
Fixed prefs for old openmpi version
2019-07-16 16:50:16 +02:00
Hrvoje Jasak
b33cc9e828
Added thermal support in the porous zone. Vanja Skuric
2019-07-16 16:32:54 +02:00
Martin Beaudoin
a2496c1388
Bugfix for the testHarness runFunctions:
...
When using the '-l' option for the runApplicationAndReportOnError macro in the tutorials Allrun files,
the default log filename will be overriden. In case of a runtime error for a testHarness test, we
need to dump the last 50 lines from this filename instead of using the default log filename.
2019-07-15 23:13:43 -04:00
Hrvoje Jasak
957e6abe8c
Added ucx spec
2019-07-15 12:38:13 +02:00
Hrvoje Jasak
721eb55b35
Merge branch 'nextRelease' of ssh://git.code.sf.net/p/foam-extend/foam-extend-4.0 into nextRelease
2019-07-15 12:37:41 +02:00
Martin Beaudoin
e9bcc97355
ThirdParty: minor adjustments under macOS 10.14.5 for the compilation of ParMGridGen-1.0 and metis-5.1.0.
...
The environment variable $CC has to be written between double-quotes when using it as a make command-line parameter for CC.
2019-07-11 17:05:45 -04:00
Martin Beaudoin
fd0e75b822
ThirdParty: libccmio. Usual adjustments when moving to a newer version of macOS/OSX. In this case, macOS 10.14.5 (darwin18)
2019-07-11 17:00:12 -04: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
baf1bbd90d
Better overset assembly controls in validation suite case. Vuko Vukcevic
2019-07-11 15:38:41 +01:00
Vuko Vukcevic
08e4545f1c
Updated oversetMeshDict file for validationSuite NACA case
2019-07-11 15:58:24 +02:00
Hrvoje Jasak
52072b3296
Consistent velocity reconstruction with moving meshes. Vuko Vukcevic
2019-07-11 14:48:12 +01:00
Vuko Vukcevic
8e70e3fb53
Bugfix: consistent velocity reconstruction
...
Make fluxes relative before correcting velocity boundary conditions and call
correct boundary conditions before interpolating and storing the values in the
faceU field.
2019-07-11 15:13:59 +02:00
Hrvoje Jasak
1416e3c96c
Additional overset fringe strategy. Vuko Vukcevic
...
cuttingPatchFringe (based on cutting patches)
2019-07-11 13:42:23 +01:00
Vuko Vukcevic
4203848450
Merge branch 'feature/donorBasedOverlapFringe' of ssh://git.code.sf.net/u/vvukcevic/foam-extend-4.0-vv into feature/donorBasedOverlapFringe
2019-07-11 14:36:18 +02:00
Hrvoje Jasak
c862d507ae
DLB and AMR fixes and additional developments. Vuko Vukcevic
2019-07-11 11:51:08 +01:00
Vuko Vukcevic
907c80509d
Added comment in PrimitivePatchMeshData
...
Regarding usage of unsorted variant of meshPoints.
2019-07-11 12:44:40 +02:00