Commit Graph

10997 Commits

Author SHA1 Message Date
48cf4e6715 STYLE: foamHelp helpType clean-up 2012-08-16 15:46:49 +01:00
20d9399d7f ENH: encapsulated retrival of path to doxygen documentation 2012-08-16 15:00:36 +01:00
0c081688ee ENH: Added displayDocOptions for default behaviour when no arg specified 2012-08-16 14:50:13 +01:00
df91d1349f ENH: Added missing Make files/options 2012-08-16 14:39:07 +01:00
c69d344864 ENH: Added help utility for function objects 2012-08-16 14:38:19 +01:00
5f6f5e4364 ENH: Added help utility for buondary conditions 2012-08-16 14:38:05 +01:00
867575c855 ENH: Added new foamHelp utility 2012-08-16 14:37:28 +01:00
7627c08ea8 ENH: Added base structure for foamHelp utility 2012-08-16 14:36:53 +01:00
a9e8caa979 ENH: Updated function object documentation 2012-08-13 18:18:19 +01:00
b662103d31 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-13 17:46:15 +01:00
c0e345d188 Merge branch 'master' of /export/shaggy2/andy/shelob/OpenFOAM/OpenFOAM-dev 2012-08-13 17:39:51 +01:00
1b314bdce7 ENH: added linebreak option for doxygen 2012-08-13 17:38:05 +01:00
f3d8e5316c Updated function object documentation 2012-08-13 17:36:58 +01:00
c74987549b ENH: Added plaintable doxy table 2012-08-13 15:44:56 +01:00
db3ad44774 ENH: Bounded mass fraction in COxidationHurtMitchell 2012-08-13 15:30:15 +01:00
536c4aa210 ENH: Updated function object documentation 2012-08-13 14:29:42 +01:00
93e7d6e392 ENH: fieldAverage - renamed cleanRestart to resetOnRestart 2012-08-13 14:29:16 +01:00
c0fa6d721c BUG: paraFoam - do not require reader module when using -builtin option - resolves mantis #612 2012-08-13 10:52:06 +01:00
218c34fc00 ENH: Use strict type lookup class for MapDimensionedFields 2012-08-13 09:49:19 +01:00
368b543831 BUG: remove ambiguous construction from tmp 2012-08-13 09:42:52 +01:00
01da75a7ba STYLE: Minor code formatting 2012-08-13 09:29:57 +01:00
da64febc79 BUG: Corrected use of strict in lookup class 2012-08-13 09:29:47 +01:00
9b682460c9 Merge branch 'master' of /export/shaggy2/andy/shelob/OpenFOAM/OpenFOAM-dev 2012-08-10 18:20:12 +01:00
b63f0a7451 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-10 18:19:33 +01:00
16d5e020ca BUG: set particle cell ID in cloud autoMap for mesh unrefine 2012-08-10 10:01:51 +01:00
9dce59e9c4 ENH: Clear tet base pts and cell tree in polyMesh::updateMesh() 2012-08-10 09:59:53 +01:00
e1d10fb3d1 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-09 17:55:18 +01:00
022716537b ENH: revert to local interrogation of object registry contents 2012-08-09 17:21:54 +01:00
aadd377def ENH: Code clean-up 2012-08-09 17:16:44 +01:00
f763bca42e BUG: #include of empty filename creates confusing error message (Mark Olesen)
When using #include or #includeIfPresent, it is easy to generate an
empty file name. For example,

    #include "~OpenFOAM/missing-path/file"

On error, findEtcFile() returns an empty fileName. This was treated as
a relative name, which meant there was an attempt to open the parent directory
as a file. The resulting error message was confusing:

    --> FOAM FATAL IO ERROR:
    Attempt to put back onto bad stream

    file: /CASE/PATH/system at line 1.

        From function void Istream::putBack(const token&)
        in file db/IOstreams/IOstreams/Istream.C at line 34.

- fix by leaving empty expansions as-is
2012-08-09 15:17:24 +01:00
bfafc1d73b STYLE: consistent naming for cloud source fields 2012-08-09 14:57:24 +01:00
6082a72bb3 ENH: Added mapping support for DimensionedFields 2012-08-09 14:32:40 +01:00
baf3fe8c2c ENH: Enabled strict type check on lookupClass 2012-08-09 14:30:48 +01:00
a59fbe8f1e BUG: bug in reactingOneDim.C for updating gas phi 2012-08-08 17:22:08 +01:00
f26e16a9fa BUG: Deleting undefined function 2012-08-08 12:44:06 +01:00
df90b2db06 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-08 10:28:14 +01:00
0731c47257 ENH: Modifying oppositePanels combustion case 2012-08-08 10:27:40 +01:00
13946540fa STYLE: codedFixedValue: make const 2012-08-07 17:02:34 +01:00
a0c19271db Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-07 17:01:27 +01:00
4604b692f8 ENH: Add local rho into reactingOneDim.C 2012-08-07 16:33:33 +01:00
043576f61f Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-07 14:24:39 +01:00
fd6f81bbf3 ENH: Adding surfaceFields sampling to sampledPatch 2012-08-07 14:23:55 +01:00
8ea91264c4 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-06 22:52:28 +01:00
8c5a73ebbc STYLE: Updated copyright year 2012-08-06 17:57:29 +01:00
4b680466ec Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-06 17:52:45 +01:00
8aca0ed310 ENH: Only inject new parcelt if nParticle/parcel >= 1 2012-08-06 17:45:51 +01:00
f12fe5d50e Merge branch 'master' of /export/shaggy2/andy/shelob/OpenFOAM/OpenFOAM-dev 2012-08-03 18:19:14 +01:00
ea0ba70e7a Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-03 17:37:18 +01:00
62c5dd128a ENH: changeDictionary: understand patchGroups 2012-08-03 17:36:48 +01:00
e316a4d647 GIT:0/Ma: postprocessing file 2012-08-03 15:22:40 +01:00