4712e131d9
STYLE: add some usage comments to some conversion utilities
...
STYLE: move polyDualMesh from conversion -> manipulation
2010-05-18 14:41:53 +02:00
e1e4098600
ENH: Have different master and slave patch to handle cyclic baffles.
2010-05-17 17:08:40 +01:00
59c0e8e24d
STYLE: fix 'forAll (' -> 'forAll(' format (again)
2010-06-02 09:13:48 +02:00
d572f40c63
ENH: allow retention of 'FoamFile' when reading dictionaries
...
- used in expandDictionary
2010-05-17 12:56:30 +02:00
f9f988d82f
Merge remote branch 'OpenCFD/master' into olesenm
...
Conflicts:
src/finiteVolume/fields/fvPatchFields/derived/timeVaryingMappedFixedValue/timeVaryingMappedFixedValueFvPatchField.C
2010-05-31 11:50:56 +02:00
ff30e6b61a
STYLE: can use bool instead of Switch version of dictionary::lookupOrDefault
...
- both versions handle the same input words.
Only need the <Switch> version when the destination variable is
also a Switch and we need to output the word later.
2010-05-20 14:17:18 +02:00
9525d57d71
STYLE: use readIfPresent instead of found/lookup combination
2010-05-20 08:52:45 +02:00
ccf61a7db8
Revert "STYLE: remove unneed '()' for simple return statements,"
...
This reverts commit c600ce545d .
2010-05-18 14:30:53 +01:00
13aa4d6db4
Merge remote branch 'OpenCFD/master' into olesenm
...
- use GPL version 3
2010-05-18 15:00:40 +02:00
8b428bc73c
STYLE: add some usage comments to some conversion utilities
...
STYLE: move polyDualMesh from conversion -> manipulation
2010-05-18 14:41:53 +02:00
bde8dc579a
STYLE: fixup some dictionary headers
2010-05-18 11:38:07 +02:00
33c0e1dacc
Merge remote branch 'OpenCFD/master' into olesenm
2010-05-18 09:44:33 +02:00
c600ce545d
STYLE: remove unneed '()' for simple return statements,
...
- fix 'forAll (' -> 'forAll(' format (again)
2010-05-17 13:08:11 +02:00
5bdcece3af
ENH: allow retention of 'FoamFile' when reading dictionaries
...
- used in expandDictionary
2010-05-17 12:56:30 +02:00
78e5ef9dbd
ENH: specification of selection of cellZone in snappyHexMeshDict.
...
Now allows specification of inside point to help leaky surfaces.
2010-05-17 11:45:01 +01:00
3d43439072
ENH: Better output formatting, directly outputting
...
sixDoFRigidBodyDisplacement BC entries.
2010-05-13 16:00:42 +01:00
925202da2e
ENH: have -noSync option to prevent topoSet/setSet automatically syncing coupled faces.
2010-05-12 15:52:19 +01:00
7507b5f6bd
BUG: fixed subset action in topoSet; renamed sourceDict keyword to sourceInfo.
2010-05-11 12:09:49 +01:00
9f2e06ed55
STYLE: added missing command line option descriptions for mapFields and splitMeshRegions.
2010-05-11 10:52:35 +01:00
c367e07642
ENH: Converted all cellSet/faceSet/pointSet to topoSet.
2010-05-10 17:17:49 +01:00
49bf24b194
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-05-10 14:31:52 +01:00
1a1c6a57e2
STYLE: Added comment to explain usage.
2010-05-10 13:57:44 +01:00
6660ec17e5
ENH: topoSet tool to replace cellSet,faceSet,pointSet.
2010-05-08 17:39:24 +01:00
5087125424
STYLE: remove erroneous section-label on doxygen @endcond
2010-05-07 15:30:27 +02:00
1b4450890a
ENH: write patches as vtkPolyData instead of vtkUnstructuredGrid
...
- slightly better memory efficiency and file sizes
- consistent with library reader
2010-05-07 09:35:40 +02:00
64ac5cbc78
ENH: allow direct writing of polyhedra from foamToVTK
2010-05-07 09:06:48 +02:00
5b588af7ab
ENH: use simpler API for vtkPolyhedron
2010-05-06 17:56:37 +02:00
476f4bb7f6
ENH: reduce the number of trailing spaces when writing VTK legacy files
2010-05-06 11:21:47 +02:00
4380e0fbea
ENH: give warning for value field inside cyclic.
2010-05-04 17:33:13 +01:00
72caa3020b
ENH: Recognise already converted boundary file and change fields accordingly.
2010-05-04 12:41:01 +01:00
9b24f6c51b
ENH: add first provisioning for foamToVTK without polyhedral decomposition
2010-05-03 10:42:45 +02:00
0e9851b432
Merge remote branch 'OpenCFD/master' into olesenm
2010-05-03 09:34:31 +02:00
35afeb9b18
STYLE: remove superfluous uses of argList::validArgs.clear()
...
- a holdover from the old <root> <case> days
2010-05-03 08:38:39 +02:00
7f6740a9eb
Merge commit 'origin/master' into splitCyclic
2010-04-30 15:10:10 +01:00
4ea1f8f98a
ENH: enable vtkPolyhedron support when detected
2010-04-30 12:36:49 +02:00
4e0fdc69ea
BUG: createPatch was reading mesh before setting matchTol so could not correct illegal mesh
2010-04-30 11:16:57 +01:00
a967d05fd3
BUG: was reading mesh before setting coupledPolyPatch::matchTol
2010-04-29 18:42:30 +01: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
845314b280
Merge remote branch 'OpenCFD/master' into olesenm
2010-04-28 14:49:39 +02:00
0da8c1864d
ENH: Have -region argument to foamFormatConvert
2010-04-27 14:55:30 +01:00
147fa2a75d
STYLE: add notes to some (most) command-line options
...
- mapFields and splitMeshRegions need more clarification
2010-04-27 10:50:15 +02:00
5debfe4cdf
ENH: Remove vtk(Cxx|Type)RevisionMacro, vtkTypeRevisionMacro -> vtkTypeMacro
...
From VTK notes:
- The CVS $Revision$ keyword replacement will no longer maintain these
macros automatically. They were used only to implement CollectRevisions
and vtkObjectBase::PrintRevisions, an API that was never used.
2010-04-26 09:24:03 +02:00
9c32ce1016
STYLE: use forAll macro in more places, avoid LF-CR endings
2010-04-23 18:35:55 +02:00
03338b9ea9
STYLE: partial revert for 5cfa97624e
2010-04-23 10:23:08 +02:00
4d2a297a67
BUG: syntax problems found by gcc-4.5.0
...
- "cpp -traditional-cpp" doesn't strip C++-style comments
Probably need a workaround with sed -e 's@^ *//@@' if we
wish to support C++-style comments in Make/{files,options}
- lduMatrixTests.C:121:1:
error: ‘Foam::lduMatrix::solverPerformance::solverPerformance’ names
the constructor, not the type
- edgeFaceCirculatorI.H:355:1:
error: ‘Foam::edgeFaceCirculator::edgeFaceCirculator’ names the
constructor, not the type
- patchPointEdgeCirculatorI.H:236:1:
error: ‘Foam::patchPointEdgeCirculator::patchPointEdgeCirculator’
names the constructor, not the type
- objToVTK.C:116:5:
error: ‘Foam::argList::argList’ names the constructor, not the type
same in surfaceClean.C, surfaceRefineRedGreen.C, surfaceSplitByPatch.C
- fireFoam/createFields.H:74:41:
error: type/value mismatch at argument 1 in template parameter list
for ‘template<class T> class Foam::autoPtr’
2010-04-22 09:00:31 +02:00
5cfa97624e
STYLE: more consistent New methods, use unregistered IOobject where appropriate
2010-04-20 17:13:35 +02:00
cff2580336
Merge branch 'master' into splitCyclic
...
Conflicts:
applications/utilities/mesh/manipulation/splitMeshRegions/splitMeshRegions.C
applications/utilities/parallelProcessing/decomposePar/domainDecompositionMesh.C
src/OpenFOAM/db/IOstreams/Pstreams/UPstream.H
src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C
src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/interfaces/cyclicGAMGInterface/cyclicGAMGInterface.C
src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H
src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.C
src/OpenFOAM/meshes/polyMesh/syncTools/syncToolsTemplates.C
src/meshTools/sets/topoSets/faceSet.C
src/parallel/decompose/decompositionMethods/decompositionMethod/decompositionMethod.C
2010-04-16 12:09:34 +01:00
937e0d23d0
STYLE: consistent naming of files containing the 'New' method
...
before:
- 'new' prefixed to camel-cased class name: eg, someClass -> newSomeClass
- 'New' prefixed to templated class name: eg, TmplClass -> NewTmplClass
- 'New' suffixed to class name: eg, someClass -> someClassNew
after:
- consistent 'New' suffixed to class name, no change of case
eg, someClass -> someClassNew
eg, TmplClass -> TmplClassNew
2010-04-13 18:47:47 +02:00
42807ddd7e
STYLE: fix worst spacing violations for 'os <<' constructions
...
- accept some violations of the coding guidelines though
- perhaps adding a style exception would be simpler.
2010-04-13 17:45:49 +02:00
defea5836e
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
...
Conflicts:
src/OpenFOAM/containers/Lists/DynamicList/DynamicList.H
src/postProcessing/functionObjects/field/fieldValues/cellSource/cellSource.C
src/postProcessing/functionObjects/field/fieldValues/faceSource/faceSource.C
2010-04-13 11:07:19 +01:00