OpenFOAM-4.x-lab/src/thermophysicalModels
Henry Weller abcb782308 reactionThermo/functionObjects/moleFractions/moleFractions: New functionObject to calculate and write mole-fraction fields
This function object calculates mole-fraction fields from the mass-fraction
    fields of the psi/rhoReactionThermo and caches them for output and further
    post-processing.

    The names of the mole-fraction fields are obtained from the corresponding
    mass-fraction fields prepended by "X_"

    Example of function object specification:

        moleFractions
        {
            type psiReactionThermoMoleFractions;
        }

     or

        moleFractions
        {
            type rhoReactionThermoMoleFractions;
        }

    depending on the thermodynamics package used in the solver.
2016-01-14 16:34:37 +00:00
..
barotropicCompressibilityModel Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
basic Update headers 2016-01-11 13:02:52 +00:00
chemistryModel Update headers 2016-01-11 13:02:52 +00:00
laminarFlameSpeed Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
properties Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
radiation Update headers 2016-01-11 13:02:52 +00:00
reactionThermo reactionThermo/functionObjects/moleFractions/moleFractions: New functionObject to calculate and write mole-fraction fields 2016-01-14 16:34:37 +00:00
SLGThermo Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
solidChemistryModel Update headers 2016-01-11 13:02:52 +00:00
solidSpecie Update headers 2016-01-11 13:02:52 +00:00
solidThermo Update headers 2016-01-11 13:02:52 +00:00
specie Update headers 2016-01-11 13:02:52 +00:00
thermophysicalFunctions Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
Allwmake thermophysicalModels/radiationModels -> thermophysicalModels/radiation 2015-01-11 22:16:14 +00:00