Skip to content
Snippets Groups Projects
  1. Nov 23, 2015
    • Henry Weller's avatar
      TurbulenceModels: Correct nut during construction for single-phase solvers only. · d5f8d691
      Henry Weller authored
      For multiphase solvers the phase construction is not complete at this point.
      d5f8d691
    • 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 22, 2015
  3. Nov 21, 2015
  4. Nov 20, 2015
  5. Nov 19, 2015
  6. Nov 18, 2015
  7. Nov 17, 2015
  8. Nov 16, 2015
  9. Nov 15, 2015
  10. Nov 14, 2015
  11. Nov 13, 2015