Skip to content
Snippets Groups Projects
  1. Apr 23, 2016
    • Henry Weller's avatar
      fireFoam: Added optional hydrostatic initialization of the pressure and density · 2c6b4050
      Henry Weller authored
      Also added the new prghTotalHydrostaticPressure p_rgh BC which uses the
      hydrostatic pressure field as the reference state for the far-field
      which provides much more accurate entrainment is large open domains
      typical of many fire simulations.
      
      The hydrostatic field solution is controlled by the optional entries in
      the fvSolution.PIMPLE dictionary, e.g.
      
          hydrostaticInitialization yes;
          nHydrostaticCorrectors 5;
      
      and the solver must also be specified for the hydrostatic p_rgh field
      ph_rgh e.g.
      
          ph_rgh
          {
              $p_rgh;
          }
      
      Suitable boundary conditions for ph_rgh cannot always be derived from
      those for p_rgh and so the ph_rgh is read to provide them.
      
      To avoid accuracy issues with IO, restart and post-processing the p_rgh
      and ph_rgh the option to specify a suitable reference pressure is
      provided via the optional pRef file in the constant directory, e.g.
      
          dimensions      [1 -1 -2 0 0 0 0];
          value           ...
      2c6b4050
    • Henry Weller's avatar
  2. Apr 22, 2016
  3. Apr 21, 2016
  4. Apr 20, 2016
  5. Apr 19, 2016
  6. Apr 18, 2016
  7. Apr 17, 2016
  8. Apr 16, 2016
  9. Apr 15, 2016