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.
Showing
- src/thermophysicalModels/reactionThermo/Make/files 2 additions, 0 deletionssrc/thermophysicalModels/reactionThermo/Make/files
- src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.C 144 additions, 0 deletions...ctionThermo/functionObjects/moleFractions/moleFractions.C
- src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractions.H 174 additions, 0 deletions...ctionThermo/functionObjects/moleFractions/moleFractions.H
- src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractionsFunctionObjects.C 76 additions, 0 deletions...ctionObjects/moleFractions/moleFractionsFunctionObjects.C
- src/thermophysicalModels/reactionThermo/functionObjects/moleFractions/moleFractionsFunctionObjects.H 61 additions, 0 deletions...ctionObjects/moleFractions/moleFractionsFunctionObjects.H
Please register or sign in to comment