Commit Graph

6322 Commits

Author SHA1 Message Date
f367ee2ece ENH: add 'flip()' in-place method to edge, face, triFace 2010-12-07 08:58:31 +01:00
e72d32028c ENH: use boundBox contains(), containsAny() methods 2010-12-06 11:35:36 +01:00
24a96a21ca ENH: add 'containsAny' and extra 'contains' methods to boundBox 2010-11-29 13:44:59 +01:00
a8e9b1457b STYLE: namespace qualifier to primitiveShapes
ENH: add constructors from UList<Point> + FixedList<label,..>

- simplifies construction from edge,triFace etc.
2010-11-29 13:17:13 +01:00
f7ce5fbf0c ENH: Construct bounding box as subset of the pointField.
STYLE: move inline functions into boundBoxI.H

STYLE: reduce duplicate methods in treeBoundBox
2010-11-29 11:13:19 +01:00
0d662c74c6 STYLE: use triSurface::FaceType where triangle or region information
not required
2010-11-26 20:39:46 +01:00
6d73c32b04 ENH: new triFace methods to match those in face. FaceType typedef for surface meshes 2010-11-26 18:47:08 +01:00
0a17e0719d ENH: use memInfo instead of parsing meminfo ourselves 2010-11-26 13:29:34 +01:00
90eb6623c5 ENH: add memInfo::valid() for detecting invalid memory info 2010-11-26 12:53:35 +01:00
3cc1cfe07a Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-25 16:58:19 +00:00
b95fb53a39 ENH: wmake/Makefile : add 'objects' target 2010-11-25 16:49:09 +00:00
6bc9b87a63 STYLE: POSIX/Alllwmake : comment 2010-11-25 16:48:46 +00:00
b7b1263144 Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-25 16:40:29 +00:00
da8e668d0a ENH: Don't always fatalError on a bad tet.
Some commented out debug code.  Smaller tolerance on tet quality.
2010-11-25 16:35:50 +00:00
095bc69e7c Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-25 15:59:31 +00:00
e71bab7137 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-25 13:47:11 +00:00
59695e5a4d ENH: directMappedNamedFixedValue : merged functionality into directMapped 2010-11-25 13:46:42 +00:00
938084438e ENH: directMapped: allow offset specification; allow fieldName specification; allow non-constant interpolation 2010-11-25 13:33:27 +00:00
191cc9a814 ENH: mapDistribute : optional initial value 2010-11-25 13:32:18 +00:00
ae1e1cc963 BUG: tutorial scripts bashisms 2010-11-25 13:31:40 +00:00
22b85e36e6 BUG: sampledSurface : clear out underlying storage 2010-11-25 12:20:47 +00:00
0efa54821a ENH: support regions for PV3blockMeshReader 2010-11-25 13:03:11 +01:00
7b5de8021f Merge remote branch 'OpenCFD/master' into olesenm 2010-11-25 11:24:10 +01:00
95bc057204 BUG: (one|two)InternalFaceCells should be cellSets. 2010-11-24 18:36:48 +00:00
8d7689b24b Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-24 16:56:30 +00:00
7ab3576fa2 STYLE: lagrangian : include interpolation.H instead of interpolationCellPoint 2010-11-24 16:55:58 +00:00
3eefd6de73 ENH: blockMesh : initial blockMesh was created with region 'blockMesh' 2010-11-24 16:55:30 +00:00
064029d91c Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-24 16:14:28 +00:00
61dbfade71 BUG: Correction of kOmegaSSTSAS 2010-11-24 16:13:48 +00:00
8b30910295 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-24 14:33:32 +00:00
0a5a2430a4 COMP: Re-ordered components of src/Allwmake to avoid build dependency probs 2010-11-24 13:22:20 +00:00
218c1c382c COMP: removed trailing spaces after backslash to avoid comp warning msgs 2010-11-24 13:19:02 +00:00
3bfb8b172d ENH: Change definition of S and add extra reference 2010-11-24 12:26:18 +00:00
279e66ac48 STYLE: FaceCellWave : line length 2010-11-24 11:56:12 +00:00
24c6772a93 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-24 11:48:44 +00:00
1aea998bbe ENH: FaceCellWave : additional trackData like argument for passing in non-cell data 2010-11-24 11:48:04 +00:00
3d039770f0 ENH: Added new chemFoam solver and test cases for stiff chemistry problems 2010-11-24 11:28:58 +00:00
892e638724 ENH: check for existence of polyMesh before changing into it 2010-11-24 10:56:42 +00:00
041f8199ac Revert "ENH: added xfer function to Field (stopped falling through to List)"
This reverts commit 49331bf917.
2010-11-24 10:55:44 +00:00
82114f674d Revert "ENH: updates to Xfer after commit 49331bf9176d17"
This reverts commit 4530a47356.
2010-11-24 10:55:23 +00:00
a2ef9cdcc5 STYLE: drop optional 'ln' option for wmakeLnInclude
- not required since the addition of the '-f' option
2010-11-24 09:22:40 +01:00
fd2c6d0159 Merge remote branch 'OpenCFD/master' into olesenm 2010-11-24 09:17:05 +01:00
fc3dd68a6d STYLE: limiting to 80 chars 2010-11-23 18:28:35 +00:00
7705b00cb0 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-23 18:27:06 +00:00
4530a47356 ENH: updates to Xfer after commit 49331bf917 2010-11-23 18:24:00 +00:00
d549a7a4c7 BUG: corrected typo in commit of d21d66ef8c 2010-11-23 18:14:59 +00:00
d6cc4f0086 STYLE: Comment about axis. 2010-11-23 17:18:47 +00:00
45fcad70a8 ENH: Updated GPL 2->3 headers 2010-11-23 17:14:06 +00:00
d01a7a51c4 Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-11-23 15:37:37 +00:00
d21d66ef8c BUG: Corrected kappat Jayatilleke wall function 2010-11-23 15:37:00 +00:00