Commit graph

2237 commits

Author SHA1 Message Date
Hrvoje Jasak
407760308d Allow PAMG to be used for larger processor pieces 2014-09-30 13:26:33 +01:00
Hrvoje Jasak
65a19e8d07 Robustness change: empty face 2014-09-30 13:25:58 +01:00
Hrvoje Jasak
8166e39e54 Formatting 2014-09-30 13:25:58 +01:00
Hrvoje Jasak
be2ecaad3b Removed empty line 2014-09-30 13:25:58 +01:00
Hrvoje Jasak
a06d78d48b Formatting 2014-09-30 13:25:57 +01:00
Hrvoje Jasak
b9497d6460 Type 2014-09-30 13:25:57 +01:00
Hrvoje Jasak
50f2b4bb99 Formatting 2014-09-30 13:25:57 +01:00
Dominik Christ
6c43057f27 BUGFIX: The polyMesh is now picked up from constant/setSubset directory; before subsetting had no effect on mesh. Author: Dominik Christ. Merge: Dominik Christ. 2014-09-19 15:50:48 +01:00
Dominik Christ
d7645d2af6 BUGFIX: Changed MRFZone algorithm so it works only on wall patches instead of all non-coupled, non-empty patches, which caused problems on inlets and outlets in MRF zone. Author: Dominik Christ. Merge: Dominik Christ. 2014-09-19 15:49:38 +01:00
Dominik Christ
3a22faaa90 BUGFIX: The polyMesh is now picked up from constant/setSubset directory; before subsetting had no effect on mesh. Author: Dominik Christ. Merge: Dominik Christ. 2014-09-19 13:21:02 +01:00
Dominik Christ
5e2c924773 BUGFIX: Changed MRFZone algorithm so it works only on wall patches instead of all non-coupled, non-empty patches, which caused problems on inlets and outlets in MRF zone. Author: Dominik Christ. Merge: Dominik Christ. 2014-09-19 13:20:13 +01:00
Dominik Christ
e4f05428e7 New MRFZone algorithm ignores all non-wall patches 2014-09-19 13:16:54 +01:00
Dominik Christ
12be090e3a Changed tutorial so mesh subset has an effect 2014-09-17 10:20:35 +01:00
Dominik Christ
05e6bdc778 BUGFIX: Change to setSet.batch to make MRF zone smooth. Author: Dominik Christ. Merge: Dominik Christ. 2014-09-12 11:35:19 +01:00
Dominik Christ
9128f94c0d BUGFIX: Change to setSet.batch to make MRF zone smooth. Author: Dominik Christ. Merge: Dominik Christ. 2014-09-12 11:33:19 +01:00
Dominik Christ
88993965c2 Adjusted setSet.batch to produce smooth MRF zone side 2014-09-12 11:29:57 +01:00
Dominik Christ
07c2f7b260 Bugfix relocates iEqn/hEqn to outside of p/U-system. Otherwise Urel is calculated explicitly from U before U is corrected in pEqn. Author: Dominik Christ. Merge: Dominik Christ 2014-09-12 09:59:09 +01:00
Dominik Christ
cd59938f3a Bugfix relocates iEqn/hEqn to outside of p/U-system. Otherwise Urel is calculated explicitly from U before U is corrected in pEqn. Author: Dominik Christ. Merge: Dominik Christ 2014-09-11 18:07:49 +01:00
Dominik Christ
fdbe471727 BUGFIX: U and Urel were different with omega=0 2014-09-11 17:55:19 +01:00
Dominik Christ
21f678bc37 Avoid core dump when flux-dependent bcs are evaluated in absence of flux. Author: Hrvoje Jasak. Merge: Dominik Christ. 2014-08-15 13:25:41 +01:00
Dominik Christ
a5b0d2cad1 Clean-up of code indentation and comments. Author: Hrvoje Jasak. Merge: Dominik Christ. 2014-08-15 13:25:21 +01:00
Dominik Christ
44eafe013a Switching compressible MRF solvers from enthalpy to rothalpy. Author: Hrvoje Jasak. Merge: Dominik Christ. 2014-08-15 13:23:37 +01:00
Dominik Christ
7b05f67822 Avoid core dump when flux-dependent bcs are evaluated in absence of flux. Author: Hrvoje Jasak. Merge: Dominik Christ. 2014-08-15 11:51:37 +01:00
Dominik Christ
98ce366827 Clean-up of code indentation and comments. Author: Hrvoje Jasak. Merge: Dominik Christ. 2014-08-15 11:48:49 +01:00
Dominik Christ
ebfe7268b9 Switching compressible MRF solvers from enthalpy to rothalpy. Author: Hrvoje Jasak. Merge: Dominik Christ. 2014-08-15 11:45:07 +01:00
Hrvoje Jasak
f06b77fedc Clean-up and comments 2014-08-15 10:16:13 +01:00
Hrvoje Jasak
fba59ef62a Safe evaluation in absence of flux field 2014-08-15 10:15:17 +01:00
Hrvoje Jasak
b155c2bbde Switching to rothalpy equation for compressible MRF 2014-08-15 10:13:25 +01:00
Hrvoje Jasak
fcc4b2b305 Switching to rothalpy equation for compressible MRF 2014-08-15 10:13:05 +01:00
Hrvoje Jasak
ffb866bb9a Added rothalpy support in boundary conditions 2014-08-15 10:12:45 +01:00
Dominik Christ
0283362119 BUGFIX: In parallel run, if no cells are on a processor, min() returns no ::max instead of ::zero and max() returns ::min instead of ::zero. Author: Pablo Higuera. Merge: Dominik Christ. 2014-08-07 13:45:31 +01:00
Dominik Christ
c5a2b9d772 BUGFIX: In parallel run, if no cells are on a processor, min() returns no ::max instead of ::zero and max() returns ::min instead of ::zero. Author: Pablo Higuera. Merge: Dominik Christ. 2014-08-07 11:59:41 +01:00
Dominik Christ
346a19c3c9 If no cells on processor, min() returns ::max instead of ::zero; same fix for max() 2014-08-07 11:45:23 +01:00
Dominik Christ
6851acebb0 FEATURE: Reorganization of block-solver code, moves VectorN into finiteVolume. New solvers pUCoupledFullPicardFoam and pUCoupledSemiPicardFoam. Author: Vuko Vikcevic. Merge: Dominik Christ. 2014-08-01 16:04:35 +01:00
Dominik Christ
52fa58a6b7 FEATURE: Changes to fvSolution settings for pUCoupled tutorial improving performance. Author: Klas Jareteg. Merge: Dominik Christ. 2014-08-01 15:50:10 +01:00
Dominik Christ
5badbed88d FEATURE: Updates for fixedFluxPressure to handle cell and face-based diffusivity in the pressure equation. Author: Hrvoje Jasak. Merge: Dominik Christ. 2014-08-01 15:49:19 +01:00
Dominik Christ
42c3e5f7c3 FEATURE: Strictly bounded "01" version of Superbee scheme, including Deferred correction "DC". Author: Hrvoje Jasak. Merge: Dominik Christ 2014-08-01 15:47:52 +01:00
Dominik Christ
7f26c1b7c3 BUGFIX: New blockMesh can create mixing plane BC directly. Removed a-posteriori change of boundary definition from Allrun, updated Allclean and removed boundary.preconfigured from tutorials. Author: Dominik Christ. Merge: Dominik Christ 2014-08-01 15:47:01 +01:00
Dominik Christ
4ae159a96c BUGFIX: Correct interpolation of point data on processor boundaries after parallel topological changes. Author: Zeljko Tukovic. Merge: Dominik Christ. 2014-08-01 15:38:56 +01:00
Dominik Christ
5144673533 BUGFIX: Updated wmake/rules for compilation with ICC 14. Author: Hrvoje Jasak. Merge: Dominik Christ. 2014-08-01 15:38:35 +01:00
Dominik Christ
587173521b BUGFIX: Fixed typos and formatting in ReleaseNotes file. Author: Hrvoje Jasak. Merge: Dominik Christ. 2014-08-01 15:38:12 +01:00
Dominik Christ
01ed8b1c83 BUGFIX: Bumped version number in ReleaseNotes and updated links to SourceForce pages. Author: Hakan Nilsson. Merge: Dominik Christ. 2014-08-01 15:37:51 +01:00
Hrvoje Jasak
49a6c80191 Performance improvements on block-coupled solver tutorial 2014-08-01 15:34:02 +01:00
Hrvoje Jasak
7342cc2649 Updates for fixedFluxPressure to handle cell and face-based diffusivity in the pressure equation 2014-08-01 15:33:26 +01:00
Hrvoje Jasak
cb5fe4e682 01 and 01DC for SuperBee 2014-08-01 15:32:27 +01:00
Dominik Christ
0387b0be1e BUGFIX: New blockMesh can create mixing plane BC directly. Removed a-posteriori change of boundary definition from Allrun, updated Allclean and removed boundary.preconfigured from tutorials. Author: Dominik Christ. Merge: Dominik Christ 2014-08-01 13:57:05 +01:00
Dominik Christ
95b418a1ff Modified Allrun in mixing plane cases 2014-08-01 13:47:42 +01:00
Dominik Christ
84238c1d35 FEATURE: Block solve reorganisation 2014-08-01 12:29:37 +01:00
Dominik Christ
79616c2fc8 BUGFIX: Correct interpolation of point data on processor boundaries after parallel topological changes. Author: Zeljko Tukovic. Merge: Dominik Christ. 2014-08-01 12:21:48 +01:00
Dominik Christ
13b8fde0ae BUGFIX: Updated wmake/rules for compilation with ICC 14. Author: Hrvoje Jasak. Merge: Dominik Christ. 2014-08-01 12:21:32 +01:00