6042ec89b9
Reactions: reordered the thermodynamic state variables so that pressure is before temperature in all function calls
2012-06-06 14:25:24 +01:00
77dd4af3d9
BUG: EMESHedgeFormat: read header to determine file type
2012-06-06 14:04:05 +01:00
60559ff3c7
STYLE: primitiveMeshCheck: typo
2012-06-06 14:03:28 +01:00
c2850fcb16
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-06-06 12:35:57 +01:00
b27e0dfe26
Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
2012-06-05 19:52:23 +01:00
71dcd7f780
Updated headers
2012-06-05 19:52:14 +01:00
2d2787bd8c
thermodynamics: Added pressure as an addition argument to all primitive thermodynamic functions
...
Added additional layer of templating to reactingMixture to support specie functions in a generic manner.
2012-06-05 19:51:57 +01:00
182d036266
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-06-01 17:15:48 +01:00
ce45f7aef7
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-06-01 15:08:21 +01:00
3ba38aec6a
ENH: lagrangian/intermediate - improved standard wall Interaction restart behaviour
2012-06-01 14:54:25 +01:00
21ba59c46d
ENH: lagrangian/intermediate - improved localInteraction restart behaviour
2012-06-01 14:48:32 +01:00
38b846ae04
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-06-01 14:41:34 +01:00
50ea078d00
BUG: (ExplicitSourceIO.C) Problem reading volumeMode_
2012-06-01 14:39:59 +01:00
585887341c
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-06-01 12:47:13 +01:00
0cdb34dbdf
thermophysicalModels: rationalised the location of the makeThermo macros
2012-06-01 12:01:06 +01:00
c18f7ac800
thermophysicalModels/basic: generalised makeThermo to handle psiThermo and rhoThermo
2012-06-01 11:46:49 +01:00
e1ebafee22
STYLE: Updated info message
2012-05-31 18:19:22 +01:00
9f07c4e263
ENH: Updated error comment
2012-05-31 18:14:58 +01:00
d8ec44502d
Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev
2012-05-31 17:08:50 +01:00
55bc8bfc12
ENH: lagrangian/spray - updated injector behaviour
2012-05-31 14:05:17 +01:00
a54e7b9032
ENH: lagrangian/intermediate - improved sub-model restart behaviour
2012-05-31 14:04:56 +01:00
3a036a2114
ENH: lagrangian/intermediate - replaced single injector model by injector list
2012-05-31 14:04:16 +01:00
b851d15651
ENH: lagrangian/intermediate extended base sub-model functionality
2012-05-31 14:03:38 +01:00
93a3083daa
ENH: lagrangian/intermediate updated injection models
2012-05-31 14:03:14 +01:00
c928c49f79
BUG: extendedFeatureEdgeMesh: wrong indexing on add.
2012-05-31 14:02:55 +01:00
5ce74a271f
ENH: lagrangian/intermediate Added new injection model list
2012-05-31 14:01:32 +01:00
85cd53ac17
heheuReactionThermo: Updated to support gcc-4.7.0
2012-05-31 11:32:24 +01:00
0c80f2fa9a
variableHeightFlowRateInletVelocity BC: corrected to compile SP
2012-05-30 16:15:55 +01:00
8a7f373751
thermodynamics: Updated enthalpyJump to a generic energyJump BC
2012-05-30 15:52:41 +01:00
b7e680b277
Updated headers
2012-05-30 15:33:22 +01:00
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
ea54d3a184
STYLE: spelling typo correction
2012-05-30 15:28:12 +01:00
75459f1316
STYLE: Updated header description
2012-05-30 15:27:09 +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
9ec1e9d2c2
BUG: UnsortedMeshedSurface: zone ordering returns original to sorted map
2012-05-30 11:41:47 +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