openfoam/tutorials/combustion
Henry Weller 85c79d8398 fvOptions: New buoyancyForce and buoyancyEnergy
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);
    }
}
2015-11-23 09:29:10 +00:00
..
chemFoam chemFoam: Remove unused turbulence model 2015-11-21 18:30:35 +00:00
engineFoam/kivaTest fvOptions: New buoyancyForce and buoyancyEnergy 2015-11-23 09:29:10 +00:00
fireFoam/les tutorials/combustion/fireFoam/les/smallPoolFire.*: Minor correction 2015-11-15 18:10:28 +00:00
PDRFoam/flamePropagationWithObstacles tutorials: Removed unnecessary spaces between parentheses and values in vectors 2015-07-21 20:55:44 +01:00
reactingFoam/ras fvOptions: New buoyancyForce and buoyancyEnergy 2015-11-23 09:29:10 +00:00
XiFoam/ras fvOptions: New buoyancyForce and buoyancyEnergy 2015-11-23 09:29:10 +00:00