Commit Graph

9377 Commits

Author SHA1 Message Date
andy
368dbd2dba ENH Templated and re-worked explicitSetValue field source 2011-11-01 16:50:27 +00:00
andy
175e8bf27e ENH: Aligned finite volume sources - now all derived from basicSource 2011-11-01 15:23:51 +00:00
Henry
afdf0df33a porousBafflePressureFvPatchField: Requires value 2011-11-01 13:17:36 +00:00
Henry
3ecf14d584 Corrected entry 2011-11-01 13:17:14 +00:00
Henry
7df438eea4 LienCubicKELowRe: Added the name for G 2011-11-01 11:46:35 +00:00
Henry
e75410c8ba janafThermo: Warnings concerning differing Tcommon are now FatalErrors 2011-10-30 11:42:44 +00:00
andy
2f980abf24 STYLE: Corrected minor typo 2011-10-28 16:12:25 +01:00
mattijs
8f8d7b1fbe Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-28 15:34:40 +01:00
mattijs
38c1e9aedd ENH: cyclicGAMGInterface.C: cleaner algorithm 2011-10-28 15:24:25 +01:00
Henry
724f43afff Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-28 15:23:24 +01:00
Henry
0bc7781592 janafThermo: Correct averaging of Tcommon for reactions 2011-10-28 15:23:18 +01:00
Henry
75d2614b4a XiFoam: Limit b when calculating XiEq 2011-10-28 15:22:53 +01:00
mattijs
e5a635c8b1 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-28 11:46:45 +01:00
mattijs
ee11f9c0e8 ENH: pointInCell, findCell: switchable in-cell algorithm 2011-10-28 11:33:30 +01:00
mattijs
6b44617c68 ENH: processorGAMGInterface.C: cleaner algorithm 2011-10-28 11:32:39 +01:00
mattijs
09639dc571 BUG: codedFunctionObject: missing dictionary assignment 2011-10-28 11:32:06 +01:00
mattijs
6e08162fc2 BUG: extrude2DMesh: offset z-points 2011-10-28 11:31:45 +01:00
mattijs
a0352b0ae0 ENH: polyTopoChange: efficient sorting 2011-10-28 11:31:23 +01:00
Henry
9a7bdf6ba9 Corrected line length 2011-10-27 17:22:02 +01:00
Henry
547f300213 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-27 17:21:07 +01:00
Henry
a0459cb253 Minor reformatting 2011-10-27 17:19:57 +01:00
Henry
242684dc3d Thermo: limit the temperature during energy->temperature conversion 2011-10-27 17:19:26 +01:00
Sergio Ferraris
97ee0d2cf9 ENH: Adding kklOmega incompressible turbuelence model 2011-10-27 15:37:30 +01:00
andy
21cea554cc BUG: Corrected I/O for reactions 2011-10-27 15:06:02 +01:00
andy
ecd1dd8144 ENH: Updated chemkinToFoam utility to reflect changes in chemistry reader constructors 2011-10-27 15:05:35 +01:00
andy
822db5b166 BUG: Reinstated pure virtual species table function 2011-10-27 11:58:56 +01:00
andy
1644766ff5 STYLE: Removed spurious additional spaces 2011-10-27 11:50:02 +01:00
andy
88b19514a8 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-27 11:40:00 +01:00
andy
13aa738013 BUG: Species table now held by reactingMixture class so that it
persists after chemistry reader class is deleted

- corresponds to mantis bug report 326
2011-10-27 11:36:39 +01:00
laurence
70bc297da5 BUG: cvMesh.C: Remove #include "fvCFD.H". 2011-10-27 09:44:48 +01:00
andy
96b94ccace STYLE: removed random # 2011-10-26 18:32:32 +01:00
andy
aa0489eff4 ENH: Removed redundant file 2011-10-26 14:52:01 +01:00
andy
83cbf3a851 BUG: Corrected finalInnerIter call in pEqn 2011-10-26 14:39:50 +01:00
andy
9e7bf84c53 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-26 14:37:24 +01:00
Henry
238b776fec src/finiteVolume/Make/files: added new multivariate scheme 2011-10-26 14:36:32 +01:00
Henry
721da9c038 face: add special treatment for the sweptVol of a triangular face 2011-10-26 14:35:34 +01:00
Henry
0d9fdfc5c3 multivariateIndependentScheme: new multi-variate discretisation scheme
Generic multi-variate discretisation scheme class for which any of the
    NVD, CNVD or NVDV schemes may be selected for each variable and applied
    independently.

    This is equivalent to using separate "div" terms and schemes for each
    variable/equation.
2011-10-26 14:34:59 +01:00
andy
6a999c7225 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-26 14:32:13 +01:00
Henry
50322c3f4c Corrected line length 2011-10-26 14:32:01 +01:00
andy
ca3ec6ebcb ENH: Updated SIMPLE solvers to new simpleControl framework 2011-10-26 14:31:57 +01:00
Henry
ec2a123fa2 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-26 14:30:45 +01:00
Henry
a5ba2cc9cd multiphaseEulerFoam: Work in progress 2011-10-26 14:30:06 +01:00
andy
3f53a04f09 ENH: Extended and restructured solutionControl class 2011-10-26 14:29:49 +01:00
laurence
3b67987c7d BUG: extrude2DMesh.C: Add thickness to new point's extrude direction coordinate 2011-10-26 12:07:39 +01:00
andy
d05c5a41a1 ENH: Updated PIMPLE solvers to new pimpleControl framework 2011-10-26 12:04:25 +01:00
andy
4c63590979 ENH: Updated pimpleControl - better encapsulation and included PISO/non-ortho loops 2011-10-26 12:02:26 +01:00
Sergio Ferraris
8ebd492595 ENH: Changing mechanical and thermal properties to volScalarFields 2011-10-25 17:40:30 +01:00
mattijs
d666fda130 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-25 15:35:56 +01:00
mattijs
a78139ea1c COMP: wmake/rules/linux*Gcc*: clean compilation on ubuntu 11.10 2011-10-25 15:35:13 +01:00
andy
72cc4cd7d8 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2011-10-25 11:50:47 +01:00