Skip to content
Snippets Groups Projects
  1. Dec 21, 2017
    • Andrew Heather's avatar
      ENH: New deferred correction scheme · 929ed3ca
      Andrew Heather authored
      The characteristics of the base scheme are recovered by applying an
      explicit correction to the upwind scheme weights.
      
      Usage
          Example of the \c deferredCorrection scheme applied to the \c linear
          scheme:
          \verbatim
          divSchemes
          {
              .
              .
              div(phi,U)      Gauss deferredCorrection linear;
              .
              .
          }
          \endverbatim
      
      Based on a generalised form of a deferred correction linear scheme
      supplied by CFD Software E+F GmbH
      929ed3ca
  2. Dec 20, 2017
  3. Dec 19, 2017
  4. Dec 18, 2017
  5. Dec 17, 2017
  6. Dec 15, 2017