881b3dafa2
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C
applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/createShellMesh.C
applications/utilities/surface/surfaceCheck/surfaceCheck.C
src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C
src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C
NOTE: also needed to strip trailing space/lines in various files
2010-12-21 10:19:53 +01:00
51798abad4
COMP: avoid ambiguous construct from tmp - sampling
2010-12-17 17:13:30 +01:00
9224daad7b
COMP: add 'this->' qualifier to find methods in base case
2010-12-17 15:39:50 +01:00
85bae17943
STYLE: add formatting of NamedEnum template arguments
2010-12-17 14:36:13 +01:00
a964515708
BUG: sampledSet : force calculation of min-tet-decomposition before tracking
2010-12-08 12:04:38 +00:00
da109eed31
ENH: sampledSet, sampledSurface : remove default value for interpolation scheme and writer
2010-12-08 11:51:45 +00:00
71fd105821
BUG: patchProbes : split off nearInfo
2010-12-08 11:49:00 +00:00
4002bacc52
BUG: sampledSet : handling empty sets
2010-12-07 21:28:27 +00:00
a8ae8af7d5
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-12-07 16:46:29 +00:00
650403c2dd
ENH: directMapped : added patchInternalField sampledSurface
2010-12-07 16:45:58 +00:00
fc3f2ba871
Merge branch 'master-copy'
2010-12-07 15:47:59 +00:00
069117eb85
ENH: patchProbes additions. Test probes at patches
2010-12-07 15:47:07 +00:00
a00ec1562a
Merge remote branch 'OpenCFD/master' into olesenm
2010-12-07 15:20:19 +01:00
68408e6851
ENH: near-wall sampling : new 'patchInternalField' sampledSurface, new 'nearWallFields' functionObject
2010-12-07 11:07:23 +00:00
6ab8e5a75e
BUG: sampledPatch : triangulate=true did not map patchFaceLabels
2010-12-07 09:30:05 +00:00
f367ee2ece
ENH: add 'flip()' in-place method to edge, face, triFace
2010-12-07 08:58:31 +01:00
0d662c74c6
STYLE: use triSurface::FaceType where triangle or region information
...
not required
2010-11-26 20:39:46 +01:00
22b85e36e6
BUG: sampledSurface : clear out underlying storage
2010-11-25 12:20:47 +00:00
7364bc2c4c
ENH: ensightSurfaceWriter : rewrite to use conversion library.
2010-11-23 12:06:12 +00:00
91ac6f9078
STYLE: minor code formatting
2010-11-11 12:30:49 +00:00
13e28f7bd1
Merge remote branch 'OpenCFD/master' into olesenm
2010-11-10 09:48:44 +01:00
0db9fa5702
ENH: Ensight output for sampledSurfaces
2010-11-09 18:04:32 +00:00
d5acd22a63
STYLE: use labelUList typedef instead of UList<label> or unallocLabelList
2010-11-02 09:32:32 +01:00
69f4da06f6
Merge branch 'olesenm'
2010-10-14 12:37:59 +01:00
e2b2724ac9
STYLE: probes : extraneous space
2010-10-13 15:43:33 +01:00
95219e6f76
COMP: specialization Foam::NamedEnum templates within namespace Foam
...
- otherwise gets flagged as an error by clang
2010-10-12 12:17:13 +02:00
6cdbd0ada7
ENH: Making nearestPointClassify query for triangle.
...
This is to access the face/edge/point status of the nearest at the
same time to ensure a consistent result.
Using getVolumeType query in distanceSurface, not simple normal
dot-product comparison, fails on edges.
2010-10-06 10:25:26 +01:00
7ec390d23d
Merge branch 'olesenm'
2010-10-04 11:08:48 +01:00
ebb9a9e1ac
ENH: tet decomposed particle tracking.
...
Squashed merge of particleInteractions up to
commit e7cb5bcf0315c359539ef1e715e1d51991343391
2010-09-17 16:59:17 +01:00
514661e990
Merge remote branch 'OpenCFD/master' into olesenm
2010-09-15 15:42:24 +02:00
f8d6ca60e0
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-08-27 10:42:11 +01:00
83c10e1cf6
BUG: Fixes mantis issue 0000012: sample utiltiy update
2010-08-27 10:41:49 +01:00
71c30256a4
BUG: cuttingPlane : normal comparison
2010-08-06 16:18:16 +01:00
2d93b5c202
ENH: add findIndex/Indices to polyBoundaryMesh, align polyPatchID, ZoneID with keyType syntax
2010-08-04 17:01:43 +02:00
692aa4abba
ENH: adjust sampling to handle keyType zone specification
2010-08-04 15:16:03 +02:00
d79237597e
STYLE: Fixing code style requirements for all src.
2010-07-28 13:31:46 +01:00
8dacc7bdb3
STYLE: updated date in header
2010-07-20 22:20:41 +01:00
7186f05242
COMP: missing include files.
2010-07-20 22:17:31 +01:00
47a63dc90e
ENH: indexedOctree: added find-inside query.
...
Adapted meshSearch and sampledTriSurfaceMesh to use it.
2010-07-20 22:15:45 +01:00
3dbb59f8a2
Merge remote branch 'OpenCFD/master' into olesenm
2010-07-02 09:02:42 +02:00
28c146466f
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-06-30 12:37:14 +01:00
d71c87ff95
ENH: foamFileSurfaceWriter.C : output faceCentres for convenient use with e.g. timeVaryingMapped
2010-06-30 12:34:56 +01:00
51ac7a297b
STYLE: make sampledPlane note doxygen-compatible
2010-06-24 09:13:42 +02:00
6574570ba0
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
tutorials/heatTransfer/chtMultiRegionFoam/multiRegionHeater/constant/polyMesh/boundary
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/0/rho
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/polyMesh/boundary
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/RASProperties
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/thermophysicalProperties
tutorials/heatTransfer/chtMultiRegionFoam/snappyMultiRegionHeater/constant/topAir/turbulenceProperties
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/cp
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/0/rho
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeater/constant/polyMesh/boundary
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/fixedInlet
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/include/sideAndTopPatches
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/nut
tutorials/incompressible/simpleFoam/windTurbineTerrain/0/p
tutorials/incompressible/simpleFoam/windTurbineTerrain/constant/RASProperties
tutorials/incompressible/simpleFoam/windTurbineTerrain/system/decomposeParDict
2010-06-23 16:56:45 +01:00
ccfb6e32a6
Corrected headers.
2010-06-23 16:54:54 +01:00
2b88a6829d
STYLE: sampledPlane : added comment about calling update()
2010-06-11 16:34:12 +01:00
28b1a9e2c6
Merge branch 'olesenm'
2010-06-03 10:25:03 +01:00
c51a2b0f63
ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction
2010-06-02 09:48:07 +01:00
f84a91d7ce
Merge commit 'origin/master' into splitCyclic
...
Conflicts:
applications/utilities/mesh/manipulation/createBaffles/createBaffles.C
applications/utilities/postProcessing/patch/patchIntegrate/patchIntegrate.C
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclic/cyclicPointPatch.C
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.C
src/dynamicMesh/motionSmoother/motionSmoother.C
src/dynamicMesh/motionSmoother/motionSmoother.H
src/dynamicMesh/motionSmoother/motionSmootherTemplates.C
2010-05-18 13:28:21 +01:00
895a077cb1
STYLE: fixup some dictionary headers
2010-05-18 11:38:07 +02:00