Commit Graph

8611 Commits

Author SHA1 Message Date
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
d061a8350b Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-24 19:02:54 +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
1858d30c18 ENH: autoLayerDriver: do not disable extrusions around edges 2012-05-24 11:48:53 +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
3f8aefc470 ENH: mapDistribute: added wrapper for DynamicList 2012-05-18 12:16:01 +01:00
61f9b0ec48 ENH: removePoints: updated comment 2012-05-17 12:32:40 +01:00
65db55bc65 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-16 15:36:52 +01:00
cf89f77c83 BUG: correct path in processorPolyPatch dump when faces do not match 2012-05-16 15:35:25 +01:00
017f979ac9 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-15 16:26:15 +01:00
f94ce80373 BUG: cylindricalInletVelocity: use of tmp after storage has been reused 2012-05-15 16:24:01 +01:00
114b4d9474 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-15 16:12:12 +01:00
2c6f89effe ENH: pressureGradientSource - cache 1/A instead of using lookup 2012-05-15 16:11:58 +01:00
8d4a600af6 COMP: createShellMesh: removed Make directory 2012-05-15 14:16:01 +01:00
b6d1aa724e Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2012-05-15 14:05:00 +01:00
f9577a429f BUG: UOPstream: transferring VERBATIMSTRING 2012-05-15 14:04:06 +01:00