Skip to content
Snippets Groups Projects
  1. Nov 23, 2015
    • Henry Weller's avatar
      alphatFixedDmdtWallBoilingWallFunction: Added relaxation · b9678a83
      Henry Weller authored
      Patch provided by Juho Peltola
      b9678a83
    • Henry Weller's avatar
      fvOptions: New buoyancyForce and buoyancyEnergy · 56913f63
      Henry Weller authored
      Provides run-time selection of buoyancy sources for compressible solvers
      
      Replaces the built-in buoyancy sources in XiFoam, reactingFoam and
      rhoReactingFoam.
      
      e.g. in constant/fvOptions specify
      
      momentumSource
      {
          type            buoyancyForce;
      
          buoyancyForceCoeffs
          {
              fieldNames      (U);
          }
      }
      
      and optionally specify the buoyancy energy source in the enthalpy
      equation:
      
      energySource
      {
          type            buoyancyEnergy;
      
          buoyancyEnergyCoeffs
          {
              fieldNames      (h);
          }
      }
      
      or internal energy equation
      
      energySource
      {
          type            buoyancyEnergy;
      
          buoyancyEnergyCoeffs
          {
              fieldNames      (e);
          }
      }
      56913f63
  2. Nov 21, 2015
  3. Nov 18, 2015
  4. Nov 15, 2015
  5. Nov 14, 2015
  6. Nov 13, 2015
  7. Nov 10, 2015
    • Henry Weller's avatar
      applications: Update ...ErrorIn -> ...ErrorInFunction · 10aea96a
      Henry Weller authored
      Avoids the clutter and maintenance effort associated with providing the
      function signature string.
      10aea96a
    • Henry Weller's avatar
      SolverPerformance: Complete the integration of the templated SolverPerformance<Type> · 1944b09b
      Henry Weller authored
      Now solvers return solver performance information for all components
      with backward compatibility provided by the "max" function which created
      the scalar solverPerformance from the maximum component residuals from
      the SolverPerformance<Type>.
      
      The residuals functionObject has been upgraded to support
      SolverPerformance<Type> so that now the initial residuals for all
      (valid) components are tabulated, e.g. for the cavity tutorial case the
      residuals for p, Ux and Uy are listed vs time.
      
      Currently the residualControl option of pimpleControl and simpleControl
      is supported in backward compatibility mode (only the maximum component
      residual is considered) but in the future this will be upgraded to
      support convergence control for the components individually.
      
      This development started from patches provided by Bruno Santos, See
      http://www.openfoam.org/mantisbt/view.php?id=1824
      1944b09b
  8. Nov 06, 2015
  9. Nov 05, 2015
  10. Nov 01, 2015
  11. Oct 30, 2015
  12. Oct 29, 2015
  13. Oct 27, 2015
  14. Oct 26, 2015
  15. Oct 22, 2015
  16. Oct 19, 2015
  17. Oct 17, 2015
  18. Oct 05, 2015
  19. Oct 01, 2015
  20. Sep 25, 2015
  21. Sep 18, 2015
  22. Sep 17, 2015
  23. Sep 16, 2015
  24. Sep 11, 2015