Commit graph

1005 commits

Author SHA1 Message Date
Hrvoje Jasak
fbfbb8c8d2 Constraints handling update 2013-10-10 10:52:45 +01:00
Hrvoje Jasak
834311e8e9 Formatting 2013-10-10 10:52:32 +01:00
Hrvoje Jasak
c78ea81137 Transformation missing: GGI bug gix 2013-10-10 10:52:01 +01:00
Hrvoje Jasak
36a9847c94 Comment 2013-10-10 10:51:17 +01:00
Henrik Rusche
9f8cf26779 Adapt turbulent BCs to postFixedObjReg 2013-10-10 00:32:41 +02:00
Hrvoje Jasak
10f4bb9c94 Bug in resetting coeff arrays 2013-10-09 16:24:43 +01:00
Hrvoje Jasak
74630e76e2 Bug fix: missing size before mapping 2013-09-30 11:13:23 +01:00
Henrik Rusche
ffe78c66d8 ENH: Make attachDetach operational for zones that end within the domain 2013-09-30 11:14:52 +02:00
Dominik Christ
c046162390 Compilation update 2013-09-18 14:24:15 +01:00
Hrvoje Jasak
30b35bab83 gcc-4.8 compilation updates. Andreas Feymark 2013-09-18 09:19:52 +01:00
Hrvoje Jasak
5a18de14fb Icc compiler: template statics initialisation 2013-09-17 16:05:04 +01:00
Henrik Rusche
abdb73255b Merge remote-tracking branch 'origin/nr/multiSolverFix' into nextRelease 2013-08-30 12:13:34 +02:00
Henrik Rusche
b3c75bcab5 Merge remote-tracking branch 'origin/nr/equationReaderFix' into nextRelease 2013-08-30 12:12:42 +02:00
David L. F. Gaden
03ca11b05d Corrected Allwmake 2013-08-29 17:08:27 -05:00
David L. F. Gaden
9630e8099e Update multiSolver libraries 2013-08-29 17:04:32 -05:00
David L. F. Gaden
fc88b447ce Corrected files going to FOAM_APPBIN 2013-08-29 15:23:26 -05:00
David L. F. Gaden
031c1b07e3 Imported new equationReader 2013-08-29 15:03:52 -05:00
David L. F. Gaden
d36caeaa10 Removed old equationReader 2013-08-29 14:59:46 -05:00
Henrik Rusche
9881701238 Reverting erroneous Make file 2013-08-29 15:22:29 +02:00
Hrvoje Jasak
6caa9b34cb Fixed wrong dimension set in steady state ddt corrector 2013-08-26 20:48:25 +01:00
Hrvoje Jasak
668c0ae614 Clean-up of profiling code 2013-08-26 12:18:13 +01:00
Hrvoje Jasak
5c2c9f6bdc Clean-up of profiling code 2013-08-26 12:17:20 +01:00
Hrvoje Jasak
244849fac2 Profiling update, Bernhard Gscheider 2013-08-26 12:00:13 +01:00
Hrvoje Jasak
a47a1b5577 Safe execution when phi is not present 2013-08-26 11:59:53 +01:00
Hrvoje Jasak
4c3ca4097c Merge remote-tracking branch 'remotes/origin/bgschaid/minorAdditions' into nextRelease
Conflicts:
	src/OpenFOAM/matrices/blockLduMatrix/BlockLduMatrix/BlockLduMatrixATmul.C
2013-08-22 17:15:23 +01:00
Hrvoje Jasak
d143ebc16b Solid motion compilation issues 2013-08-21 16:38:53 +01:00
Hrvoje Jasak
f919724996 Compilation of solid body motion 2013-08-20 11:45:42 +01:00
Hrvoje Jasak
83f7e9aab2 Mixing plane update 2013-08-20 11:43:04 +01:00
Hrvoje Jasak
f475e7e958 Removed unnecessary cast 2013-08-20 11:42:53 +01:00
Hrvoje Jasak
caf64c6c10 Safe return in absence of required fields 2013-08-20 11:42:36 +01:00
Bernhard F.W. Gschaider
1ef994d85c Adding some comments to profiling-stuff
--HG--
branch : bgschaid/minorAdditionsBranch
2013-08-20 00:30:38 +02:00
Philippose Rajan
d72a1a1128 Missing library: solidBodyMotion.... added back to the file: src/dynamicMesh/meshMotion/Allwmake 2013-08-16 05:57:25 +02:00
Henrik Rusche
460ffb67a6 Merge remote-tracking branch 'origin/nr/HakanNilssonRH6' into nextRelease
Conflicts:
	src/Allwmake
2013-08-15 11:55:26 +02:00
Dominik Christ
5d2e6afc90 bugfix in PAMG policy 2013-08-15 09:57:56 +01:00
Hrvoje Jasak
82ddb504b5 Minor bug fixes 2013-08-14 15:29:04 +01:00
Hrvoje Jasak
72ceefd891 Eigen-vector calculation bug fix and speed improvement 2013-08-14 12:55:35 +01:00
Hrvoje Jasak
ae6b76038f Block multiplication bug fix 2013-08-14 12:54:34 +01:00
Håkan Nilsson
5da1f509bc Added semicolon at end of line 2013-08-14 09:23:07 +02:00
Håkan Nilsson
55857bf6ab Removed first compilation of solidBodyMotion, since it will produce an error, and since it is compiled later anyway 2013-08-14 09:15:44 +02:00
Håkan Nilsson
666d57bebb Moved compilation of multiSolver since it needs lfiniteVolume.so 2013-08-14 09:01:53 +02:00
Hrvoje Jasak
1a0318c0ca Tet fem reorganisation 2013-08-13 16:01:45 +01:00
Hrvoje Jasak
bfa51c9392 Removed unnecessary scoping 2013-08-13 15:30:52 +01:00
Hrvoje Jasak
abe4baf9d9 Formatting 2013-08-13 15:30:27 +01:00
Hrvoje Jasak
004a2db58c solutionDict lookup 2013-08-13 15:29:40 +01:00
Hrvoje Jasak
a4238ec89b I/O handling fixes 2013-08-13 15:29:19 +01:00
Bernhard F.W. Gschaider
4aaa1d47e6 Adding profiling in additional places
--HG--
branch : bgschaid/minorAdditionsBranch
2013-08-12 19:25:59 +02:00
Bernhard F.W. Gschaider
5752fd65ba Application level profiling proposed in
http://www.cfd-online.com/Forums/openfoam-bugs/64081-feature-proposal-application-level-profiling.html

--HG--
branch : bgschaid/minorAdditionsBranch
2013-08-12 18:37:17 +02:00
Bernhard F.W. Gschaider
6b15791cc7 Merge before going on
--HG--
branch : bgschaid/minorAdditionsBranch
2013-08-09 11:27:55 +02:00
Dominik Christ
062cac462c Merge branch 'nr/DominikChrist' into nextRelease 2013-07-19 13:52:25 +01:00
Dominik Christ
713ad94af0 Remove compiling error in magLongDelta 2013-07-19 11:17:25 +01:00
Bernhard F.W. Gschaider
72c243a96f Merge
--HG--
branch : bgschaid/minorAdditionsBranch
2013-07-19 00:36:27 +02:00
Bernhard F.W. Gschaider
c7121e7df2 BUGFIX: For the diagonal the size of the upper Matrix coefficients was used which led to an 'out of range'-error
--HG--
branch : bgschaid/minorAdditionsBranch
2013-07-18 23:59:38 +02:00
Henrik Rusche
28ec694f9d STYLE: Quenching compiler warning -- mainly unused variables 2013-07-18 19:30:25 +02:00
Henrik Rusche
c2bb0955cd BUGFIX: Variables not updated inside if-statement 2013-07-18 19:28:34 +02:00
Henrik Rusche
8141282b1d Convert tabs to fours spaces systematically 2013-07-18 10:50:29 +02:00
Henrik Rusche
3241862b6c Remove trailing whitespace systematically 2013-07-18 10:15:54 +02:00
Dominik Christ
c75070a136 Merging changes from nr/HenrikRusche -- part 2 2013-07-17 15:04:12 +01:00
Dominik Christ
03c8dee5bc Merged changes from nr/HenrikRusche 2013-07-17 14:57:27 +01:00
Henrik Rusche
8b78d3b403 magLongDistance clean-up 2013-07-17 14:56:16 +02:00
Bernhard F.W. Gschaider
b07fe1c69f Merge
--HG--
branch : bgschaid/minorAdditionsBranch
2013-07-15 20:55:01 +02:00
Bernhard F.W. Gschaider
4842e3ba80 Wrong method called (only revealed when compiling swak)
--HG--
branch : bgschaid/minorAdditionsBranch
2013-07-15 20:45:08 +02:00
Henrik Rusche
44e35ccba3 Enable layer addition for face zone that are wrapped around a cell 2013-07-12 11:54:57 +02:00
Henrik Rusche
306f7e22ce BACKPORT: view factor radiation model 2013-07-12 11:54:57 +02:00
Henrik Rusche
debfe4a1a2 BUGFIX: Enable reference/delta detection in initInterfaceMatrixUpdate/updateInterfaceMatrix 2013-07-12 11:54:56 +02:00
Henrik Rusche
43b9f45f20 Enable access to cell-based Cp from basicThermo 2013-07-12 11:54:56 +02:00
Henrik Rusche
2c62626310 R/W access to matrixUpdateBuffer & remoteFieldName 2013-07-12 11:54:56 +02:00
Martin Beaudoin
8b10bfb4d5 Treat lookupClass as a template. Recent version of Clang/LLVM were choking on this 2013-07-11 20:20:24 -04:00
Henrik Rusche
fee3998d24 BUG: send-receive addressing could be recalculated asymmetrically in parallel
ENH: Avoid recalculation off addressing on plain attach/detach
2013-07-11 16:01:42 +02:00
Henrik Rusche
78d73c3278 BUG: skewCoeff not reduces across processors 2013-07-11 12:37:47 +02:00
Henrik Rusche
d5326a7d27 Revert changes to regionCouplePolyPatch.C 2013-07-11 11:08:11 +02:00
Henrik Rusche
1e32d23da1 Revised fvMatrix::setReference 2013-07-11 11:08:11 +02:00
Dominik Christ
446176db14 Merge branch 'nextRelease' of ssh://git.code.sf.net/p/openfoam-extend/OpenFOAM-1.6-ext into nextRelease 2013-07-09 11:07:12 +01:00
Dominik Christ
2d4a625388 Removed some compile-time errors 2013-07-09 11:06:50 +01:00
Henrik Rusche
d222bcb22b STYLE: Remove unused variable and trailing whitespace 2013-07-08 15:42:36 +02:00
Dominik Christ
b6c16f1065 Merge remote-tracking branch 'origin/nr/HenrikRusche' into nextRelease 2013-07-08 13:58:39 +01:00
Dominik Christ
6aef940d91 Merge remote-tracking branch 'origin/feature/multisolver' into nextRelease 2013-07-08 13:51:44 +01:00
Dominik Christ
e83d2551fc Merge remote-tracking branch 'origin/feature/mesquiteHexPrismSupport' into nextRelease
Conflicts:
	src/dynamicMesh/meshMotion/mesquiteMotionSolver/mesquiteMotionSolver.C
	src/dynamicMesh/meshMotion/mesquiteMotionSolver/mesquiteMotionSolver.H
2013-07-08 13:51:02 +01:00
Dominik Christ
e556e92338 Merge remote-tracking branch 'origin/hotfix/multiRegion_dynamicFvMesh' into nextRelease 2013-07-08 13:46:54 +01:00
Dominik Christ
4cb66395da Merge remote-tracking branch 'origin/hotfix/cyclic_and_cyclicGgi_position_of_patch_faces' into nextRelease 2013-07-08 13:45:45 +01:00
Dominik Christ
090c07f3a7 Merge remote-tracking branch 'origin/feature/overlapGgi' into nextRelease
Conflicts:
	src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDTVD.H
	src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/LimitedScheme/NVDVTVDV.H
	src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/vanAlbada/vanAlbada.H
2013-07-08 13:42:18 +01:00
Dominik Christ
654e6811ca Merge remote-tracking branch 'origin/feature/equationReader' into nextRelease 2013-07-08 13:02:07 +01:00
Dominik Christ
aab85044e9 Merge remote-tracking branch 'origin/hotfix/bound_BC' into nextRelease 2013-07-08 13:00:58 +01:00
Henrik Rusche
3915b701f7 Concentrate harmonic interpolation 2013-07-08 13:14:17 +02:00
Henrik Rusche
f2ef2a57db BUG: regionCouple in parallel & originalField storage 2013-07-08 13:14:17 +02:00
Dominik Christ
8a70870771 Merge remote-tracking branch 'origin/hotfix/ggiSeparation+blockCoupledGgi' into nextRelease
Conflicts:
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/ggi/ggiPolyPatch.H
2013-07-08 12:05:49 +01:00
Henrik Rusche
1ea9d81566 Bugfixes for fvDOM 2013-07-08 11:57:05 +02:00
Henrik Rusche
3539477f95 BACKPORT: turbulent inlets handled as inletOutlet 2013-07-06 23:56:32 +02:00
Henrik Rusche
af120e323c Make layer a little thicker to avoid its deletion in next time step 2013-07-05 21:53:35 +02:00
Henrik Rusche
fbef604e95 Enable layerAddition to add new cells into cell Zone 2013-07-05 21:51:23 +02:00
Henrik Rusche
55f5ade6e9 Added debug to cell to quench Warnings 2013-07-05 21:47:24 +02:00
Henrik Rusche
929414b804 Make point wave work with GGI 2013-07-05 21:46:16 +02:00
Martin Beaudoin
84b4a7e696 Fixing complation of ProcessorPointPatchField.C 2013-07-04 21:45:36 -04:00
Henrik Rusche
5802950830 Merge remote-tracking branch 'origin/hotfix/layerWithCorner' into nextRelease
Conflicts:
	src/dynamicMesh/dynamicMesh/polyMeshModifiers/layerAdditionRemoval/setLayerPairing.C
2013-07-03 21:39:48 +02:00
Henrik Rusche
62f43224bd Merge remote-tracking branch 'origin/hotfix/gcc47' into nextRelease
Conflicts:
	src/OpenFOAM/fields/PointPatchFields/constraint/processor/ProcessorPointPatchField.C
2013-07-03 21:22:32 +02:00
Henrik Rusche
a09b971def Merge remote-tracking branch 'origin/feature/gcc4.6port' into nextRelease
Conflicts:
	src/decompositionMethods/scotchDecomp/Make/options
	src/thermophysicalModels/basic/Make/options
	src/thermophysicalModels/reactionThermo/Make/options
2013-07-03 21:20:15 +02:00
Henrik Rusche
09fbf2ef28 Fixes to previous merge commits 2013-07-03 19:43:31 +02:00
Henrik Rusche
031d180f63 Merge branch 'hotfix/gcc47_HR' into nextRelease
Conflicts:
	src/OpenFOAM/fields/PointPatchFields/constraint/processor/ProcessorPointPatchField.C
	src/OpenFOAM/fields/PointPatchFields/derived/global/GlobalPointPatchField.C
2013-07-03 17:19:52 +02:00
Henrik Rusche
3a90759972 Merge branch 'HJ/parallelTopoEngine' into nextRelease
Conflicts:
	applications/utilities/mesh/manipulation/moveDyMEngineMesh/Make/options
	applications/utilities/mesh/manipulation/moveDyMEngineMesh/moveDyMEngineMesh.C
2013-07-03 16:45:44 +02:00
Henrik Rusche
eaf054002e Merge branch 'HJ/master' into nextRelease
Conflicts:
	ThirdParty/rpmBuild/SOURCES/libccmio-2.6.1.patch_0
	ThirdParty/rpmBuild/SPECS/ParaView-3.12.0.spec
	etc/prefs.csh-EXAMPLE
	etc/prefs.sh-EXAMPLE
	etc/settings.sh
	src/OpenFOAM/interpolations/MixingPlaneInterpolation/MixingPlaneInterpolate.C
	src/OpenFOAM/interpolations/RBFInterpolation/RBFInterpolation.H
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/mixingPlane/mixingPlanePolyPatch.C
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/mixingPlane/mixingPlanePolyPatch.H
	src/lduSolvers/lduSolver/bicgStabSolver/bicgStabSolver.C
	testHarness/OSIG/Turbomachinery/README.txt
	testHarness/OpenFOAM/1.6-ext/CMakeFiles/CMakeLists.txt
2013-07-03 15:51:19 +02:00
Henrik Rusche
e394390d8f Merge branch 'HJ/AdjointImmersedBoundary' into masterSF
Conflicts:
	ThirdParty/AllMake.stage1
	ThirdParty/AllMake.stage4
	ThirdParty/rpmBuild/SOURCES/libccmio-2.6.1.patch_0
	ThirdParty/rpmBuild/SPECS/ParaView-3.12.0.spec
	ThirdParty/rpmBuild/SPECS/libccmio-2.6.1.spec
	ThirdParty/rpmBuild/SPECS/mesquite-2.1.2.spec
	ThirdParty/rpmBuild/SPECS/qt-everywhere-opensource-src-4.7.4.spec
	etc/prefs.csh-EXAMPLE
	etc/prefs.sh-EXAMPLE
	etc/settings.csh
	etc/settings.sh
	src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
	src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwind.C
	src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/linearUpwind/linearUpwindV.C
	src/finiteVolume/interpolation/surfaceInterpolation/limitedSchemes/reconCentral/reconCentral.C
	testHarness/OSIG/Turbomachinery/README.txt
	testHarness/OpenFOAM/1.6-ext/CMakeFiles/CMakeLists.txt
2013-07-03 15:11:21 +02:00
Hrvoje Jasak
ec811c3586 Mixing plane update, intermediate 2013-07-02 14:17:12 +01:00
Hrvoje Jasak
12d4084b24 Separation offset bug fix 2013-06-30 18:37:14 +01:00
Hrvoje Jasak
e42b41bea9 Comments 2013-06-30 18:36:45 +01:00
Hrvoje Jasak
f6b896db76 Cut-off top-level solution if the number of equations is small 2013-06-28 17:11:41 +01:00
Hrvoje Jasak
75be6fb23e AMG solver robustness improvements 2013-06-27 17:50:02 +01:00
Hrvoje Jasak
52c914b353 Access to dictionaries 2013-06-27 13:03:07 +01:00
Hrvoje Jasak
f6487618db Clean-up 2013-06-27 13:02:42 +01:00
Hrvoje Jasak
6736d30bd7 Initialisation of uninitialised variable: compiler warning 2013-06-27 13:02:17 +01:00
Hrvoje Jasak
82491a5f79 Non-const access to controls 2013-06-26 13:57:32 +01:00
Hrvoje Jasak
fa313560d0 Moved correct patch grads into base class 2013-06-14 22:37:11 +01:00
Hrvoje Jasak
002040be85 Mixing plane update 2013-06-13 16:50:19 +01:00
Hrvoje Jasak
75ff3d51f3 Update of flux bc 2013-06-13 09:59:59 +01:00
Hrvoje Jasak
4fa88b1419 Compiler requires cast 2013-06-13 09:59:32 +01:00
Hrvoje Jasak
7e1989f184 Non-const access to fv controls 2013-06-13 09:59:04 +01:00
Martin Beaudoin
7a8b5100f0 Fixing compilation of lduSolvers following removal of files 2013-06-02 09:41:37 -04:00
Martin Beaudoin
b7dc01d10f Fixing compilation of lduSolvers following removal of files 2013-06-02 09:41:36 -04:00
Martin Beaudoin
3d4501e538 Fixing compilation of lduSolvers following removal of files 2013-06-02 09:41:34 -04:00
Martin Beaudoin
72908cb3d3 Fixing compilation of lduSolvers following removal of files 2013-06-02 09:41:33 -04:00
Martin Beaudoin
4e42aa7689 Fixing compilation of lduSolvers following removal of files 2013-06-02 09:41:29 -04:00
Martin Beaudoin
3f80186a4a Fixing compilation of lduSolvers following removal of files 2013-06-02 09:41:25 -04:00
Martin Beaudoin
317181fd72 Fixing compilation of lduSolvers following removal of files 2013-06-02 09:41:14 -04:00
Martin Beaudoin
80d1a8392b Fixing compilation of lduSolvers following removal of files 2013-06-02 09:41:12 -04:00
Martin Beaudoin
21a1003e80 Fixing compilation of lduSolvers following removal of files 2013-06-02 09:41:10 -04:00
Martin Beaudoin
ebd4ccb989 Fixing compilation of lduSolvers following removal of files 2013-06-02 09:41:08 -04:00
Martin Beaudoin
d7bdb0d7b0 Fixing compilation of lduSolvers following removal of files 2013-06-02 09:41:04 -04:00
Martin Beaudoin
812374774a Fixing compilation of lduSolvers following removal of files 2013-06-02 09:40:53 -04:00
Martin Beaudoin
3a7b0de428 Fixing compilation of lduSolvers following removal of files 2013-06-02 09:11:26 -04:00
Hrvoje Jasak
afdf469c1d Changed handling of non-parallel cyclic implicit interfaces 2013-05-31 13:39:44 +01:00
Hrvoje Jasak
ce26313610 Removed unnecessary header 2013-05-31 11:13:00 +01:00
Hrvoje Jasak
ba3d1e6dd1 Added handling for solo cells 2013-05-31 11:12:48 +01:00
Hrvoje Jasak
f4b8e41a89 Changed handling of coupled interfaces for ldu 2013-05-31 11:12:37 +01:00
Hrvoje Jasak
1777433765 Changed handling of coupled interfaces for ldu - compilation update 2013-05-31 11:11:55 +01:00
Hrvoje Jasak
b23535ae7a Changed handling of coupled interfaces for ldu - compilation update 2013-05-31 11:11:14 +01:00
Hrvoje Jasak
542c19da79 Changed handling of coupled interfaces for ldu 2013-05-31 11:10:15 +01:00
Hrvoje Jasak
c6a7e7b70b Fixed error in return type 2013-05-31 11:06:23 +01:00
Hrvoje Jasak
2a94d3f92a Local blended scheme correction 2013-05-28 12:22:27 +01:00
Hrvoje Jasak
102f3fbc72 Forum bug fix - min and max 2013-05-28 11:42:18 +01:00
Hrvoje Jasak
02ba048269 gcc-4.7.1 ort 2013-05-06 10:39:23 +01:00
Hrvoje Jasak
01a0a2c728 Fixed update of coupled boundaries 2013-05-06 10:39:17 +01:00
Hrvoje Jasak
2314446493 gcc-4.7.1 ort 2013-05-06 10:38:05 +01:00
Hrvoje Jasak
c572bff356 Removed duplicate function 2013-05-06 10:37:41 +01:00
Hrvoje Jasak
6b2ed6b79c Changed variable checked for coupled 2013-04-25 21:43:59 +01:00
Hrvoje Jasak
cd32e2f5c9 Update of gradient in limited schemes: coupled boundary 2013-04-25 21:43:36 +01:00
Hrvoje Jasak
0ead1e1f4a AMG coarsening rewrite 2013-04-16 20:18:38 +01:00
Hrvoje Jasak
a9e6407e83 Removed unnecessary spcialisations 2013-04-16 20:17:34 +01:00
Hrvoje Jasak
b200bb5e3e Removed unnecessary spcialisations 2013-04-16 20:17:19 +01:00
Hrvoje Jasak
cc0dfb3ec6 Formatting 2013-04-16 20:16:01 +01:00
Hrvoje Jasak
515006862d Block matrix deployment, 1 2013-04-15 22:16:37 +01:00
Hrvoje Jasak
fbc80cd943 Return shadow field corrected 2013-04-15 12:55:50 +01:00
Hrvoje Jasak
71940b5ac7 Formatting 2013-04-15 12:55:02 +01:00
Hrvoje Jasak
905f730e18 Formatting and comments 2013-04-15 12:54:45 +01:00
Hrvoje Jasak
420f06b193 Minor clean-up 2013-04-15 12:54:13 +01:00
Hrvoje Jasak
9caccd55b5 Handling of empty equations 2013-04-15 12:53:36 +01:00
Hrvoje Jasak
abcfdf9df3 Formatting 2013-04-15 12:53:00 +01:00
Hrvoje Jasak
db2896205a Formatting 2013-04-15 12:51:54 +01:00
Hrvoje Jasak
f881206659 Removed check: multiple empty patches 2013-04-15 12:51:33 +01:00
Hrvoje Jasak
ec191481eb Comment on coupled patch update 2013-04-15 12:50:08 +01:00
Hrvoje Jasak
c9d149aea2 Fixed write: double entry 2013-04-15 12:49:41 +01:00
Hrvoje Jasak
f044308f80 Wrong comment 2013-04-15 12:49:28 +01:00
Hrvoje Jasak
0a3eef0df0 Bug fix: missing value entry tolerated 2013-04-15 12:48:33 +01:00
Hrvoje Jasak
00cba916d2 Formatting 2013-04-15 12:48:15 +01:00
Hrvoje Jasak
11dd8532de Mixing plane, flux averaging 2013-04-15 12:47:32 +01:00
Hrvoje Jasak
0bb5c3f292 Fixed issue with patchNeighbourField on coupled boundaries not being updated 2013-04-15 12:44:55 +01:00
Hrvoje Jasak
f572b4e210 Formatting 2013-04-15 12:43:29 +01:00
Hrvoje Jasak
830d330007 Optional limit on viscosity ratio in RAS models 2013-04-15 12:43:10 +01:00
Hrvoje Jasak
b235f11535 Fixed cut comment separater 2013-04-15 12:41:31 +01:00
Hrvoje Jasak
8bcba23698 Formatting 2013-04-15 12:40:12 +01:00
Hrvoje Jasak
3b87b6380b Formatting 2013-04-15 12:40:05 +01:00
Hrvoje Jasak
81be940c8d Formatting 2013-04-10 17:24:59 +01:00
Hrvoje Jasak
18326cef69 Handling of eliminated equations 2013-04-10 17:24:28 +01:00
Hrvoje Jasak
d5327653e0 Clean-up 2013-04-10 17:23:49 +01:00
Hrvoje Jasak
552fd5fdfa Added data assembly level: addressing; for parallel setup 2013-04-10 17:23:25 +01:00
Hrvoje Jasak
5eaba908d1 Formatting 2013-04-10 17:22:55 +01:00
Hrvoje Jasak
8a2e272af9 Minor-clean-up 2013-04-10 17:22:22 +01:00
Hrvoje Jasak
d18a90bdce Further solver-level controls 2013-04-10 17:21:48 +01:00
Hrvoje Jasak
8151fae78c Upgrade of mixing plane 2013-04-10 17:21:10 +01:00
Hrvoje Jasak
c970f57c71 Clean-up 2013-04-10 17:20:51 +01:00
Hrvoje Jasak
3a4bccd184 Evaluate coupled boundary conditions: snGrad bug 2013-04-10 17:19:22 +01:00
Hrvoje Jasak
4541637c8a Warning on null() static functions: accessing size leadsto seg fault 2013-04-10 17:18:37 +01:00
Hrvoje Jasak
9663e32d72 Handling of null() static functions: accessing size lead to seg fault 2013-04-10 17:17:55 +01:00
Hrvoje Jasak
0c34bece44 Formatting 2013-04-10 17:16:40 +01:00
Hrvoje Jasak
b4c4137bed Formatting 2013-04-09 16:47:59 +01:00
Hrvoje Jasak
69d4d9bcd9 Formatting 2013-04-05 07:43:05 +01:00
Hrvoje Jasak
8f432b48e2 Formatting 2013-03-05 18:25:44 +00:00
Hrvoje Jasak
5b8d153f05 uniform and oscillating point fields, bug fix: W. Widemair 2013-01-11 14:52:34 +00:00
Henrik Rusche
2ac4e0a4d7 Changes for gcc 4.7 on Ubuntu 12.10 2013-01-08 18:03:41 +01:00
Dominik Christ
3f0ba445f2 fixed writing out entries in advective bc 2013-01-08 11:24:40 +00:00
Dominik Christ
d25102187a Preconditioning bugfix by Alexander Monakov 2013-01-07 17:55:06 +00:00
Dominik Christ
8616d140e0 fix consistancy of gradient on coupled patches 2013-01-07 15:57:28 +00:00
Hrvoje Jasak
e8fbfab11c Updates for immersed boundary 2013-01-02 16:14:51 +00:00
Philippose Rajan
a55ed823e3 Merge branch 'master' into hotfix/gcc47 2012-12-21 07:32:32 +01:00
Hrvoje Jasak
503997a5db Private static comment style 2012-12-07 19:01:26 +00:00
Hrvoje Jasak
81fda87729 Ignore vtk extension files 2012-12-07 18:00:58 +00:00
Hrvoje Jasak
4c00b8b949 Revert error in selection of laminar 2012-11-30 14:13:56 +00:00
Hrvoje Jasak
0ece27ed85 New function object: location of field extrema 2012-10-25 01:34:29 +01:00
Hrvoje Jasak
0c80160534 Comment 2012-10-25 01:34:11 +01:00
Hrvoje Jasak
d09d455f8f Typo in comment 2012-10-11 17:38:48 +01:00
Hrvoje Jasak
0bb3d4be76 Bug fixes in tetFem matrix and mesh 2012-10-11 14:46:37 +01:00
Hrvoje Jasak
2aef67f2a8 Bug fix: wrong lambda in pseudo-solid mesh motion solver 2012-10-11 14:46:13 +01:00
Hrvoje Jasak
f106eab1d6 Formatting 2012-10-11 14:45:51 +01:00
Hrvoje Jasak
e1a59ae9b1 Ownership comment 2012-10-11 14:45:28 +01:00
Hrvoje Jasak
7156ff82cc Formatting 2012-10-11 14:45:04 +01:00
Hrvoje Jasak
a8f3d6256b Formatting 2012-10-11 14:44:07 +01:00
Hrvoje Jasak
df71c5c728 Rename face flux member 2012-10-11 14:43:54 +01:00
Hrvoje Jasak
65e2ad068c Formatting 2012-10-10 11:29:38 +01:00
Hrvoje Jasak
e07759e52a Comment 2012-10-10 10:27:50 +01:00
Hrvoje Jasak
07c3d9ac29 Formatting 2012-10-10 09:06:15 +01:00
Hrvoje Jasak
4ac09f98f7 Domain integrate foamCalc 2012-09-27 15:47:33 +01:00
Hrvoje Jasak
b8faa70c51 Merging mixing plane changes 2012-09-04 15:11:55 +01:00
Hrvoje Jasak
9a67a8e6af Merging mixing plane changes 2012-09-04 15:10:51 +01:00
Hrvoje Jasak
61dbc3971f Direction update 2012-09-03 13:21:15 +01:00
Hrvoje Jasak
2a4dd8d1b7 Mixing plane updates 2012-09-03 13:20:50 +01:00
Hrvoje Jasak
2a489f6a0a GMRES preconditioning fix 2012-09-03 13:20:14 +01:00
Hrvoje Jasak
bf129f823e Removed info 2012-09-03 13:13:55 +01:00
Hrvoje Jasak
936c0bcf95 Comment 2012-09-03 13:13:55 +01:00
Hrvoje Jasak
adf3cf9c67 Fix for eigenvectors 2012-09-03 13:13:49 +01:00
Hrvoje Jasak
e85f3a38e5 Changed direction to higher size. David Gaden 2012-09-03 12:52:34 +01:00
Hrvoje Jasak
ea934bcc83 Fixed comments 2012-09-03 12:52:16 +01:00
Hrvoje Jasak
0549d50068 Formatting 2012-09-03 12:50:20 +01:00
Hrvoje Jasak
ca4edd382e Clean-up of RBF intrepolation 2012-09-03 12:49:45 +01:00
Hrvoje Jasak
02b41462e1 Merge branch 'master' of ssh://openfoam-extend.git.sourceforge.net/gitroot/openfoam-extend/OpenFOAM-1.6-ext
Conflicts:
	ThirdParty/AllMake.stage1
	ThirdParty/rpmBuild/SOURCES/libccmio-2.6.1.patch_0
	ThirdParty/rpmBuild/SPECS/ParaView-3.12.0.spec
	ThirdParty/rpmBuild/SPECS/libccmio-2.6.1.spec
	ThirdParty/rpmBuild/SPECS/qt-everywhere-opensource-src-4.7.4.spec
	etc/prefs.csh-EXAMPLE
	etc/prefs.sh-EXAMPLE
	etc/settings.sh
	testHarness/OSIG/Turbomachinery/README.txt
	testHarness/OpenFOAM/1.6-ext/CMakeFiles/CMakeLists.txt
2012-09-03 12:39:35 +01:00
Hrvoje Jasak
d280b12a93 Project update 2012-08-30 17:35:14 +01:00
Hrvoje Jasak
7aa5ad96b3 Moving all poinrs 2012-08-24 13:34:17 +01:00
Hrvoje Jasak
31c0472261 Fixed merge errors 2012-08-24 13:33:51 +01:00
Hrvoje Jasak
4b1db283f9 Recognising wall syntax changed 2012-08-11 19:00:24 +01:00
Hrvoje Jasak
f1433b46a4 Formatting 2012-08-11 18:39:13 +01:00
Hrvoje Jasak
3b42c0dc7c Removed unnecessary selector 2012-08-11 18:38:56 +01:00
Hrvoje Jasak
2cda84cf2a Moved constructor from dictionary 2012-08-11 18:38:38 +01:00
Hrvoje Jasak
842fb27fef Bug fix for calculation of eigen-vectors for a single and multiple zero eigen-values 2012-08-07 19:16:05 +01:00
Hrvoje Jasak
ad7fbd940b Removed unnecessary comments 2012-07-02 16:42:31 +01:00
Martin Beaudoin
0e0052604b libscotchDecomp : no library librt for Mac OS X 2012-06-20 00:27:44 -04:00
Philippose Rajan
c29452f907 Changes for compile using GCC 4.7.0 2012-06-09 20:54:45 +02:00
Hrvoje Jasak
85c4e40102 Bug fix in harmonic on coupled patches. Henrik Rusche 2012-06-05 10:33:28 +01:00
Hrvoje Jasak
6b50010a6e Formatting 2012-05-24 17:16:50 +01:00
Hrvoje Jasak
ad5af13ef9 Merge remote-tracking branch 'remotes/origin/mixingPlane_RC1'
Conflicts:
	ThirdParty/AllMake.stage1
	ThirdParty/AllMake.stage4
	applications/utilities/postProcessing/graphics/PV3FoamReader/vtkPV3Foam/Make/options
	etc/settings.csh
	etc/settings.sh
	src/OpenFOAM/Make/files
	src/finiteVolume/Make/files
2012-04-25 10:49:05 +01:00
Hrvoje Jasak
b2cd738861 Merge branch 'parallelTopo'
Conflicts:
	applications/utilities/mesh/manipulation/moveDyMEngineMesh/Make/options
	applications/utilities/mesh/manipulation/moveDyMEngineMesh/moveDyMEngineMesh.C
	applications/utilities/mesh/manipulation/setsToZones/setsToZones.C
	applications/utilities/parallelProcessing/decomposePar/decomposePar.C
	src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C
	src/decompositionMethods/decompositionMethods/patchConstrainedDecomp/patchConstrainedDecomp.C
	src/decompositionMethods/metisDecomp/metisDecomp.C
	src/dynamicMesh/topoChangerFvMesh/Make/files
	src/dynamicMesh/topoChangerFvMesh/mixerFvMesh/mixerFvMesh.C
	src/finiteArea/faMesh/faMesh.C
	src/finiteVolume/cfdTools/general/include/checkVolContinuity.H
	src/tetDecompositionFiniteElement/tetPolyMeshCellDecomp/tetPolyPatches/constraint/processor/calcProcessorTetPolyPatchCellDecompPointAddr.C
	src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C
	src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C
	src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/epsilonWallFunctions/epsilonWallFunction/epsilonWallFunctionFvPatchScalarField.C
	src/turbulenceModels/incompressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C
	tutorials/incompressible/icoDyMFoam/movingConeTopo/system/decomposeParDict
2012-04-25 10:38:12 +01:00
Hrvoje Jasak
ba42b5f4a7 Merge branch 'HrvojeJasak'
Conflicts:
	applications/utilities/mesh/conversion/ideasUnvToFoam/Make/options
	applications/utilities/surface/surfaceSmooth/Make/options
	applications/utilities/surface/surfaceSplitByPatch/Make/options
	src/decompositionMethods/decompositionMethods/patchConstrainedDecomp/patchConstrainedDecomp.C
	src/finiteVolume/fvMesh/fvPatches/constraint/cyclic/cyclicFvPatch.C
	src/turbulenceModels/compressible/RAS/derivedFvPatchFields/wallFunctions/omegaWallFunctions/omegaWallFunction/omegaWallFunctionFvPatchScalarField.C
	wmake/rules/linuxGcc/c++
2012-04-25 10:27:21 +01:00
Hrvoje Jasak
913282318a Immersed boundary method preparation 2012-04-25 10:22:35 +01:00
Hrvoje Jasak
a3712d23f9 Formatting 2012-04-25 10:20:31 +01:00
Hrvoje Jasak
523f2eb35a Gauss grading bug fix, Zeljko Tukovic 2012-04-23 15:44:42 +01:00
Martin Beaudoin
82c2eb53ea GGI and mixingPlane interfaces: use default dummy name for initializing shadowName_ and zoneName_ 2012-04-22 16:36:26 -04:00
Martin Beaudoin
1b85c8f92a Add missing compilation of pointVolInterpolation.C to library finiteVolume 2012-04-18 22:04:39 -04:00
Martin Beaudoin
9da055846f Remove trace from mixingPlaneCheckFunctionObject. 2012-04-10 11:56:29 -04:00
Martin Beaudoin
a93d17fd0f Add -noFunctionObjects runtime option. Useful with mergeMeshes when problems with certain functionObjects 2012-04-06 23:28:50 -04:00
Martin Beaudoin
77b93f2a90 Typo 2012-04-01 21:58:50 -04:00
Martin Beaudoin
29c136f9ad mixingPlane: Define type of mixing for field over patch 2012-04-01 16:31:20 -04:00
Martin Beaudoin
a96fb65963 Add a componentsTurbo option to foamCalc. Will compute radial, tangential and z components from a vector/velocity field 2012-04-01 16:28:33 -04:00
Hrvoje Jasak
190c4f8eae Calculation of cell aspect ratio sensitised to 1- and 2-D cases 2012-03-27 11:53:21 +01:00
Hrvoje Jasak
0ee9ddb2b2 Direct mapped patch parallel comms bug fix 2012-03-13 17:19:19 +00:00
Hrvoje Jasak
64d1162661 Build clean-up and coupled patch robustness 2012-03-12 15:49:37 +00:00
Hrvoje Jasak
105120fa6a Minor clean-up 2012-03-12 11:13:07 +00:00
Hrvoje Jasak
1d58bc68d4 Commenting out old G 2012-03-12 11:12:06 +00:00
Hrvoje Jasak
472c176e6d Update of boundary value 2012-02-15 14:12:04 +00:00
Hrvoje Jasak
366f934c28 Missing New operators from Henrik 2012-02-08 12:42:34 +00:00
Martin Beaudoin
c5956411d5 Header comments 2012-01-29 15:00:21 -05:00
Martin Beaudoin
cffa7bc2c4 Minor modifications to trace messages 2012-01-29 14:13:42 -05:00
Hrvoje Jasak
fa6c5b8888 Merge remote-tracking branch 'remotes/origin/feature/postfixedSubRegistry' into HrvojeJasak 2012-01-29 12:27:23 +00:00
Hrvoje Jasak
7aa530ac2c Added constant chemistry 2012-01-29 12:06:43 +00:00
Hrvoje Jasak
a1b0888311 Library ordering 2012-01-29 12:06:43 +00:00
Hrvoje Jasak
811334dd24 Do not write empty patches into STL 2012-01-29 12:06:20 +00:00
Hrvoje Jasak
962e84f807 Wall functions consistent with Fluent 2012-01-29 12:06:20 +00:00
Hrvoje Jasak
9b0291508a Formatting 2012-01-29 12:06:20 +00:00
Hrvoje Jasak
600186e542 Allow access to interpolator in detached state 2012-01-29 12:06:20 +00:00
Hrvoje Jasak
533da65709 Evaluate when auxiliary fields are not present 2012-01-29 12:06:20 +00:00
Hrvoje Jasak
1f7e077384 Handle bridge overlap in region couple 2012-01-29 12:06:20 +00:00
Hrvoje Jasak
bb30f1fa54 Initialisation of fields 2012-01-29 12:06:20 +00:00
Hrvoje Jasak
734ed708d0 Safe read 2012-01-29 12:06:20 +00:00
Hrvoje Jasak
770423878e Non-orthogonality in invalid meshes 2012-01-29 12:06:20 +00:00
Hrvoje Jasak
49a0f645ef Formatting 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
249bedc826 Better debug message 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
8269792b0c Clean-up of zones 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
6fc7e4c12f Formatting 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
c05b6cb62e Update on wall functions for Reynolds stress transport model, phase 1 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
9b268cfd4c Using Fluent formulation of the turbulence generation term in wall functions 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
5df2eba028 Formatting 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
94a0c2cff2 Minor clean-up 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
cf4daeb57f Formatting 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
0b6a89c8b3 Dot-product of symmetric tensors: forum bug fix 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
f9a08a572c Dot-product of symmetric tensors: forum bug fix 2012-01-29 12:06:19 +00:00
Hrvoje Jasak
ff9698e278 Comment 2012-01-29 12:06:18 +00:00
Hrvoje Jasak
a01cf51ce5 Short cut for swept volumes in triangular faces 2012-01-29 12:06:18 +00:00
Hrvoje Jasak
df7f4b99f4 Bug fix, mantis 0000109. paebin 2012-01-29 12:06:18 +00:00
Hrvoje Jasak
c88643b287 Fixed silly comment 2012-01-29 12:06:18 +00:00
Hrvoje Jasak
773f55de08 Formatting 2012-01-29 12:05:14 +00:00
Hrvoje Jasak
df4706e195 Formatting 2012-01-29 12:05:14 +00:00
Hrvoje Jasak
17ddcaf6e9 Patch constrained decomposition 2012-01-29 12:05:14 +00:00
Hrvoje Jasak
e7290f8218 Updates on engine motion 2012-01-29 12:05:14 +00:00
Hrvoje Jasak
76e9b4c70d Patch constrained decomposition 2012-01-29 12:05:14 +00:00
Hrvoje Jasak
2346186ddb Feature: regionCoupling with AMG solvers 2012-01-29 12:05:14 +00:00
Hrvoje Jasak
388a75ed4f Adjust round-off tolerances for optimising compilers 2012-01-29 12:05:14 +00:00
Hrvoje Jasak
c906570c2d Debug message when under-relaxation factor not found 2012-01-29 12:05:14 +00:00
Hrvoje Jasak
2f10c9c1ef Better debug 2012-01-29 12:05:13 +00:00
Hrvoje Jasak
c444dc1e46 Constructor clean-up 2012-01-29 12:05:13 +00:00
Hrvoje Jasak
1a3c2f3a1c Formatting 2012-01-29 12:05:13 +00:00
Hrvoje Jasak
c2e7b3cd74 Dynamic mesh with multiple topo bodies 2012-01-29 12:05:13 +00:00
Hrvoje Jasak
171383ded7 Additional debug info 2012-01-29 12:05:13 +00:00
Hrvoje Jasak
74737678c1 Formatting 2012-01-29 12:05:13 +00:00
Hrvoje Jasak
4410295c36 Boundary update after zone update 2012-01-29 12:05:13 +00:00
Hrvoje Jasak
9cfcbaa1e8 Bug fix for single-cell mesh 2012-01-29 12:05:13 +00:00
Hrvoje Jasak
0b8e7cdd49 Formatting 2012-01-29 12:05:13 +00:00