Skip to content
Snippets Groups Projects
  1. Apr 26, 2015
    • Henry's avatar
      SRFModel: Changes origin to be user-input rather than hard-coded to (0 0 0) · 2e9a3903
      Henry authored
      Updated tutorials
      2e9a3903
    • Henry's avatar
      includeEtcEntry: New dictionary include directive: #includeEtc "etcFile" · 0fe1967c
      Henry authored
      Description
          Specify an etc file to include when reading dictionaries, expects a
          single string to follow.
      
          Searches for files from user/group/shipped directories.
          The search scheme allows for version-specific and
          version-independent files using the following hierarchy:
          - \b user settings:
            - ~/.OpenFOAM/\<VERSION\>
            - ~/.OpenFOAM/
          - \b group (site) settings (when $WM_PROJECT_SITE is set):
            - $WM_PROJECT_SITE/\<VERSION\>
            - $WM_PROJECT_SITE
          - \b group (site) settings (when $WM_PROJECT_SITE is not set):
            - $WM_PROJECT_INST_DIR/site/\<VERSION\>
            - $WM_PROJECT_INST_DIR/site/
          - \b other (shipped) settings:
            - $WM_PROJECT_DIR/etc/
      
          An example of the \c \#includeEtc directive:
          \verbatim
              #includeEtc "etcFile"
          \endverbatim
      
          The usual expansion of environment variables and other constructs is
          retained.
      0fe1967c
  2. Apr 25, 2015
  3. Apr 24, 2015
  4. Apr 21, 2015
  5. Apr 20, 2015
  6. Apr 18, 2015
  7. Apr 17, 2015
  8. Apr 12, 2015
  9. Apr 11, 2015
  10. Apr 10, 2015
  11. Apr 09, 2015
  12. Apr 08, 2015
  13. Apr 05, 2015
    • Henry's avatar
      twoPhaseEulerFoam: Add partial-elimination to phase flux and velocity correction · a6dded3b
      Henry authored
      Improves stability and convergence of systems in which drag dominates
      e.g. small particles in high-speed gas flow.
      
      Additionally a new ddtPhiCorr strategy is included in which correction
      is applied only where the phases are nearly pure.  This reduces
      staggering patters near the free-surface of bubble-column simulations.
      a6dded3b