Commit Graph

5610 Commits

Author SHA1 Message Date
0a4c8f7266 ENH: add assignment from UIndirectList to DynamicList 2010-06-15 11:02:23 +02:00
fe43a59812 STYLE: Fixing gibberish description. 2010-06-14 18:36:38 +01:00
6c86384ac7 ENH: use UList instead of Field for fvMatrix::setValues() 2010-06-14 13:52:39 +02:00
245e31adef Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-11 17:00:31 +01:00
6c64f2780a COMP: finiteVolume/Make/options : have explicit dependency on OpenFOAM 2010-06-11 16:56:08 +01:00
8b46d0cc68 BUG: chtMultiRegionFoam : adapt for basicSolidThermo 2010-06-11 16:55:32 +01:00
9544280e65 ENH: Register turbulenceModel with optional name (default is 'turbulenceModel')
Now instead of looking up RASModel we can lookup turbulenceModel instead.
2010-06-11 16:39:16 +01:00
4c3021ba61 ENH: chtMulti* : adapted to use solidBasicThermo 2010-06-11 16:38:22 +01:00
2b88a6829d STYLE: sampledPlane : added comment about calling update() 2010-06-11 16:34:12 +01:00
8fb546d34d ENH: IOField,IOList : added name printing in error message. 2010-06-11 10:59:53 +01:00
b7e17abf9e ENH: basicSolidThermo : first implementation of solid thermo 2010-06-11 10:36:41 +01:00
4418d3f003 ENH: paraFoam : unset FOAM_ABORT to prevent backtrace printing hanging paraFoam 2010-06-11 10:03:36 +01:00
3cf1f5eacd ENH: IOdictionary : print name in warning message about READ_IF_MODIFIED 2010-06-11 10:01:53 +01:00
bd77d50b5f Miscellaneous developments from Hilary 2010-06-10 13:15:04 +01:00
cf1fa7115f Tutorial updates -- incomplete.
These changes are pushed to avoid continuous merge conflicts caused by scripted
changes to all the tutorial files.
2010-06-10 13:01:14 +01:00
460faa33ed buoyantSimpleFoam buoyantCavity tutorial: Updated
Update not complete.
2010-06-10 12:59:34 +01:00
d53f5edf5c damBreak4phase: Tested and updated multiphaseInterFoam solver tutorial. 2010-06-10 12:55:04 +01:00
17d36e9353 multiphaseInterFoam: changed alphaContactAngleFvPatchScalarField to multiphaseAlphaContactAngleFvPatchScalarField
to avoid name clashed with the version of alphaContactAngleFvPatchScalarField in the interfaceProperties library.
2010-06-10 12:53:54 +01:00
02d5869644 BUG: multiLevelDecomp : access to lower level dictionary 2010-06-10 08:21:14 +01:00
a85f1fd9fd STYLE: changed comment in sampleDict 2010-06-10 08:20:08 +01:00
3fd4142911 BUG: foamToVTK incorrect symmTensor components 2010-06-10 08:19:28 +01:00
3137861e7e ENH: multiLevelDecomp : added debug statistics printing 2010-06-09 11:35:57 +01:00
56bcb231ac ENH: add intensity/mixingLength entries, printCoeffs in porousZone 2010-06-09 10:29:04 +02:00
d5ec1d3cee STYLE: minor typo in comments 2010-06-09 08:58:41 +02:00
1a17581567 STYLE: consistent handling of compile/link flags for fileMonitor and setSet 2010-06-08 14:35:11 +02: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
6dbc3b9f92 BUG: incorrect range check in interpolationLookUpTable 2010-06-08 10:26:17 +02:00
679d23c5dc STYLE: move interpolationLookUpTable -> src/OpenFOAM/interpolations 2010-06-08 09:59:55 +02:00
42e97e38e7 STYLE: fix (verbatim) documentation formatting
ENH: log10/bound optional in uniformInterpolationTable (consistent w/ example)
2010-06-08 09:38:04 +02:00
e252ef2df3 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-07 17:12:19 +01:00
f2750f7d21 STYLE: corrected spelling in comment 2010-06-07 17:11:32 +01:00
0ebfd35059 BUG: regIOobject : fix error message for files that cannot be found 2010-06-07 16:45:24 +01:00
3277d0573e STYLE: use 'using Field<Type>::operator[]' in DynamicField 2010-06-07 14:37:48 +02:00
394b05a7ab ENH: drop polyMeshAdderTemplates.C in favour of using DynamicList::append 2010-06-07 14:25:08 +02:00
297a8b7d6c ENH: move fileMonitor stat vs. inotify to internal class
- avoids potential mismatches between header and courtesy binaries
2010-06-07 13:51:14 +02:00
435013ea08 ENH: consistency with DynamicList - add append(const T&) to List 2010-06-07 08:56:55 +02:00
e5e768403b STYLE: decomposeParDict : added some more comment about multiLevel 2010-06-04 16:16:12 +01:00
fbe04b18ec Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/parallel/decompose/scotchDecomp/scotchDecomp.C
2010-06-04 16:09:16 +01:00
9f8b5bb693 ENH: P1 model : added radiative flux Qr. 2010-06-04 15:33:00 +01:00
dafbfb5c20 ENH: multiLevel decomposition method. 2010-06-04 15:31:19 +01:00
c9f9d384e5 BUG: searchableCylinder : handling of points on axis 2010-06-04 15:30:53 +01:00
2db6aa4cfb ENH: processorCyclic : warn for unsupported scheduled comms 2010-06-04 15:27:47 +01:00
28b1a9e2c6 Merge branch 'olesenm' 2010-06-03 10:25:03 +01:00
fed204aad6 ENH: use residual from the first iteration for residualControl 2010-06-02 15:56:51 +02:00
db8b5e6b8a ENH: retain a list of solverPerformance in data
- reset when the iteration changes
2010-06-02 15:36:49 +02:00
7b941b790f ENH: add operator>> and operator!= to lduMatrix::solverPerformance
- needed for reading a List<lduMatrix::solverPerformance>
2010-06-02 14:35:03 +02: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
b79a5d7172 Merge branch 'master' of ssh://graham@hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-06-02 12:04:28 +01:00
3e56d3ebc7 STYLE: solid.H typo in comment 2010-06-02 11:48:13 +01:00
3ea59aff68 STYLE: addPatchCellLayer : unused variable. 2010-06-02 11:21:28 +01:00