Skip to content
Snippets Groups Projects
  1. Nov 23, 2015
    • Henry Weller's avatar
      fvOptions: New buoyancyForce and buoyancyEnergy · 85c79d83
      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);
          }
      }
      85c79d83
  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