openfoam/tutorials/combustion/PDRFoam/flamePropagationWithObstacles
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
..
0 ENH: Up to date of flamePropagationWithObstacles tutorial 2011-11-04 16:33:31 +00:00
constant Thermodynamics: Rationalization 2012-05-30 15:19:38 +01:00
fuels Merge branch 'olesenm' 2011-03-08 13:59:37 +00:00
system Thermodynamics: Rationalization 2012-05-30 15:19:38 +01:00
Allclean ENH: name change for tutorial and adding Schelkin effect 2011-03-08 10:49:54 +00:00
Allrun ENH: Up to date of flamePropagationWithObstacles tutorial 2011-11-04 16:33:31 +00:00
README Tutorial Updates 2011-04-21 10:00:53 +01:00

PDR test case

Step to introduce the PDR fields:

1) Create zero-size patches for wall or/and coupled baffles in
the boundary file.
2) Specify the boundary contitions for these patches in the fields.
3) Create the new PDR mesh using the PDRMesh utility.