fd9fd2c9cb
COMP: avoid ambiguous construct from tmp - thermophysicalModels
2010-12-17 17:15:42 +01:00
329294b3cf
COMP: avoid ambiguous construct from tmp - surfaceFilmModels
2010-12-17 17:14:43 +01:00
51798abad4
COMP: avoid ambiguous construct from tmp - sampling
2010-12-17 17:13:30 +01:00
f4a5bea2b9
COMP: avoid ambiguous construct from tmp - randomProcesses
2010-12-17 17:12:38 +01:00
8de19df4a7
COMP: avoid ambiguous construct from tmp - parallel
2010-12-17 17:11:57 +01:00
fa6b1157f2
COMP: avoid ambiguous construct from tmp - mesh, meshTools
2010-12-17 17:10:18 +01:00
ffa2836a75
COMP: avoid ambiguous construct from tmp - lagrangian
2010-12-17 17:05:38 +01:00
cc8ad42aa8
COMP: avoid ambiguous construct from tmp - fvMotionSolver
2010-12-17 17:02:42 +01:00
ee574dbbbd
COMP: avoid ambiguous construct from tmp - surfaceInterpolation
2010-12-17 17:01:42 +01:00
c4bbc00dd3
COMP: avoid ambiguous construct from tmp - fvMatrices, fvMesh
2010-12-17 17:00:21 +01:00
d4560178e2
COMP: avoid ambiguous construct from tmp - gradSchemes
2010-12-17 16:58:09 +01:00
9d95a6f59d
COMP: avoid ambiguous construct from tmp - ddtSchemes
2010-12-17 16:57:02 +01:00
4c5ce4c8fb
COMP: avoid ambiguous construct from tmp - fvPatchFields/derived
2010-12-17 16:54:24 +01:00
881f0c03a7
COMP: avoid ambiguous construct from tmp - fvPatchFields/basic, constraint
2010-12-17 16:52:10 +01:00
e08395c045
COMP: avoid ambiguous construct from tmp - finiteVolume/cfdTools
2010-12-17 16:49:49 +01:00
bd7d27e622
COMP: avoid ambiguous construct from tmp - engine
2010-12-17 16:43:37 +01:00
7b1eb1ceb8
COMP: avoid ambiguous construct from tmp - dynamicFvMesh, dynamicMesh
2010-12-17 16:38:45 +01:00
cf4bde4936
COMP: avoid ambiguous construct from tmp - src/OpenFOAM
2010-12-17 16:33:09 +01:00
f883a3f136
COMP: incorrect constructor used in explicitSource
2010-12-17 16:50:14 +01:00
e09a227a48
COMP: qualify methods from surfaceFormatsCore
2010-12-17 16:20:17 +01:00
215450ccd1
STYLE: adjust copyright dates on scotch decompose
2010-12-17 16:17:42 +01:00
d5edc848e4
BUG: invalid expand() on const fileName&
2010-12-17 16:11:54 +01:00
5ddca2ee01
COMP: macros for non-templated chemistry readers
2010-12-17 16:11:09 +01:00
5e4c5c9469
COMP: macros for non-templated boundary conditions
2010-12-17 16:05:22 +01:00
f729c75bd8
COMP: new defineTemplate2TypeNameAndDebug macros
...
- apparently needed to specialize a templated sub-class of a template
class
Normal:
template<>
defineDebugSwitchWithName(Type, Name, DebugSwitch)
New for sub-classes:
template<>
template<>
defineDebugSwitchWithName(Type, Name, DebugSwitch)
2010-12-17 15:51:09 +01:00
97517208ad
COMP: drop construct Field from SubField for non-Intel
...
- duplicates existing SubField -> Field conversion method
- retain for Intel until we confirm it works there too
2010-12-17 15:46:56 +01:00
9224daad7b
COMP: add 'this->' qualifier to find methods in base case
2010-12-17 15:39:50 +01:00
90ea219f77
COMP: 'template' keyword for specialization with '.' or '->'
2010-12-17 15:24:15 +01:00
5f9d20e1d8
STYLE: add Foam:: qualifier to some method names
2010-12-17 15:15:08 +01:00
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