Skip to content
Snippets Groups Projects
  1. Nov 27, 2015
  2. Nov 26, 2015
  3. Nov 25, 2015
    • Mattijs Janssens's avatar
      Merge branch 'feature-functionObjects' into 'develop' · 4855d279
      Mattijs Janssens authored
      Feature function objects
      
      Lots of code migrated from internal development line, code tidying and a few fixes
      
      Updated objects
      - corrected Peclet number for compressible cases
      - propagated log flag and resultName across objects
      
      New function objects
      - new fluxSummary:
        - calculates positive, negative, absolute and net flux across face
          zones
      - new runTimeControl
        - abort the calculation when a user-defined metric is achieved.
          Available options include:
          - average value remains unchanged wrt a given threshold
          - equation initial residual exceeds a threshold - useful to abort
            diverging cases
          - equation max iterations exceeds a threshold - useful to abort
            diverging cases
          - min/max of a function object value
          - min time step exceeds a threshold - useful to abort diverging
            cases
      - new valueAverage:
        - average singular values from other function objects, e.g. Cd, Cl and
          Cm from the forceCoeffs function object
      
      
      See merge request !12
      4855d279
    • Andrew Heather's avatar
      ENH: Multiple updates to function objects · 06c2d2fe
      Andrew Heather authored
      Updated objects
      - corrected Peclet number for compressible cases
      - propagated log flag and resultName across objects
      
      New function objects
      - new fluxSummary:
        - calculates positive, negative, absolute and net flux across face
          zones
      - new runTimeControl
        - abort the calculation when a user-defined metric is achieved.
          Available options include:
          - average value remains unchanged wrt a given threshold
          - equation initial residual exceeds a threshold - useful to abort
            diverging cases
          - equation max iterations exceeds a threshold - useful to abort
            diverging cases
          - min/max of a function object value
          - min time step exceeds a threshold - useful to abort diverging
            cases
      - new valueAverage:
        - average singular values from other function objects, e.g. Cd, Cl and
          Cm from the forceCoeffs function object
      06c2d2fe
    • mattijs's avatar
      BUG: sampledSet: restore moving flag · 6811319e
      mattijs authored
      6811319e
    • Andrew Heather's avatar
    • Andrew Heather's avatar
      Merge branch 'feature-decomposeParDict' into 'develop' · 044eedaf
      Andrew Heather authored
      Feature decompose par dict
      
      Merging remaining functionality to do with -decomposeParDict parallel argList option.
      
      See merge request !10
      044eedaf
    • Andrew Heather's avatar
      Merge branch 'feature-patchProbes' into 'develop' · 9b80f93a
      Andrew Heather authored
      ENH: patchProbes: allow wildcards for patches
      
      Also write out snapped location.
      
      Probe location output kept as in Foundation
      
      See merge request !11
      9b80f93a
    • Andrew Heather's avatar
      Merge branch 'feature-windTunnelBC' into 'develop' · 67d1fcdf
      Andrew Heather authored
      Feature wind tunnel bc
      
      pressurePIDControlInletVelocity bc
      
      See merge request !9
      67d1fcdf
    • mattijs's avatar
      ENH: patchProbes: allow wildcards for patches · eda33d83
      mattijs authored
      Also write out snapped location.
      eda33d83
    • mattijs's avatar
      BUG: checkMesh: sets written only on master · 803751bb
      mattijs authored
      803751bb