Commit Graph

24 Commits

Author SHA1 Message Date
42677bba76 ENH: Restructured combustion models library 2012-06-19 12:49:27 +01:00
ca0b964bb2 ENH: Re-worked combustion models so that thermo/chemistry variants can operate within the same structure 2012-06-19 12:44:59 +01:00
57f76609d7 STYLE: minor code formatting 2012-06-15 15:20:00 +01:00
bf1012a798 ENH: PaSR model improvements 2012-06-15 14:51:59 +01:00
1431ca218f STYLE: minor code formatting 2012-06-15 14:51:32 +01:00
2914258cd2 STYLE: Code formatting 2012-06-12 12:58:26 +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
5682987dc7 Updated headers 2012-04-17 16:49:03 +01:00
cd51a5eea3 Consistency: Changed exponent FORTRAN style 'E' to C style 'e' 2012-04-17 16:48:27 +01:00
6f459d646c ENH: Code clean-up and improved messages 2012-03-27 17:40:02 +01:00
3fd792b2ae ENH: Removed unnecessary #include 2012-03-14 15:12:42 +00:00
f3d64c2409 ENH: Adding noCombustion model 2012-03-07 12:06:00 +00:00
8667536a2b ENH: various: move boundaryField(), internalField() out of loop 2011-12-02 10:38:18 +00:00
03a2326eb7 Corrected line length 2011-11-29 22:17:38 +00:00
4b31cf0407 SP build: use scalar(1) rather than 1.0 2011-11-29 22:16:11 +00:00
8558af2cdf COMP: 64bit label changes 2011-11-28 11:10:46 +00:00
7c111f606c ENH: Changing singleStepCombustion to explicit in order to conserve
species
2011-11-22 16:23:41 +00:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
20ee919028 combustionModels: Changed volField initialisation to constructors rather than assignments for clang 2011-07-20 17:37:43 +01:00
a188b8ad56 STY: Adding date 2011-07-14 09:43:51 +01:00
1b7502f6e7 ENH: new combuustion classes and update tutorial (Lagrangian and
combustion)
2011-07-13 17:02:55 +01:00
8961e44dc5 COMP: clang caught ambiguous constructions from tmp. 2011-06-06 14:35:07 +01:00
597c1bf58f BUG/ENH: Updated combustion model libraries - src and fireFoam 2011-06-06 11:05:03 +01:00