openfoam/applications/solvers/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
coldEngineFoam MRF: Separate MRF from fvOptions 2015-05-29 23:35:43 +01:00
engineFoam Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
fireFoam Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
PDRFoam TurbulenceModels: Improved instantiation of single-phase models in solvers 2015-11-18 21:10:03 +00:00
reactingFoam fvOptions: New buoyancyForce and buoyancyEnergy 2015-11-23 09:29:10 +00:00
XiFoam fvOptions: New buoyancyForce and buoyancyEnergy 2015-11-23 09:29:10 +00:00