Commit Graph

13249 Commits

Author SHA1 Message Date
Sergio Ferraris
1446804c4a BUG: Fixing indexing on boundaryFaceFaces_ array 2013-06-13 17:35:03 +01:00
Sergio Ferraris
315732d7a8 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-12 10:22:04 +01:00
Sergio Ferraris
8a0d38e860 BUG: Correcting templates instantiation for SolidChemistry 2013-06-12 10:21:31 +01:00
andy
d5d92af0bf Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-12 09:38:26 +01:00
andy
77d8b45ded BUG: chemFoam - reverted change to pressure indexing 2013-06-12 09:38:13 +01:00
Henry
58aa5560aa wallFunctions: corrected fvPatchField to fvPatchScalarField for the return reference 2013-06-12 08:25:47 +01:00
Henry
f2daad4806 Field: Removed unnecessary typedef which causes gcc-4.8 and latest clang to spew-out hundreds of warning messages 2013-06-11 20:10:42 +01:00
laurence
d48c4423b4 git pushMerge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-11 14:30:48 +01:00
laurence
3d2a4ece30 ENH: foamyHexMesh: Split location of infinite cells and processor boundary cells 2013-06-11 14:30:20 +01:00
andy
72c89ca286 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-11 13:16:49 +01:00
andy
e6f58fa7b9 ENH: Added missing typedef 2013-06-11 13:16:44 +01:00
Henry
77ecd66a3d Pe: Correct expressions for laminar flow (incompressible and compressible) 2013-06-11 13:07:44 +01:00
Henry
e66cd871b5 wmake: add "dwim" target
dwim (do what I mean): search up directories tree for Make sub-directory and build the target
    specified in Make/files
2013-06-11 12:58:19 +01:00
andy
850816f829 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-11 11:18:00 +01:00
andy
eb7456eee5 ENH: Added fvOptions support to buoyantBoussinesq heat transfer solvers 2013-06-11 11:17:46 +01:00
andy
c29b9fc023 ENH: Updated wall function update when applying external weights (e.g. ACMI) 2013-06-11 11:17:08 +01:00
laurence
febb41f647 STYLE: Add printVertexInfo option to default foamyHexMesh dict 2013-06-11 11:09:03 +01:00
laurence
c19187c755 STYLE: Correct typo 2013-06-11 10:45:00 +01:00
andy
2411c340b0 ENH: porosityModels - now derived from regIOobject instead of meshObject 2013-06-11 10:44:18 +01:00
andy
84569f0f12 BUG: Updated accumulations in wall functions 2013-06-11 10:43:45 +01:00
mattijs
80e2cc56c2 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-11 08:48:43 +01:00
mattijs
04f649f9bb COMP: treeDataEdge: unused member data 2013-06-11 08:48:20 +01:00
Sergio Ferraris
0df52ae49b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-10 15:18:02 +01:00
Sergio Ferraris
bbac10d275 ENH: Adding timeStamp check for distributedTrySurfaceMaesh.
It needs to be timeStamp (read on local processors)
2013-06-10 15:17:38 +01:00
mattijs
2c17bbcfe9 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-10 11:27:44 +01:00
mattijs
a26c9ebd55 ENH: surfaceCheck: new self-intersection test 2013-06-10 11:27:20 +01:00
mattijs
707fa19e39 ENH: treeDataPrimitivePatch: exposed findIntersection 2013-06-10 11:22:24 +01:00
mattijs
1aefea9df7 BUG: codedFunctionObject: add timeSet functionality 2013-06-10 11:18:17 +01:00
Henry
55f982bb6a smoothDelta: correct comment 2013-06-09 21:11:47 +01:00
mattijs
3050476b1f STYLE: chtMultiRegionFoam: corrected comment 2013-06-07 14:53:49 +01:00
mattijs
fa8bb697b9 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-07 14:37:04 +01:00
mattijs
6e857fc8dc ENH: treDataPrimitivePatch: added self intersection operator 2013-06-07 14:36:04 +01:00
mattijs
745ca39fbe ENH: scalarField: added unit conversions on fields 2013-06-07 14:35:24 +01:00
Sergio Ferraris
25ace9a507 ENH: Clipping htcs and htcw of the film to near zero where there is
not film. This avoid heat transfer in regions where the surface is dry
2013-06-07 12:44:05 +01:00
Sergio Ferraris
010a01e536 BUG: Correcting Cp to Cpv to handle inernal energy or enthalpy depending
on the thermo
2013-06-07 12:25:34 +01:00
Sergio Ferraris
1282341b28 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-07 12:23:30 +01:00
Sergio Ferraris
fb1a7764ad ENH: Adding polynomial transport and thermo for solids 2013-06-07 12:22:50 +01:00
mattijs
0b6b2b0f53 STYLE: polyMeshTools: unused code 2013-06-07 12:13:49 +01:00
laurence
b5004453ae Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-07 11:36:51 +01:00
Sergio Ferraris
c3a2dd3188 ENH: Adding virtual function timeSet() to function objects:
probes, sampledSets and sampledSurfaces
2013-06-07 11:19:24 +01:00
Sergio Ferraris
6f40272339 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-06-07 10:11:37 +01:00
Sergio Ferraris
a50d78ea93 EMH: Adding a hook to functionObject called 'timeSet' at the
end of Time::operator++. This allows to know if the next timeIndex will be
a dumping time. The function object "partialWrite" modifyes the write option
of the those fields which will be written down at given intervals of the overall
outout times.
2013-06-07 10:11:07 +01:00
Sergio Ferraris
2e1ccf40b7 ENH: Adding a hook to functionObject called 'timeSet' at the
end of Time::operator++. This allows to know if the next timeIndex will be
a dumping time. The function object "partialWrite" modifyes the write option
of the those fields which will be written down at given intervals of the overall
outout times.
2013-06-07 10:08:03 +01:00
laurence
f5bfc5d2e7 ENH: scalarMatrices: Add determinant calculation 2013-06-07 08:57:04 +01:00
laurence
c574abb243 ENH: foamyHexMesh: Edge conformation improvements 2013-06-06 13:42:55 +01:00
andy
8af8a6eecc ENH: Upadted model variable names to use : syntax 2013-06-06 12:31:17 +01:00
andy
02703cf065 ENH: Removed unused #include files 2013-06-06 12:30:45 +01:00
laurence
0004dc6d12 BUG: polyMeshFilter: Reduce newBadFaces 2013-06-06 11:53:46 +01:00
laurence
0b40592ac9 BUG: polyMeshFilter: Correct logic 2013-06-06 11:00:21 +01:00
laurence
3e219bf9fc ENH: polyMeshFilter: Do not allow new bad faces to be created 2013-06-06 10:38:25 +01:00