Skip to content
Snippets Groups Projects
  1. Jan 27, 2016
  2. Jan 24, 2016
    • Henry Weller's avatar
      wmake: Update comments · cd265693
      Henry Weller authored
      cd265693
    • Henry Weller's avatar
      wmake: Add support for compiler type default rules · c3a03105
      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.
      c3a03105
  3. Jan 23, 2016
  4. Jan 20, 2016
  5. Jan 19, 2016
  6. Jan 18, 2016
  7. Jan 17, 2016
  8. Jan 15, 2016
  9. Jan 14, 2016
    • Henry Weller's avatar
      reactionThermo/functionObjects/moleFractions/moleFractions: New functionObject... · 36fc8595
      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.
      36fc8595
    • Henry Weller's avatar
  10. Jan 11, 2016
  11. Jan 10, 2016
  12. Jan 09, 2016
  13. Jan 08, 2016
  14. Jan 07, 2016
  15. Jan 05, 2016