Commit Graph

1593 Commits

Author SHA1 Message Date
mattijs
0f05c04153 sample files 2008-10-29 12:12:42 +00:00
mattijs
8ad016dd2c small normal tolerance. Fixed indexing error 2008-10-28 21:11:48 +00:00
mattijs
3403802282 region option 2008-10-28 21:07:59 +00:00
mattijs
b5ee8b6dc1 detect only option 2008-10-28 21:07:37 +00:00
mattijs
6520f35f1e nearestToPoint 2008-10-28 21:07:05 +00:00
Mark Olesen
59821d6094 added optional notes to coordinate systems
porousZone constructor in the same order as sampling
2008-10-28 17:25:59 +01:00
andy
37cae8e7ef Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2008-10-28 15:59:55 +00:00
Mark Olesen
9c204f9eed keyedSurface::setSize() affects faces and regions 2008-10-28 02:20:15 +01:00
Mark Olesen
eba9bbf0d8 cosmetics 2008-10-28 01:59:42 +01:00
Mark Olesen
ae6bf7790a reworked keyedSurface to store region information indirectly
- improves efficiency throughout
2008-10-28 01:29:51 +01:00
Mark Olesen
20430a8586 Merge commit 'OpenCFD/master' into olesenm 2008-10-27 17:01:53 +01:00
mattijs
606516d88b Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-27 12:53:53 +00:00
Mark Olesen
11f35fe00f Merge commit 'OpenCFD/master' into olesenm 2008-10-27 13:35:00 +01:00
Mark Olesen
9a4de95354 made xfer constructors explicit, with trickle down to polyMesh/fvMesh calls 2008-10-27 13:14:07 +01:00
henry
a7090d8f9e Added sensible enthalpy (hs, Hs) and chemical enthalpy (hc, Hc) to the thermodynamics package.
Absolute enthalpy h = hs + hc.
2008-10-27 10:45:45 +00:00
henry
37ed8d9c7e Added eThermo package from Chris. 2008-10-27 10:44:04 +00:00
mattijs
619f7838e8 Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-27 09:07:51 +00:00
mattijs
dab67ba5bb pointZones resetting during update 2008-10-27 09:07:29 +00:00
Mark Olesen
aa2eba40a2 etc/settings.{csh,sh} - mkdir for mpi-paths 2008-10-27 07:45:35 +01:00
Mark Olesen
4c3c2385ed blockMesh tweaks
- convertToMeters optional, also allow 'scale'
2008-10-25 17:55:56 +02:00
Mark Olesen
cd199d599e added triSurface scaling option to surfaceConvert/surfaceMeshConvert 2008-10-25 16:54:10 +02:00
Mark Olesen
88cd954540 triSurface/triSurfaceMesh adjustments
- typedefs to simplify code
 - added scalePoints() member
   * this is especially useful for the triSurfaceMesh dictionary constructor
     when we have surfaces in mm or inches and don't wish to rescale in some
     external program
2008-10-25 16:34:35 +02:00
Mark Olesen
c2dd9825fa Merge commit 'OpenCFD/master' into olesenm 2008-10-24 18:11:02 +02:00
Mark Olesen
23476071dc polyMesh, fvMesh xfer constructors
- drop copy components constructors in favour of the xfer versions. Even if
  the caller sends through constant data, if will be automatically promoted
  to xfer (via a copy operation).
2008-10-24 17:29:05 +02:00
Mark Olesen
2a3bb0f5c4 autoPtr, tmp cosmetics
- dropped non-const tmp::clear() in favour of the const version
2008-10-24 17:21:02 +02:00
Mark Olesen
7d081f0ed3 dropped polyMesh::resetPrimitives copy version 2008-10-24 13:03:18 +02:00
Mark Olesen
ac00f974e6 drop ununsed nUsedFaces parameter from polyMesh::resetPrimitives(xfer<..)
- use xfer form for calls to resetPrimitives
2008-10-24 12:25:27 +02:00
Mark Olesen
ba6979747c optimize polyMesh::resetPrimitives for 'null' parameters 2008-10-24 10:25:39 +02:00
Mark Olesen
2023ab6e0d added xfer<T>::null() 2008-10-24 10:13:48 +02:00
Mark Olesen
8ffa04c892 cosmetics 2008-10-24 10:52:59 +02:00
henry
77913b2efa Same change as before again. 2008-10-23 23:03:11 +01:00
henry
c781b84d03 See message about commiting the changes to fitting 2008-10-23 22:54:30 +01:00
henry
6111ea3e0b Implemented Mark's suggestion of removing wcleanAlmostAll. 2008-10-23 22:45:26 +01:00
henry
2a1f28a3a8 Parallelized stencil-based fitting. 2008-10-23 22:44:27 +01:00
mattijs
0f646646cd resetting zones upon reading 2008-10-23 20:54:06 +01:00
mattijs
536269a267 use new bounding box 2008-10-23 20:53:45 +01:00
mattijs
651a64d609 force ascii writing of IOdictionary 2008-10-23 18:18:52 +01:00
andy
9ea84ab62e added error msg when sampling patch is not found 2008-10-23 16:59:27 +01:00
andy
5871f9e085 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-23 16:18:55 +01:00
mattijs
96dac1cb93 removed quadraticFit 2008-10-23 16:16:43 +01:00
Mark Olesen
2bb928ec8f checked in surfMesh library code
- keyedSurface is similar to triSurface, but uses faces
  - meshedSurface is sorted in regions and should be more memory efficient
  - surfMesh is the placeholder name for an OpenFOAM native surface format
2008-10-23 16:29:36 +02:00
Mark Olesen
0581aeda6f added Map<T>::null() 2008-10-23 15:27:39 +02:00
andy
6d452ceb28 Merge branch 'master' of ssh://hunt/home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-23 13:48:49 +01:00
mattijs
e30c626d4b Merge branch 'master' of /home/hunt2/OpenFOAM/OpenFOAM-dev 2008-10-23 13:41:21 +01:00
mattijs
3c2f9b3337 comment 2008-10-23 13:41:13 +01:00
mattijs
c5998b7045 improved matching 2008-10-23 12:54:19 +01:00
mattijs
105f09b69f meshPhi writing 2008-10-23 12:53:04 +01:00
mattijs
704afbf946 improved matching 2008-10-23 12:52:23 +01:00
Mark Olesen
60d1734564 add xferCopyTo and xferMoveTo functions 2008-10-23 09:56:21 +02:00
Mark Olesen
1faad839a9 etc/settings.* set a minimum MPI_BUFFER_SIZE, but retain larger values 2008-10-23 09:52:47 +02:00