Commit Graph

6504 Commits

Author SHA1 Message Date
3bbc464d05 BUG: dictionary + runtime modifiable : dictionary transfer through binary stream does not work. 2010-11-22 15:16:31 +00:00
2ab6d349d6 STYLE: reset parameters in memInfo::update()
- avoids old values if the read from /proc/.../status somehow failed
2010-11-22 16:12:20 +01:00
b2b9eacbfc BUG: movingConeTopoFvMesh : work with splitting, not inflation. Make faceZone position consistent 2010-11-22 10:49:31 +00:00
84fa233c00 ENH: featureEdgeMesh : merged dev_cvm functionality. 2010-11-22 10:48:07 +00:00
a4d0118859 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-21 18:40:51 +00:00
429ab2703a Merge branch 'film' 2010-11-19 18:32:32 +00:00
4e837c7fbe Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-19 18:32:08 +00:00
19043e4747 ENH: specialised feature points function. 2010-11-19 18:03:31 +00:00
2c3aa32de3 ENH: Allow flat edges in mixed feature points. 2010-11-19 11:39:49 +00:00
9c646de48f STYLE: function name. 2010-11-18 18:11:37 +00:00
6aea2f5dff Merge branch 'master' into cvm
Conflicts:
	src/OSspecific/POSIX/memInfo/memInfo.H
2010-11-18 16:55:00 +00:00
faebfe2e53 ENH: Using new memInfo class. 2010-11-18 16:46:17 +00:00
9f1d94bddd ENH: memInfo class. 2010-11-18 16:45:49 +00:00
05b10612ca ENH: memInfo class. 2010-11-18 16:45:49 +00:00
e7db8c2f37 Merge branch 'master' into cvm 2010-11-18 15:32:23 +00:00
8f0a5ff145 ENH: Adding lagrangianFields option to reconstruction. 2010-11-18 14:56:03 +00:00
d132a6bacf Merge branch 'master' into cvm 2010-11-17 17:25:43 +00:00
55265204b9 ENH: Better timeCheck function, memory output, optional description. 2010-11-17 17:23:03 +00:00
d77d215c76 ENH: memSize and memSizePeak functions, reading /proc/<pid>/status. 2010-11-17 17:20:22 +00:00
f785bcc210 ENH: memSize and memSizePeak functions, reading /proc/<pid>/status. 2010-11-17 17:20:22 +00:00
be58ad5ff4 STYLE: Fully scope methods in clockTime, cpuTime 2010-11-17 16:19:40 +01:00
190e3a8670 Merge remote branch 'OpenCFD/master' into olesenm 2010-11-17 09:14:29 +01:00
857ee7ffe9 ENH: add strings() and words() method to NamedEnum
- for situations where a list of strings/words is more useful than a
  raw array of C-strings
2010-11-17 09:12:11 +01:00
d8dbea4596 BUG: polyTopoChange : cell from face creating 2 element list 2010-11-16 20:47:55 +00:00
2dd05b8a1a ENH: debug switches and output. 2010-11-16 18:28:52 +00:00
b5dddd8980 ENH: parallel runTimeModifiable - master only 2010-11-16 12:41:44 +00:00
57a443a183 STYLE: functionObjectList : indentation 2010-11-16 12:38:07 +00:00
f064cc57cf ENH: Moving timeCheck to be public. 2010-11-15 22:06:16 +00:00
13b458eb5a BUG: timeVaryingMappedFixedValue : find furthest away point 2010-11-15 17:07:46 +00:00
d31d652d6d Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-15 17:01:38 +00:00
9fc20c4e16 ENH: featureEdgeMesh : merge from cvm 2010-11-15 17:01:36 +00:00
aee09dd35c BUG: dynamicRefineFvMesh : error calculation, reading dictionary 2010-11-15 16:22:16 +00:00
a0806f5aca STYLE: directMappedVelocityFluxFixedValue : updated comment 2010-11-15 15:11:10 +00:00
1eb93102da STYLE: treeBoundBox : error message 2010-11-15 11:22:51 +00:00
efd658ec0e STYLE: wallPointI.H : extaneous comment 2010-11-15 11:22:00 +00:00
d5132b7ba8 BUG: Correct calculation of e1 2010-11-12 15:11:06 +00:00
e39c1c1d7f Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-12 14:34:18 +00:00
27f7005422 STYLE: surfaceInterpolateFields : updated comment 2010-11-12 14:33:27 +00:00
67542c8577 BUG: meshRefinementRefine : track to end 2010-11-12 14:31:00 +00:00
7819ab5037 ENH: argList : expand roots for distributed running 2010-11-12 14:30:27 +00:00
8b31f15a3d ENH: e1 reCalculation 2010-11-12 13:02:24 +00:00
30cf0e4263 Merge branch 'master-copy' 2010-11-12 12:49:55 +00:00
1fab38aae3 ENH: Additional output when face is non-single 2010-11-12 12:48:10 +00:00
3629979263 Merge branch 'master' into cvm
Conflicts:
	src/OpenFOAM/primitives/random/Random/random.3
	src/OpenFOAM/primitives/random/Random/random.c
2010-11-11 18:29:28 +00:00
8ec07bb8ec ENH: Adding hierarchicalDensityWeightedStochastic initial points method.
Requires "overlaps(const boundBox& bb)" function for searchableSurface.
2010-11-11 18:27:02 +00:00
f53538b831 BUG: stitchTriangles reordering the points, not renumbering the tris. 2010-11-11 17:49:22 +00:00
34806371b1 BUG: must trigger polyMesh_.tetBasePtIs(); in all Cloud constructors. 2010-11-11 17:48:35 +00:00
9a85453a5b ENH: Added Bai particle/film splash modelling 2010-11-11 13:29:33 +00:00
0647c7df68 ENH: Added write access to particle origId and origProc 2010-11-11 13:29:06 +00:00
8b20d01a23 ENH: Cache film height field in cloud film models 2010-11-11 12:50:51 +00:00