Commit Graph

11094 Commits

Author SHA1 Message Date
Henry
2f455aca58 Merge branch 'master' of ssh://sgidm/home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-31 11:32:47 +01:00
Henry
edd01d5e6f Removed applications/test/readCHEMKINIII 2012-05-31 11:32:43 +01:00
Henry
85cd53ac17 heheuReactionThermo: Updated to support gcc-4.7.0 2012-05-31 11:32:24 +01:00
mattijs
d484ff0357 BUG: settings.csh: CGAL-4.0 2012-05-31 09:41:46 +01:00
Henry
0c80f2fa9a variableHeightFlowRateInletVelocity BC: corrected to compile SP 2012-05-30 16:15:55 +01:00
Henry
8a7f373751 thermodynamics: Updated enthalpyJump to a generic energyJump BC 2012-05-30 15:52:41 +01:00
Henry
b7e680b277 Updated headers 2012-05-30 15:33:22 +01:00
Henry
10332e4fff Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/thermophysicalModels/basic/Make/files
	src/thermophysicalModels/basic/basicThermo/basicThermo.C
	src/thermophysicalModels/basic/psiThermo/hPsiThermo/hPsiThermo.C
	src/thermophysicalModels/basic/psiThermo/hsPsiThermo/hsPsiThermo.C
	src/thermophysicalModels/basic/rhoThermo/hRhoThermo/hRhoThermo.C
	src/thermophysicalModels/basic/rhoThermo/hsRhoThermo/hsRhoThermo.C
	src/thermophysicalModels/thermalPorousZone/thermalModel/fixedTemperature/fixedTemperature.C
2012-05-30 15:32:20 +01:00
andy
ea54d3a184 STYLE: spelling typo correction 2012-05-30 15:28:12 +01:00
andy
75459f1316 STYLE: Updated header description 2012-05-30 15:27:09 +01:00
andy
c34efdac09 ENH: Removed redundant entries from splash tutorial 2012-05-30 15:26:38 +01:00
Henry
53bd62e50d LimitedSchemes: Improved handling of division by very small number 2012-05-30 15:25:17 +01:00
Henry
3e03e3ba07 MULES: corrected handling of density in implicitSolve 2012-05-30 15:23:56 +01:00
Henry
d5b8f549b9 fvMatrix: Further improvement to relaxation procedure 2012-05-30 15:23:33 +01:00
Henry
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
Henry
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
Henry
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
mattijs
d51122fa10 COMP: surfaceMeshTriangulate: use surfMesh instead of triSurface 2012-05-30 12:02:09 +01:00
mattijs
7969bc87d1 ENH: surfaceFeatureExtract: allow flipping. Code cleanup. 2012-05-30 11:47:31 +01:00
mattijs
b06e2e6589 ENH: surfaceMeshTriangulate: generalise for MeshedSurface instead of triSurface. Add patchSet. Add topological point merging 2012-05-30 11:42:37 +01:00
mattijs
9ec1e9d2c2 BUG: UnsortedMeshedSurface: zone ordering returns original to sorted map 2012-05-30 11:41:47 +01:00
mattijs
e781b335bf STYLE: checkMesh,collapseEdges: renamed -meshQuality argument for consistency 2012-05-30 09:30:44 +01:00
mattijs
7c4c6cdbea BUG: globalMeshDataTemplates: only create reference if necessary 2012-05-29 18:07:58 +01:00
mattijs
f85eecd22d ENH: extendedFeatureEdgeMesh: added flipNormals function 2012-05-29 18:07:32 +01:00
mattijs
a2ca7b1933 BUG: MeshedSurface: cannot transfer copy 2012-05-29 18:06:37 +01:00
mattijs
14dce8cef9 BUG: extendedFeatureEdgeMesh: updated indexing of edges 2012-05-29 11:04:49 +01:00
mattijs
cc6d07c40e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-29 10:40:45 +01:00
mattijs
217405865a ENH: surfaceFeatureExtract: adding of extendedFeatureEdgeMeshes 2012-05-29 10:38:50 +01:00
mattijs
fdeaf393d7 ENH: surfaceFeatures: special case for minCos=1 2012-05-29 10:37:56 +01:00
sergio
5d0d4b4b78 BUG:Using fvMatrix function to set value in h Eq 2012-05-28 15:16:44 +01:00
sergio
8ad7375e7c BUG: (externalWallHeatFluxTemperatureFvPatchScalarField.C) missing copy
heatTrandferType in some constructors
2012-05-25 14:31:28 +01:00
andy
afdd7db8b7 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-25 13:50:57 +01:00
andy
5da9ae8f2b ENH: Simplified tutorial changeDictionaryDict 2012-05-25 13:50:41 +01:00
mattijs
d061a8350b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-24 19:02:54 +01:00
mattijs
63a9c592be BUG: cellSizeControl: start off with low priority so single control surface works 2012-05-24 19:02:06 +01:00
andy
e61e2ae888 BUG: Corrected film splash model incident energy 2012-05-24 14:53:00 +01:00
sergio
2395d810d4 BUG: (kklOmega.C) limiting exp to avoid under flow 2012-05-24 14:30:52 +01:00
andy
bfbb22d6d9 ENH: Updated templating in AMI code 2012-05-24 13:03:16 +01:00
mattijs
5fe2004059 BUG: turbineSiting: remove *ProcAddressing files after parallel snappyHexMesh 2012-05-24 11:51:21 +01:00
mattijs
1858d30c18 ENH: autoLayerDriver: do not disable extrusions around edges 2012-05-24 11:48:53 +01:00
mattijs
4b5b9b809f BUG: loadOrCreateMesh: remove polyMesh directory 2012-05-24 11:45:44 +01:00
andy
2f89754b61 ENH: Changed order of pair collisions 2012-05-24 09:14:28 +01:00
mattijs
78b5630da7 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-23 18:13:22 +01:00
mattijs
fb77787bd2 BUG: removeFiles: remove correct files 2012-05-23 18:13:01 +01:00
mattijs
89bcfe0441 BUG: ptScotchDecomp: handle zero-sized domains 2012-05-23 18:12:39 +01:00
andy
0238fa97a1 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-23 15:16:20 +01:00
andy
5a80198bef ENH: Updates to rotor momentum source 2012-05-23 15:11:55 +01:00
mattijs
cb30c83892 ENH: foamPack: enforce presence of .build 2012-05-23 11:24:00 +01:00
mattijs
4676421962 ENH: foamFormatConvert: convert cvMesh's internalDelaunayVertices 2012-05-22 17:34:37 +01:00
mattijs
0136deb88e ENH: extrudeMesh: make edge collape optional 2012-05-22 17:34:03 +01:00