7ca8b24a0d
STYLE: minor code cleanup for codeStream/codedFixedValueFvPatchScalarField
2011-03-03 14:16:00 +01:00
7cd3c926bd
ENH: discard codeProperties in favour of using sha1-encoded library names
2011-03-03 09:06:14 +01:00
97cd3af1ff
ENH: cleanup codeStream - use dynamicCode, dynamicCodeContext encapsulation
...
Problems remain with codedFixedValueFvPatchScalarField:
- readIfModified() notices change on system/codeDict, but the
codeProperties::setUnmodified() means that only a single entry will
get processed
- it appears that while dlclose() may (or may not) be actually closing
the library, there are probably still references about. This means
that a subsequent reloading still points to the original functions
and the lookup is not updated correctly.
2011-03-01 14:19:24 +01:00
344a4500cb
ENH: runTimeSelection with addRemovable
2011-02-28 16:39:35 +01:00
5c5b82f289
BUG: codeProperties was masking regIOobject::modified()
...
- file changes were not getting noticed, made modified 'sticky'
2011-02-25 20:15:08 +01:00
74bc658fe9
ENH: new encapsulation: dynamicCode, dynamicCodeContext
...
- improve loading/unloading characteristics for codedFixedValue
but still needs work
2011-02-24 17:14:59 +01:00
78f4315ff5
Merge remote branch 'OpenCFD/master' into olesenm
2011-02-24 09:08:50 +01:00
6eb982573c
ENH: add stub function to codedFixedValueFvPatchScalarField for version checking
...
- eg, fixedValue10_<SHA1>, its existence indicates that the correct
library has been loaded
2011-02-24 08:54:12 +01:00
97a15a8b06
STYLE: simplify stringOps::expand names
2011-02-23 14:42:51 +01:00
67fc6a171a
ENH: use stringOps::expandDict when processing codeStream input
2011-02-23 14:22:14 +01:00
6799381974
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-23 10:31:10 +00:00
c564235402
STYLE: processorCyclic, lduPrimitiveMesh: extraneous code, comment
2011-02-23 10:14:43 +00:00
f4a84af465
STYLE: trim both ends of codeStream entries
...
- improves consistency of SHA1 calculation
2011-02-23 10:23:50 +01:00
70f359bb2b
STYLE: refactor codeStream code into codeStreamTools
2011-02-22 18:22:57 +01:00
dce20ade07
ENH: compile codedFixedValueFvPatchScalarField into local directory only
2011-02-22 16:25:34 +01:00
f0f2bfa632
ENH: refactor codeStreamTools, use for codedFixedValueFvPatchScalarField
2011-02-22 15:01:20 +01:00
d6874f0fce
ENH: codeStream, codedFixedValue: renamed. added template directory.
2011-02-21 14:33:14 +00:00
cfa58e0819
ENH: codeStream: documentation
2011-02-21 11:25:13 +00:00
5538eb4f95
ENH: #codeStream : new functionEntry
2011-02-21 10:13:01 +00:00
5152c4961d
GIT-HOOK: push-hook false positive
2011-02-15 18:58:58 +01:00
4b257efee9
adjustPhi: Removed the call to updateCoeffs as this may be premature
2011-02-14 11:04:49 +00:00
c3cb632c24
Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs
2011-02-08 18:22:00 +00:00
b3cde56f27
Doxygen docs: Corrected doxyFilter to preserve line numbers
...
Also corrected many formatting errors in the comments in C and H files
2011-02-07 22:50:49 +00:00
edbdd0ce4f
linearUpwind: Removed virtual function hiding
2011-02-02 13:30:35 +00:00
1f058f61b1
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2011-02-02 12:40:34 +00:00
49c79f073a
Higher-order upwinded: Reorganised linearUpwind and created an equivalent quadraticUpwind scheme from it
2011-02-02 12:40:14 +00:00
0ecf34e2f2
BUG: volPointInterpolate.C: incorrect index
2011-01-24 17:33:19 +00:00
121a377626
BUG: face and cell index the wrong way round.
2011-01-21 15:15:45 +00:00
4c8ec205e5
ENH: globalMeshData, mapDistribute : multi-point connectivity with transforms
2011-01-20 13:52:39 +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
1e729a52a6
ENH: timeVaryingMappedFV : improved debug message
2011-01-07 14:42:59 +00:00
2d787d50ae
inletOutlet BCs: update turbulence inletOutlet conditions
2011-01-07 12:50:44 +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
da439f5484
STYLE: consistent naming for templated/non-templated patch field construction
...
eg,
- makePatchTypeField -> makeTemplatePatchTypeField
- makeNonTemplatedPatchTypeField -> makePatchTypeField
2010-12-30 09:36:09 +01:00
4f2fde2094
BUG: incorrect '::template' keyword for specialized method
2010-12-22 15:41:06 +01:00
29e06d366b
STYLE: use faceUList typedef instead of unallocFaceList
2010-12-21 13:06:17 +01:00
399e160efb
COMP: avoid ambiguous construct from tmp
2010-12-21 11:54:14 +01: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
a494ec35a1
COMP: avoid ambiguous construct from tmp - finiteVolume, thermophysicalModels, turbulenceModels
...
- missed on these on the first sweep
2010-12-21 09:44:19 +01:00
7901ce1c37
COMP: add 'this->' qualifier to find methods in base case
2010-12-21 09:41:09 +01:00
12246143bd
Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
2010-12-20 17:17:05 +00:00
af7c53443e
ENH: FaceCellWave,PointEdgeWave : contiguous underlying data type
2010-12-20 17:16:30 +00:00
b81cb100fb
Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev
2010-12-20 16:38:13 +00:00
0441248c2c
finiteVolume: Added a new blended scheme in which the blending function is the limiter from a limitedScheme
2010-12-20 16:37:52 +00:00
228456ca5c
COMP: resolve conflict
2010-12-17 18:19:04 +00:00
3e6c89e079
ENH: Corrected copy right dates and formatting style
2010-12-17 18:16:46 +00: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