Commit Graph

14442 Commits

Author SHA1 Message Date
00bfe2bc84 ENH: CompactListList: avoiding unnecessary check 2013-07-31 17:17:51 +01:00
7694ad7e81 ENH: fieldAverage - extended to include surface fields 2013-07-30 16:02:50 +01:00
fe25191f45 ENH: foamyHexMesh: Remove some unused functions. Change initialPointMethod constructors 2013-07-30 15:52:09 +01:00
e9ca6c66e6 ENH: PatchTools: corrected comment 2013-07-30 14:23:17 +01:00
d0be901c63 BUG: foamyHexMesh: Reference to temporary. Some code cleanup. 2013-07-30 14:21:15 +01:00
c4f83d913a Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-30 13:02:10 +01:00
db0036f34e ENH: patchRegion: test app for PatchEdgeFaceWave 2013-07-30 13:01:32 +01:00
1269eb2e97 STYLE: foamyHexMesh: Do not output point insertion failure to screen by default.
- Write some comments
2013-07-30 12:55:55 +01:00
4d3b3e7a9f Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-30 12:34:41 +01:00
95148e57de BUG: CompactListList - corrected access via [] operator for zero-sized lists 2013-07-30 12:34:34 +01:00
056246c95f BUG: foamyHexMesh: Correct calc for number of external points 2013-07-30 12:23:01 +01:00
09a44ad606 ENH: foamyHexMesh: Check moved internal points are inside the geometry before inserting them 2013-07-30 12:12:18 +01:00
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
66f03819d2 ENH: Updated tutorial Alltest script 2013-07-30 10:24:08 +01:00
81d2dc9235 ENH: Updated cloud particleCollector function object 2013-07-30 10:16:23 +01:00
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
ff5ed9541b ENH: Tutorial update 2013-07-30 09:40:20 +01:00
2a1c26131e ENH: foamyHexMesh: Combine inside and outside functions in conformationSurfaces 2013-07-29 15:56:59 +01:00
e7aeee33d7 ENH: foamyHexMesh: Construct backgroundMeshDecomposition in initialisation list 2013-07-29 15:55:11 +01:00
d68c31eb23 ENH: foamyHexMesh: Move variable construction outside of loop 2013-07-29 15:51:46 +01:00
b8201bb257 ENH: triad: Add static identity triad representing orthonormal system 2013-07-29 15:46:00 +01:00
8b12dcfdb3 ENH: foamyHexMesh: Remove reconformation enum. 2013-07-29 15:40:39 +01:00
56421096d1 ENH: foamyHexMesh: Shift calculateLoadBalance to DistributedDelaunayMesh 2013-07-29 15:38:30 +01:00
60764c3941 ENH: foamyHexMesh: Move some functions to new namespaces
- Added indexedVertexOps namespace
- Added indexedCellOps namespace
2013-07-29 15:35:12 +01:00
2bfe5c8864 ENH: foamyHexMesh: Move writing functions to a new namespace 2013-07-29 15:16:37 +01:00
c1a77b102e COMP: foamyHexMesh: Add missing includes 2013-07-29 15:02:59 +01:00
c8ac5b19b4 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-29 14:27:29 +01:00
1e711927a7 ENH: Updated forces and forceCoeffs bin writing 2013-07-29 13:09:41 +01:00
ab782605c8 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-29 12:26:55 +01:00
7fa53d700e STYLE: minor code formatting 2013-07-29 12:26:36 +01:00
63de0dfa84 BUG: sprayFoam tutorial - corrected injection input params - mantis #931 2013-07-29 09:19:16 +01:00
d3ff2fae8b BUG: Corrected header documentation - mantis #896 2013-07-29 09:08:31 +01:00
7a3181c593 compressibleTwoPhaseEulerFoam tutorials: Updated fvSchemes and improved naming of kineticTheory stress correction 2013-07-28 22:59:22 +01:00
0df1fa0642 compressibleTwoPhaseEulerFoam/Allwmake: updated 2013-07-28 20:15:06 +01:00
0af5f10b63 RhoPimpleFoam: test version of rhoPimpleFoam demonstrating the new templated turbulence library 2013-07-28 18:11:04 +01:00
def7148136 applications/test/PisoFoam: test version of pisoFoam using new templated turbulence library 2013-07-28 18:09:54 +01:00
adcb3b7dfc src/Allwmake: build TurbulenceModels 2013-07-28 18:07:54 +01:00
118f08cd56 Update header 2013-07-28 18:07:32 +01:00
1b3b9b22eb Removed trailing spaces 2013-07-28 18:06:27 +01:00
f348ad8a92 compressibleTwoPhaseEulerFoam: Updated to use the new templated turbulence library
Supports separate turbulence models for each phase
Complete Lahey k-epsilon model provided
kineticTheory and particle-pressure models folded into same turbulence framework
by the addition of phase-pressure functions
2013-07-28 18:05:41 +01:00
7d771c9599 TurbulenceModels: Preliminary version of the templated turbulence models library 2013-07-28 17:57:58 +01:00
2952c7c150 ENH: Updated forces and forceCoeffs so that p and U fields need not exist on construction 2013-07-26 16:08:05 +01:00
d1b98c0d23 ENH: forcesCoeffs - updated writing of data to file 2013-07-26 15:24:42 +01:00
a82d85791f ENH: forces - updated writing of data to file 2013-07-26 15:24:28 +01:00
0de6c01a7c BUG: functionObjectFile - file pointer index was not being incremented 2013-07-26 15:23:25 +01:00
5cc01e730d ENH: Updated field names 2013-07-25 09:12:35 +01:00
a96200406a BUG: Added missing call to base class updateCoeffs 2013-07-24 14:42:26 +01:00
76fb7f8f71 ENH: Simplify code by using demandDrivenData functions 2013-07-24 12:46:36 +01:00
52a8bde2ab Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-07-24 12:35:16 +01:00
e596b40b5f STYLE: code clean-up 2013-07-24 12:26:34 +01:00