Commit Graph

10921 Commits

Author SHA1 Message Date
andy
e406ee04e9 ENH: Added 'added mass' hook to particle forces 2012-08-21 16:31:24 +01:00
andy
45a5899043 ENH: added virtual mass force selection to parcel types 2012-08-21 16:30:37 +01:00
andy
f91eb52ec9 STYLE: minor code formatting 2012-08-21 16:30:01 +01:00
andy
d2538b78ea ENH: Added particle virtual mass force 2012-08-21 16:29:27 +01:00
andy
f29916e208 STYLE: corrected typos in header file comments 2012-08-20 10:15:14 +01:00
andy
9162ade598 BUG: missing link option to incompressibleRASModels to enable wall function selection - mantis #627 2012-08-16 09:14:03 +01:00
andy
2d419cc7df BUG: Corrected mechanical energy in pEqn of compressibleTwoPhaseEulerFoam - mantis #624 2012-08-15 12:57:55 +01:00
andy
0dae57fb58 ENH: Removed unnecessary mapping for chemistry models since change to DimensionedFields 2012-08-14 15:07:07 +01:00
andy
3821ee560a ENH: Tutorial input dictionary updates 2012-08-14 14:27:10 +01:00
andy
1b9320bc0c ENH: change reaction rates to DimensionedFields to enable auto mapping 2012-08-14 14:26:50 +01:00
andy
af1437fd14 ENH: Added DimensionedField handling to volume/domain integrate 2012-08-14 14:26:11 +01:00
andy
69cc8d8ae7 ENH: change deltaTChem to DimensionedField to enable auto mapping 2012-08-14 14:25:34 +01:00
andy
affe532cd8 STYLE: updated notImplemented comment 2012-08-14 09:33:35 +01:00
andy
db3ad44774 ENH: Bounded mass fraction in COxidationHurtMitchell 2012-08-13 15:30:15 +01:00
andy
c0fa6d721c BUG: paraFoam - do not require reader module when using -builtin option - resolves mantis #612 2012-08-13 10:52:06 +01:00
andy
218c34fc00 ENH: Use strict type lookup class for MapDimensionedFields 2012-08-13 09:49:19 +01:00
andy
368b543831 BUG: remove ambiguous construction from tmp 2012-08-13 09:42:52 +01:00
andy
01da75a7ba STYLE: Minor code formatting 2012-08-13 09:29:57 +01:00
andy
da64febc79 BUG: Corrected use of strict in lookup class 2012-08-13 09:29:47 +01:00
andy
16d5e020ca BUG: set particle cell ID in cloud autoMap for mesh unrefine 2012-08-10 10:01:51 +01:00
andy
9dce59e9c4 ENH: Clear tet base pts and cell tree in polyMesh::updateMesh() 2012-08-10 09:59:53 +01:00
andy
e1d10fb3d1 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-09 17:55:18 +01:00
andy
022716537b ENH: revert to local interrogation of object registry contents 2012-08-09 17:21:54 +01:00
andy
aadd377def ENH: Code clean-up 2012-08-09 17:16:44 +01:00
andy
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
andy
bfafc1d73b STYLE: consistent naming for cloud source fields 2012-08-09 14:57:24 +01:00
andy
6082a72bb3 ENH: Added mapping support for DimensionedFields 2012-08-09 14:32:40 +01:00
andy
baf3fe8c2c ENH: Enabled strict type check on lookupClass 2012-08-09 14:30:48 +01:00
sergio
a59fbe8f1e BUG: bug in reactingOneDim.C for updating gas phi 2012-08-08 17:22:08 +01:00
sergio
f26e16a9fa BUG: Deleting undefined function 2012-08-08 12:44:06 +01:00
sergio
df90b2db06 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-08 10:28:14 +01:00
sergio
0731c47257 ENH: Modifying oppositePanels combustion case 2012-08-08 10:27:40 +01:00
mattijs
13946540fa STYLE: codedFixedValue: make const 2012-08-07 17:02:34 +01:00
mattijs
a0c19271db Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-07 17:01:27 +01:00
sergio
4604b692f8 ENH: Add local rho into reactingOneDim.C 2012-08-07 16:33:33 +01:00
sergio
043576f61f Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-07 14:24:39 +01:00
sergio
fd6f81bbf3 ENH: Adding surfaceFields sampling to sampledPatch 2012-08-07 14:23:55 +01:00
mattijs
8ea91264c4 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-06 22:52:28 +01:00
andy
8c5a73ebbc STYLE: Updated copyright year 2012-08-06 17:57:29 +01:00
andy
4b680466ec Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-06 17:52:45 +01:00
andy
8aca0ed310 ENH: Only inject new parcelt if nParticle/parcel >= 1 2012-08-06 17:45:51 +01:00
mattijs
ea0ba70e7a Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-03 17:37:18 +01:00
mattijs
62c5dd128a ENH: changeDictionary: understand patchGroups 2012-08-03 17:36:48 +01:00
mattijs
e316a4d647 GIT:0/Ma: postprocessing file 2012-08-03 15:22:40 +01:00
sergio
4113feb869 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-08-03 14:49:25 +01:00
sergio
2d7f780e9a ENH: changing tolerances for p and U and diskDir 2012-08-03 14:48:13 +01:00
sergio
3fa9f70018 ENH: Modifying fvSolution and fvSchemes in smallPoolFire3D 2012-08-03 13:43:31 +01:00
andy
fc1bc5c5e2 ENH: Update injector positions when mesh is updated 2012-08-03 10:40:34 +01:00
andy
362d2fdac8 ENH: Updated lagrangian tutorials after radiation update 2012-08-03 10:39:43 +01:00
andy
a76bdc1bd2 STYLE: minor code formatting 2012-08-03 09:24:21 +01:00