e72a6234d6
surfMesh changes
...
- expose faceMap info in triangulate() - for use in inherited classes
- surfMesh::triangulate() works with or without underlying pointField
- onePatch tries to be more intelligent about retaining the patch name
2008-11-22 11:22:34 +01:00
d6b247a3b1
added static data boundBox::greatBox and boundBox::invertedBox
...
- boundBox::invertedBox is useful for initializing our own calculations
- NOTE treeBoundBox::greatBox is still in place, since it uses GREAT
instead of VGREAT. If this is only historical, we can drop it.
2008-11-22 11:15:20 +01:00
7cf90b039e
sampling: use new runtime macros and avoid typedefs for each writer/instance
2008-11-21 21:46:06 +01:00
99eea2d52e
sampling: use new runtime macros and avoid typedefs for each writer/instance
2008-11-21 21:46:06 +01:00
b352c06f0f
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2008-11-21 15:19:25 +00:00
fcf3262fb5
do not zonify baffles
2008-11-21 15:19:10 +00:00
ecb510e914
Changed "]]" to "] ]" to keep old versions of flex happy.
2008-11-20 22:13:47 +00:00
7dd2f06708
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
src/turbulenceModels/Allwmake
Conflicts:
src/turbulenceModels/Allwmake
Conflicts:
src/turbulenceModels/Allwmake
Conflicts:
src/turbulenceModels/Allwmake
2008-11-20 21:08:34 +00:00
0479165024
Added generic turbulenceModel base class to incompressible turbulence models.
2008-11-20 20:33:06 +00:00
85a852291a
Temporary insertion of two molecules by hand. Testing new evaluatePair site-by-site function for real molecules.
2008-11-20 18:47:59 +00:00
326b86ec2d
Added generic turbulenceModel base class to incompressible turbulence models.
2008-11-20 17:07:17 +00:00
95b8a978ff
Correction to the PDR drag model.
2008-11-20 16:53:14 +00:00
74cb43af0b
s/openfoam\.org/OpenFOAM.org/g
2008-11-19 19:03:22 +01:00
e3c70a839b
Merge commit 'OpenCFD/master' into olesenm
2008-11-19 13:06:49 +01:00
110e9989b9
further HashSet improvements
...
- added global operator|, operator& and operator^
- can construct from table of contents of another HashTable
2008-11-19 12:37:37 +01:00
cf7762c2b2
Merge commit 'bundle/home' into olesenm
2008-11-19 10:33:13 +01:00
4645e93f8b
SortableList improvements
...
- now works as expected with transfer() and assignment from other Lists
- shrink() method : clears indices and returns underlying List
2008-11-19 10:28:21 +01:00
1c9102dada
HashSet gets additional operators
...
- operator+= : add in the listed keys
- operator-= : remove the listed keys
- operator&= : intersection of keys
- added xfer constructor (just in case)
- moved labelHashSet typedef to HashSet.H, for consistency with the
wordHashSet typedef being there and since it is used so often
2008-11-18 23:11:09 +01:00
340fcebaed
demonstrate wildcard
2008-11-18 21:08:03 +00:00
719a99cb9a
Merge branch 'master' into molecularDynamics
2008-11-18 17:53:18 +00:00
c85269854f
Modified id reading and mapping to make mols specify which sites they need pair potentials for and only look for them in the potentialDict. Ids requiring pair potentials are stored first in the siteIdList to make the look-up of them in pairPotential work as before.
2008-11-18 17:51:53 +00:00
7c0048e878
Added line number counting, more accommodating point parsing and updated
...
handling of "uniform", "mixed" and "polygonal" face lists. Now converts
.cas files as well as .msh files.
2008-11-18 14:57:44 +00:00
ef19e4aab4
better dualisation
2008-11-18 12:35:43 +00:00
4e700e62b0
surfMesh - moved more things to PrimitiveMeshedSurface
2008-11-17 14:55:47 +01:00
d01c115f02
surfMesh gets PrimitiveMeshedSurface as common basis
2008-11-17 01:41:07 +01:00
c651a0ba29
surfMesh code cleanup
...
- added protected storedPoints(), storedFaces() functions for non-const
access to the data. Mixing protected non-const versions and public const
versions of the same method does not agree with the compiler
- better handling of triFace/face distinction
2008-11-15 23:29:50 +01:00
59bfd4ecef
added surfaceCoordinateSystemTransform
2008-11-14 19:10:01 +01:00
f22f0af757
Merge branch 'master' into molecularDynamics
2008-11-14 16:10:41 +00:00
b5a3037463
Merge commit 'OpenCFD/master' into olesenm
2008-11-14 10:55:11 +01:00
9b3fb9fee3
Templated meshedSurface/keyedSurface -> MeshedSurface/UnsortedMeshedSurface
...
- neither class names, nor the typedefs for the <face> and <triFace>
instances are really decided
2008-11-14 00:45:45 +01:00
4d2284c99d
rmt isosurface correction
2008-11-12 16:05:22 +00:00
29d67c3240
averaging in isoSurfaces
2008-11-07 18:14:06 +00:00
84722c99b0
Merge branch 'master' into molecularDynamics
2008-11-07 14:10:03 +00:00
345df1e970
Merge commit 'OpenCFD/master' into olesenm
2008-11-05 10:42:05 +01:00
5d0b3348c5
can call Allwmake scripts directly instead of with ( cd foo && ./Allwmake )
2008-11-05 10:39:06 +01:00
593db180ce
added verbosity option
2008-11-04 14:47:48 +00:00
99500b1fa8
updated for new functionality
2008-11-04 14:47:36 +00:00
be3d701bb6
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2008-10-31 11:26:02 +00:00
9745bcc6a2
Commit after fixing moleculeIO.C conflict
2008-10-30 13:54:20 +00:00
83bf5a7f98
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2008-10-29 13:19:27 +00:00
fd57af9980
Changed sum to gSum for parallel execution.
2008-10-29 13:18:36 +00:00
0f05c04153
sample files
2008-10-29 12:12:42 +00:00
3403802282
region option
2008-10-28 21:07:59 +00:00
b5ee8b6dc1
detect only option
2008-10-28 21:07:37 +00:00
37cae8e7ef
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2008-10-28 15:59:55 +00:00
eba9bbf0d8
cosmetics
2008-10-28 01:59:42 +01:00
ae6bf7790a
reworked keyedSurface to store region information indirectly
...
- improves efficiency throughout
2008-10-28 01:29:51 +01:00
9a4de95354
made xfer constructors explicit, with trickle down to polyMesh/fvMesh calls
2008-10-27 13:14:07 +01:00
4c3c2385ed
blockMesh tweaks
...
- convertToMeters optional, also allow 'scale'
2008-10-25 17:55:56 +02:00
cd199d599e
added triSurface scaling option to surfaceConvert/surfaceMeshConvert
2008-10-25 16:54:10 +02:00