Skip to content
Snippets Groups Projects
Commit 36fc8595 authored by Henry Weller's avatar Henry Weller
Browse files

reactionThermo/functionObjects/moleFractions/moleFractions: New functionObject...

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.
parent a6ae4f19
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment