Commit Graph

11085 Commits

Author SHA1 Message Date
75459f1316 STYLE: Updated header description 2012-05-30 15:27:09 +01:00
c34efdac09 ENH: Removed redundant entries from splash tutorial 2012-05-30 15:26:38 +01:00
53bd62e50d LimitedSchemes: Improved handling of division by very small number 2012-05-30 15:25:17 +01:00
3e03e3ba07 MULES: corrected handling of density in implicitSolve 2012-05-30 15:23:56 +01:00
d5b8f549b9 fvMatrix: Further improvement to relaxation procedure 2012-05-30 15:23:33 +01:00
ea6a8d4b6b OpenFOAM face: removed optimization for triangles
This Optimization causes a small discrepancy between the swept-volume of
    opposite faces of complex cells with triangular faces opposing polygons.
    It could be used without problem for tetrahedral cells.
2012-05-30 15:22:37 +01:00
dead8ec098 Thermodynamics: Rationalization
At the specie level:
    hs = sensible enthalpy
    ha = absolute (what was total) enthalpy
    es = sensibly internal energy
    ea = absolute (what was total) internal energy

At top-level
    Rename total enthalpy h -> ha
    Rename sensible enthalpy hs -> h

Combined h, hs, e and es thermo packages into a single structure.

Thermo packages now provide "he" function which may return either enthalpy or
internal energy, sensible or absolute according to the run-time selected form

alphaEff now returns the effective diffusivity for the particular energy which
the thermodynamics package is selected to solve for.
2012-05-30 15:21:32 +01:00
63da3e9afc Thermodynamics: Rationalization
At the specie level:
    hs = sensible enthalpy
    ha = absolute (what was total) enthalpy
    es = sensibly internal energy
    ea = absolute (what was total) internal energy

At top-level
    Rename total enthalpy h -> ha
    Rename sensible enthalpy hs -> h

Combined h, hs, e and es thermo packages into a single structure.

Thermo packages now provide "he" function which may return either enthalpy or
internal energy, sensible or absolute according to the run-time selected form

alphaEff now returns the effective diffusivity for the particular energy which
the thermodynamics package is selected to solve for.
2012-05-30 15:19:38 +01:00
d51122fa10 COMP: surfaceMeshTriangulate: use surfMesh instead of triSurface 2012-05-30 12:02:09 +01:00
7969bc87d1 ENH: surfaceFeatureExtract: allow flipping. Code cleanup. 2012-05-30 11:47:31 +01:00
b06e2e6589 ENH: surfaceMeshTriangulate: generalise for MeshedSurface instead of triSurface. Add patchSet. Add topological point merging 2012-05-30 11:42:37 +01:00
9ec1e9d2c2 BUG: UnsortedMeshedSurface: zone ordering returns original to sorted map 2012-05-30 11:41:47 +01:00
e781b335bf STYLE: checkMesh,collapseEdges: renamed -meshQuality argument for consistency 2012-05-30 09:30:44 +01:00
7c4c6cdbea BUG: globalMeshDataTemplates: only create reference if necessary 2012-05-29 18:07:58 +01:00
f85eecd22d ENH: extendedFeatureEdgeMesh: added flipNormals function 2012-05-29 18:07:32 +01:00
a2ca7b1933 BUG: MeshedSurface: cannot transfer copy 2012-05-29 18:06:37 +01:00
14dce8cef9 BUG: extendedFeatureEdgeMesh: updated indexing of edges 2012-05-29 11:04:49 +01:00
cc6d07c40e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-29 10:40:45 +01:00
217405865a ENH: surfaceFeatureExtract: adding of extendedFeatureEdgeMeshes 2012-05-29 10:38:50 +01:00
fdeaf393d7 ENH: surfaceFeatures: special case for minCos=1 2012-05-29 10:37:56 +01:00
5d0d4b4b78 BUG:Using fvMatrix function to set value in h Eq 2012-05-28 15:16:44 +01:00
8ad7375e7c BUG: (externalWallHeatFluxTemperatureFvPatchScalarField.C) missing copy
heatTrandferType in some constructors
2012-05-25 14:31:28 +01:00
afdd7db8b7 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-25 13:50:57 +01:00
5da9ae8f2b ENH: Simplified tutorial changeDictionaryDict 2012-05-25 13:50:41 +01:00
d061a8350b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-24 19:02:54 +01:00
63a9c592be BUG: cellSizeControl: start off with low priority so single control surface works 2012-05-24 19:02:06 +01:00
e61e2ae888 BUG: Corrected film splash model incident energy 2012-05-24 14:53:00 +01:00
2395d810d4 BUG: (kklOmega.C) limiting exp to avoid under flow 2012-05-24 14:30:52 +01:00
bfbb22d6d9 ENH: Updated templating in AMI code 2012-05-24 13:03:16 +01:00
5fe2004059 BUG: turbineSiting: remove *ProcAddressing files after parallel snappyHexMesh 2012-05-24 11:51:21 +01:00
1858d30c18 ENH: autoLayerDriver: do not disable extrusions around edges 2012-05-24 11:48:53 +01:00
4b5b9b809f BUG: loadOrCreateMesh: remove polyMesh directory 2012-05-24 11:45:44 +01:00
2f89754b61 ENH: Changed order of pair collisions 2012-05-24 09:14:28 +01:00
78b5630da7 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-23 18:13:22 +01:00
fb77787bd2 BUG: removeFiles: remove correct files 2012-05-23 18:13:01 +01:00
89bcfe0441 BUG: ptScotchDecomp: handle zero-sized domains 2012-05-23 18:12:39 +01:00
0238fa97a1 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-23 15:16:20 +01:00
5a80198bef ENH: Updates to rotor momentum source 2012-05-23 15:11:55 +01:00
cb30c83892 ENH: foamPack: enforce presence of .build 2012-05-23 11:24:00 +01:00
4676421962 ENH: foamFormatConvert: convert cvMesh's internalDelaunayVertices 2012-05-22 17:34:37 +01:00
0136deb88e ENH: extrudeMesh: make edge collape optional 2012-05-22 17:34:03 +01:00
f669dfe8a9 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-22 17:11:25 +01:00
f22ba88d8a ENH: extrudeMesh: allow flipNormals for extrude-from-patch 2012-05-22 17:10:26 +01:00
3fc8c16b0d BUG: Fix to source in energy Eq for solid 2012-05-22 16:29:41 +01:00
3f8aefc470 ENH: mapDistribute: added wrapper for DynamicList 2012-05-18 12:16:01 +01:00
255b1c4ab4 ENH: blob: updated tutorial 2012-05-17 12:58:47 +01:00
61f9b0ec48 ENH: removePoints: updated comment 2012-05-17 12:32:40 +01:00
ba7aff0333 STYLE: modifyMeshDict: improved comment 2012-05-17 12:32:05 +01:00
d424bafcb7 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-17 12:31:03 +01:00
142c28d4f9 GIT: meshQualityDict: put under git 2012-05-17 12:30:48 +01:00