Commit Graph

6378 Commits

Author SHA1 Message Date
85bae17943 STYLE: add formatting of NamedEnum template arguments 2010-12-17 14:36:13 +01:00
3d2734f62b COMP: NamedEnum specialization within 'Foam' namespace only
- specializing within deeper nested namespaces is not allowed
2010-12-17 09:49:59 +01:00
ce7694efcc STYLE: add trailing ';' after makePatchTypeFieldTypedefs 2010-12-17 09:40:02 +01:00
e53c41418e COMP: avoid bind to temporary 2010-12-16 08:08:20 +01:00
4e5224f970 COMP: interpolation lookup table had fvMesh, but only needed objectRegistry 2010-12-15 14:17:58 +01:00
36509f045b BUG: typo in copy constructor for coordinateSystem 2010-12-15 10:17:37 +01:00
8c954fd45f COMP: adjust makePatchTypeField to handle non-template BCs 2010-12-15 09:26:40 +01:00
aaa7cd109f COMP: access enclosing member data via reference in inner class 2010-12-15 08:35:47 +01:00
e84df132e3 COMP: extendedStencil had disabled copy constructors
- gcc was ok, caused problems for clang
- fixed following email with Mattijs
- extendedStencil was introduced 2008, adjusted Copyright accordingly
2010-12-15 08:30:49 +01:00
d8fb38fbc1 BUG: single instead of double quotes in git hooks message 2010-12-14 17:52:27 +01:00
3aa49fef5e ENH: first version of labelRange, labelRanges
- an opaque means of handling ranges of labels
2010-12-13 11:51:49 +01:00
75e632115c ENH: add '-s|-t' options for foamNew, cat to stdout on '-' prefixed class name
- eg, "foamNewSource IO -", "foamNew -s IO -"  displays on stdout
  convenient for grabbing boilerplate directly
2010-12-13 11:48:21 +01:00
54a375ccb8 STYLE: use more standard empty() and valid() in scalarRange 2010-12-08 10:18:04 +01:00
a3c6d6ace3 COMP: incomplete Time class used in objectRegistryTemplates 2010-12-08 08:41:50 +01:00
f5f51aebe2 BUG: FaceCellWave::propagationTol_ was const 2010-12-08 08:17:00 +01:00
e8e79cc9eb ENH: add command-line mechanism for specifying user prefs
- eg,
  . PATH_TO_FOAM/etc/bashrc myPrefs.sh
2010-12-07 15:30:22 +01:00
a00ec1562a Merge remote branch 'OpenCFD/master' into olesenm 2010-12-07 15:20:19 +01:00
1de8695aec ENH: ReleaseNotes-dev : update 2010-12-07 11:14:58 +00:00
e385e603c9 STYLE: selfContainedDirectMapped : line length 2010-12-07 11:10:47 +00: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
a2b73a1c6d STYLE: use X.last() method instead of X[X.size()-1] 2010-12-07 09:56:52 +01:00
f367ee2ece ENH: add 'flip()' in-place method to edge, face, triFace 2010-12-07 08:58:31 +01:00
dadac8acdf Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-12-06 17:16:44 +00:00
228c4ab263 BUG: directMapped tutorial: add missing interpolationScheme 2010-12-06 15:55:42 +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
d730150e18 ENH: globalPoints : disabled 'scheduled' mode for globalPoints construction 2010-12-06 15:51:08 +00:00
d54b31e2d6 BUG: deltaMax correction and IDDED delta correction 2010-12-06 12:47:14 +00:00
2ec4f3631a Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2010-12-06 12:21:50 +00:00
62e5c1284e Removed corrupt file 2010-12-06 12:21:43 +00:00
c8314956da wmake: Updated rules for Icc 2010-12-06 12:21:16 +00:00
e72d32028c ENH: use boundBox contains(), containsAny() methods 2010-12-06 11:35:36 +01:00
40315b21c0 ENH: Allow a weightField volScalarField to be specified in decomposeParDict.
Weights the cells in the decomposition.
2010-12-03 22:15:47 +00:00
ecf998193f ENH: redistributeMeshPar : allow generic 2010-12-03 14:27:30 +00:00
c5822f577e ENH: blockTopology.C : nice warning message if preservePatchTypes 2010-12-03 13:01:46 +00:00
dd7f831225 ENH: solution.C, fvSchemes.C : remove syncPar argument 2010-12-03 13:01:13 +00:00
aafb9aa3f1 BUG: PointEdgeWave : incorrect transform 2010-12-03 12:07:03 +00:00
8f15184be9 ENH: redistributeMeshPar : make it work with master-reading of dictionaries 2010-12-03 12:04:43 +00:00
9afbd68059 ENH: cyclicPolyPatch : disable warning about faces not perpendicular to rotation axis 2010-12-03 12:03:37 +00:00
dac9c7c46d BUG: cyclicLduInterfaceField : nonuniform transformation 2010-12-03 12:00:29 +00:00
4e6f27634f BUG: FaceCellWave : incorrect transformation tensor 2010-12-03 11:38:41 +00:00
1a4190e766 ENH: IOdictionary : tree distribution of master dictionary 2010-12-03 11:19:52 +00:00
a17c3f96bd STYLE: objectMap : indentation 2010-12-03 11:19:26 +00:00
11979f6a29 ENH: fvSchemes,fvSolution : read file only once. 2010-12-03 11:12:44 +00:00
1c3c1e017b ENH: fluent3dMeshToFoam : added initial part for reading of periodic faces 2010-12-02 18:46:50 +00:00
2c51cc509d ENH: inotify.txt : update 2010-12-02 18:45:35 +00:00
d710b87c06 ENH: cyclicPolyPatch : add checking for faces non-aligned to rotation axis
Added constructor from components.
2010-12-02 18:43:23 +00:00
d775a901c5 BUG: fileMonitor : non-parallel running use state directly. 2010-12-02 13:39:17 +00:00
a302963032 ENH: ptscotchDecomp : allow zero sized domains 2010-12-01 10:46:00 +00:00