Skip to content
Snippets Groups Projects
  1. Jan 28, 2016
  2. Jan 27, 2016
  3. Jan 24, 2016
    • Henry Weller's avatar
      wmake: Update comments · 8446f25f
      Henry Weller authored
      8446f25f
    • Henry Weller's avatar
      wmake: Add support for compiler type default rules · d138d0b9
      Henry Weller authored
      which may be optionally overridden by version-specific rules.
      
      For example the default rules for gcc on GNU/Linux x86_64 are in the
      wmake/rules/linux64Gcc directory.  If there is a need to change any of
      the rules for a specific version of gcc, e.g. gcc-4.8.4 the directory
      wmake/rules/linux64Gcc48 may be created into which any of the language
      files may be provided containing the rules to override the defaults.
      d138d0b9
  4. Jan 23, 2016
  5. Jan 20, 2016
  6. Jan 19, 2016
  7. Jan 18, 2016
  8. Jan 17, 2016
  9. Jan 15, 2016
  10. Jan 14, 2016
    • Henry Weller's avatar
      reactionThermo/functionObjects/moleFractions/moleFractions: New functionObject... · abcb7823
      Henry Weller authored
      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.
      abcb7823
    • Henry Weller's avatar
  11. Jan 11, 2016
  12. Jan 10, 2016
  13. Jan 09, 2016
  14. Jan 08, 2016
  15. Jan 07, 2016