Commit Graph

103 Commits

Author SHA1 Message Date
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
b8c2cbaaec BUG: Contuation from commit ca0799cbc7 - updated cellSource 2011-02-08 09:46:34 +00:00
ca0799cbc7 BUG: Use gSum instead of sum for fieldValues function object 2011-02-08 09:26:03 +00:00
3bf2984e35 ENH: Deactivate face/cell sources if no faces/cells present 2011-02-02 10:26:53 +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
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
eece30331b ENH: streamLineParticle.C : normalise velocity to track with 2011-01-12 17:49:06 +00:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
7a6cfda2f8 Merge branch 'olesenm' 2011-01-04 10:52:41 +00:00
57e616312b STYLE: Comment fix. 2010-12-22 17:13:42 +00:00
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
d87a880ebc COMP: avoid ambiguous construct from tmp - postProcessing 2010-12-17 18:16:01 +01:00
85bae17943 STYLE: add formatting of NamedEnum template arguments 2010-12-17 14:36:13 +01:00
1cb1863221 ENH: streamLineParticle : improved 2010-12-14 14:14:09 +00:00
68408e6851 ENH: near-wall sampling : new 'patchInternalField' sampledSurface, new 'nearWallFields' functionObject 2010-12-07 11:07:23 +00:00
731f523188 ENH: mapDistribute : cleanup 2010-12-06 15:54:45 +00:00
15c7d501bb ENH: surfaceInterpolateFields : enable writing 2010-12-06 15:53:50 +00:00
27f7005422 STYLE: surfaceInterpolateFields : updated comment 2010-11-12 14:33:27 +00:00
b3e023bda2 ENH: faceSource : updated sample dictionary 2010-11-09 17:54:20 +00:00
012178576d ENH: faceSource functionObject : allow 'sampledSurface' to supply faces and data 2010-11-08 10:09:42 +00:00
7ed0241772 BUG: Make/files : missing surfaceInterpolateFields 2010-11-05 18:20:06 +00:00
960773dfe5 Merge branch 'clouds' 2010-11-02 15:04:58 +00:00
90abd78100 ENH: streamLineParticle: increase subiters 2010-10-29 16:10:03 +01:00
698be54a5c BUG: Corrected variable name change after merge with master 2010-10-27 18:26:14 +01:00
64d13d8b38 STYLE: streamLineParticle : indentation 2010-10-27 16:06:22 +01:00
3e5a47dbb5 COMP: git merge with master conflict resolution 2010-10-27 14:47:24 +01:00
1525e24b37 ENH: streamline : added subcycling 2010-10-26 18:42:36 +01:00
1a61449dce ENH: Code updates in lieu of cloud updates 2010-10-25 17:52:35 +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
e91c2d7d62 BUG: streamLine : store paths for stagnant particles. 2010-10-06 12:06:15 +01:00
5c0c1f63e0 BUG: streamLineParticle : was using GREAT for deltaT which triggers lots of problems.
Now using sqrt(GREAT).
2010-09-29 13:05:38 +01:00
ebb9a9e1ac ENH: tet decomposed particle tracking.
Squashed merge of particleInteractions up to
commit e7cb5bcf0315c359539ef1e715e1d51991343391
2010-09-17 16:59:17 +01:00
28345247a7 STYLE: Fixing code style requirements for more files - those not
picked up by a copyright change.
2010-07-29 11:28:44 +01:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
3ef7831a1e STYLE: correct header format (as per ccfb6e32a6) 2010-06-24 09:04:39 +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
aaf1674de2 ENH: add optional write flag to fieldMinMax
- allows logging min/max without creating any files
2010-06-08 12:51:55 +02:00
28b1a9e2c6 Merge branch 'olesenm' 2010-06-03 10:25:03 +01:00
ed3c0abe42 COMP: missing namespace qualifier (somehow lost in the merge shuffle)
COMP: mismatch in template parameter
2010-06-02 14:18:19 +02:00
2eab4044f6 COMP: cellSource compilation 2010-06-02 11:08:52 +01:00
f1ee573aa0 Merge branch 'inotify'
Conflicts:
	TODO
2010-06-02 10:10:52 +01:00
c51a2b0f63 ENH: have MUST_READ_IF_MODIFIED on IOdictionary construction 2010-06-02 09:48:07 +01:00
0ca515e3b1 Merge remote branch 'OpenCFD/master' into olesenm 2010-06-02 10:46:45 +02:00
0b6d0300c9 ENH: cellSource postprocessing : allow all to select all cells 2010-06-01 17:23:47 +01:00
1c1c6df615 BUG: Double definition of vectorIOFieldField.
Definition in streamLine now redundant.
2010-06-01 13:16:40 +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
72f7d46f23 ENH: add operator[](const word&) as "find-by-name" to some classes
- affected: polyBoundary, fvBoundaryMesh, ZoneMesh, searchableSurfaces

  before:
      const label zoneI = mesh.cellZones().findZoneID(zoneName);
      const cellZone& cz = mesh.cellZones()[zoneI];
  after:
      const cellZone& cz = mesh.cellZones()[zoneName];
2010-04-29 10:12:35 +02:00