Commit Graph

13805 Commits

Author SHA1 Message Date
Henry
dfddcad597 TurbulenceModels: Do not correct nut if the turbulence model is switched-off 2013-08-01 22:18:54 +01:00
Henry
b0eb5b8ab5 compressibleTwoPhaseEulerFoam: Added kEqn SGS model 2013-08-01 18:29:59 +01:00
Henry
7c36794fcb TurbulenceModels: Added kEqn (k-equation eddy-viscosity model, formally oneEqEddy) SGS model 2013-08-01 18:24:48 +01:00
Henry
26c060bbd8 Merge branch 'master' of ssh://opencfd:8007/home/dm4/OpenFOAM/OpenFOAM-dev 2013-08-01 17:28:56 +01:00
Henry
9f3dc26478 TurbulenceModels: Added instantiation of compressible LES models and Smagorinsky 2013-08-01 17:28:54 +01:00
laurence
d7963e6496 BUG: sortPointEdges: Break out of loop if cannot get back to starting edge. Print Warning. 2013-08-01 17:16:34 +01:00
Henry
3615248b8f Merge branch 'master' of ssh://opencfd:8007/home/dm4/OpenFOAM/OpenFOAM-dev 2013-08-01 17:14:56 +01:00
Henry
b3d794ee97 TurbulenceModels: Added structure for LES model and the Smagorinsky model within this structure. 2013-08-01 17:14:42 +01:00
mattijs
f6757ce79e BUG: surfaceFeatureExtract: extraneous check for CGAL 2013-08-01 15:18:41 +01:00
mattijs
10262ecb29 ENH: snappyHexMesh: initial support for cyclicSlip 2013-08-01 14:39:17 +01:00
laurence
700215cab3 BUG: foamyHexMesh: Correct max depth of recursion 2013-08-01 14:23:31 +01:00
mattijs
968c01fd20 ENH: reconstructParMesh: added -cellDist option like decomposePar 2013-08-01 13:14:01 +01:00
laurence
ee8b1f4332 BUG: foamyHexMesh: Incorrect logic for serial mesh motion 2013-08-01 10:42:33 +01:00
mattijs
00bfe2bc84 ENH: CompactListList: avoiding unnecessary check 2013-07-31 17:17:51 +01:00
andy
7694ad7e81 ENH: fieldAverage - extended to include surface fields 2013-07-30 16:02:50 +01:00
laurence
fe25191f45 ENH: foamyHexMesh: Remove some unused functions. Change initialPointMethod constructors 2013-07-30 15:52:09 +01:00
mattijs
e9ca6c66e6 ENH: PatchTools: corrected comment 2013-07-30 14:23:17 +01:00
laurence
d0be901c63 BUG: foamyHexMesh: Reference to temporary. Some code cleanup. 2013-07-30 14:21:15 +01:00
mattijs
c4f83d913a Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-30 13:02:10 +01:00
mattijs
db0036f34e ENH: patchRegion: test app for PatchEdgeFaceWave 2013-07-30 13:01:32 +01:00
laurence
1269eb2e97 STYLE: foamyHexMesh: Do not output point insertion failure to screen by default.
- Write some comments
2013-07-30 12:55:55 +01:00
andy
4d3b3e7a9f Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-30 12:34:41 +01:00
andy
95148e57de BUG: CompactListList - corrected access via [] operator for zero-sized lists 2013-07-30 12:34:34 +01:00
laurence
056246c95f BUG: foamyHexMesh: Correct calc for number of external points 2013-07-30 12:23:01 +01:00
laurence
09a44ad606 ENH: foamyHexMesh: Check moved internal points are inside the geometry before inserting them 2013-07-30 12:12:18 +01:00
laurence
1e420e02e7 ENH: foamyHexMesh: Move feature point conformation to separate class.
- Update point conversion routines
- Slightly more efficient point redistribution
2013-07-30 11:03:19 +01:00
andy
66f03819d2 ENH: Updated tutorial Alltest script 2013-07-30 10:24:08 +01:00
andy
81d2dc9235 ENH: Updated cloud particleCollector function object 2013-07-30 10:16:23 +01:00
Henry
f75138d1f6 solidBodyMotionFunctions: Changed CofG to origin where appropriate and support run-time selectable omega specification in rotatingMotion 2013-07-30 09:41:27 +01:00
andy
ff5ed9541b ENH: Tutorial update 2013-07-30 09:40:20 +01:00
laurence
2a1c26131e ENH: foamyHexMesh: Combine inside and outside functions in conformationSurfaces 2013-07-29 15:56:59 +01:00
laurence
e7aeee33d7 ENH: foamyHexMesh: Construct backgroundMeshDecomposition in initialisation list 2013-07-29 15:55:11 +01:00
laurence
d68c31eb23 ENH: foamyHexMesh: Move variable construction outside of loop 2013-07-29 15:51:46 +01:00
laurence
b8201bb257 ENH: triad: Add static identity triad representing orthonormal system 2013-07-29 15:46:00 +01:00
laurence
8b12dcfdb3 ENH: foamyHexMesh: Remove reconformation enum. 2013-07-29 15:40:39 +01:00
laurence
56421096d1 ENH: foamyHexMesh: Shift calculateLoadBalance to DistributedDelaunayMesh 2013-07-29 15:38:30 +01:00
laurence
60764c3941 ENH: foamyHexMesh: Move some functions to new namespaces
- Added indexedVertexOps namespace
- Added indexedCellOps namespace
2013-07-29 15:35:12 +01:00
laurence
2bfe5c8864 ENH: foamyHexMesh: Move writing functions to a new namespace 2013-07-29 15:16:37 +01:00
laurence
c1a77b102e COMP: foamyHexMesh: Add missing includes 2013-07-29 15:02:59 +01:00
laurence
c8ac5b19b4 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-29 14:27:29 +01:00
andy
1e711927a7 ENH: Updated forces and forceCoeffs bin writing 2013-07-29 13:09:41 +01:00
andy
ab782605c8 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-29 12:26:55 +01:00
andy
7fa53d700e STYLE: minor code formatting 2013-07-29 12:26:36 +01:00
andy
63de0dfa84 BUG: sprayFoam tutorial - corrected injection input params - mantis #931 2013-07-29 09:19:16 +01:00
andy
d3ff2fae8b BUG: Corrected header documentation - mantis #896 2013-07-29 09:08:31 +01:00
Henry
7a3181c593 compressibleTwoPhaseEulerFoam tutorials: Updated fvSchemes and improved naming of kineticTheory stress correction 2013-07-28 22:59:22 +01:00
Henry
0df1fa0642 compressibleTwoPhaseEulerFoam/Allwmake: updated 2013-07-28 20:15:06 +01:00
Henry
0af5f10b63 RhoPimpleFoam: test version of rhoPimpleFoam demonstrating the new templated turbulence library 2013-07-28 18:11:04 +01:00
Henry
def7148136 applications/test/PisoFoam: test version of pisoFoam using new templated turbulence library 2013-07-28 18:09:54 +01:00
Henry
adcb3b7dfc src/Allwmake: build TurbulenceModels 2013-07-28 18:07:54 +01:00