c891e7065a
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-26 16:45:22 +01:00
0498967cc6
ENH: only use point/face/mesh references where needed in ensightPart*
...
- add points/faces constructor to ensightPartFaces with optional
contiguousPoints flag.
- Remove the now redundantensightPartNonMeshFaces class.
2011-01-26 13:45:17 +01:00
51df389de6
ENH: rework surface writers as non-templated classes
...
- easier (more logical) when adding a new writer
ENH: add surface field writer for 'starcd' format
- creates *.usr files, which can be read in proSTAR with the 'getuser'
command, but which can also be parsed directly since the format is
extremely primitive
2011-01-26 13:36:37 +01:00
232c13eef0
BUG: update OpenFOAM version strings failed with compiler switch
...
- now remove all generated files for all platforms when the version
changes
2011-01-26 11:11:48 +01:00
0124a3149b
COMP: avoid ambiguous construct from tmp
2011-01-26 11:08:16 +01:00
d404293a6f
ENH: Updated copyrights
2011-01-25 14:56:38 +00:00
d83965fa28
Merge branch 'master' of noisy:/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-25 14:54:18 +00:00
f0b2a63e65
ENH: film tutorial updates
2011-01-25 14:53:29 +00:00
0b625c2061
ENH: Re-worked cloud i-o for inactive cloud
2011-01-25 14:52:42 +00:00
4f30c291bd
BUG: indexedOctree : intersection might be outside current box for triangle straddling two boxes.
2011-01-24 12:37:54 +00:00
121a377626
BUG: face and cell index the wrong way round.
2011-01-21 15:15:45 +00:00
b9daa7b265
ENH: sampledTriSurfaceMesh : allow boundary-value sampling
2011-01-21 14:48:18 +00:00
9981a49a82
BUG: stitchTriangles : single triangle
2011-01-21 10:59:12 +00:00
b414e15b0b
ENH: meshSearch : avoid unnecessary mag()
2011-01-21 10:58:28 +00:00
fe987dad11
ENH: Test-globalMeshData.C : updated to include transforms
2011-01-20 15:31:43 +00:00
f91d99c8df
STYLE: Test-Distribute : renamed for consistency
2011-01-20 15:31:09 +00:00
f5f9a50e61
ENH: ReleaseNotes-dev : updated
2011-01-20 14:26:43 +00:00
6bb8d56a09
ENH: pointAndEdgeSync : explanation about point sync
2011-01-20 14:24:07 +00:00
4c8ec205e5
ENH: globalMeshData, mapDistribute : multi-point connectivity with transforms
2011-01-20 13:52:39 +00:00
983048958a
STYLE: structuredDecomp : extraneous include file
2011-01-20 13:50:58 +00:00
9798d033a5
ENH: InteractionLists : moved globalTransforms to globalMeshData
2011-01-20 13:50:18 +00:00
2ec55a9258
ENH: globalIndexAndTransform : added combining of transformIndices
2011-01-20 13:48:55 +00:00
0c6789e539
STYLE: removed globalMeshData::bb(). Use mesh.bounds() instead
2011-01-20 13:46:02 +00:00
129695a950
STYLE: adjust executable names for some tests
2011-01-19 14:29:56 +01:00
fc1e443116
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-19 12:37:20 +00:00
ad4b155302
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-19 12:18:03 +00:00
ba5d689110
BUG: foamExec mangled the arguments
...
- use function when sourcing the bashrc to avoid these problems
2011-01-19 12:54:27 +01:00
38f347e4e2
STYLE: Date and executable name.
2011-01-19 11:07:17 +00:00
95a8490b83
ENH: Import (probability) Distribution class and test app from cvm.
2011-01-19 10:23:48 +00:00
993c144486
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-19 09:36:28 +00:00
6ffbe0553c
ENH: Updated tutorial fvSchemes for transpose operator
2011-01-18 15:24:30 +00:00
d66aaf2458
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-18 15:23:36 +00:00
dc8d9df81e
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-18 12:27:07 +00:00
fdfc6316d1
ENH: Removed ParaView examples from prefs examples
2011-01-18 12:26:16 +00:00
a6de8e746a
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
applications/test/lduMatrix/Test-lduMatrix.C
applications/test/lduMatrix/Test-lduMatrix2.C
applications/test/lduMatrix/Test-lduMatrix3.C
applications/test/parallel/Test-parallel.C
applications/utilities/miscellaneous/foamFormatConvert/writeMeshObject.H
bin/mpirunDebug
etc/apps/paraview3/cshrc
src/OpenFOAM/meshes/polyMesh/globalMeshData/globalMeshData.H
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.C
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H
src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistributeTemplates.C
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
src/OpenFOAM/primitives/Pair/labelPair.H
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
src/postProcessing/functionObjects/field/streamLine/streamLineParticle.C
2011-01-17 21:40:13 +00:00
81387e3239
Resolved merge conflict
2011-01-17 16:58:06 +00:00
bd72d8c14f
ENH: Added maxCo limit for tracking KinematicParcels
2011-01-17 16:43:57 +00:00
8c212543f3
ENH: Added particle maxCo entry in KinematicCloud
2011-01-17 16:41:27 +00:00
0e622a4d86
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-01-17 16:00:20 +00:00
3a1b705329
STYLE: Updated current copyright year
2011-01-17 15:59:19 +00:00
62ca98ac38
BUG: (typo) one too many )'s
2011-01-17 15:57:07 +00:00
23aa6401ab
STYLE: Updated COPYING doc copyright 1991->2004
2011-01-17 15:23:48 +00:00
aef9e8baff
ENH: Only read write injection props if running transient
2011-01-17 12:07:26 +00:00
e95e9700c8
Merge remote branch 'OpenCFD/master' into olesenm
2011-01-17 10:21:58 +01:00
16d8ff66dd
STYLE: uneeded typedef FaceType in triSurface
...
- use typedef FaceType from parent (PrimitivePatch) instead
2011-01-17 10:08:25 +01:00
eaef8d482b
STYLE: Updated 1991 start copyright year to 2004
2011-01-14 16:08:00 +00:00
05022c373a
STYLE: minor formatting
2011-01-14 15:44:00 +00:00
b0276efa48
ENH: Update to parcel move()
2011-01-14 15:43:36 +00:00
a78a7d5e6e
ENH: mpirunDebug : removed $WM_PROJECT check in initialisation
2011-01-14 11:38:54 +00:00
c23f38efbe
ENH: polyBoundaryMesh : added check for duplicate patch
2011-01-14 11:38:04 +00:00