OpenFOAM-4.x/tutorials/combustion/reactingFoam/ras/counterFlowFlame2D
Henry Weller 56913f6307 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
..
0 tutorials/combustion/reactingFoam/ras/counterFlowFlame2D/0/N2: Correct name 2015-05-25 10:39:50 +01:00
constant fvOptions: New buoyancyForce and buoyancyEnergy 2015-11-23 09:29:10 +00:00
system fluxRequired: Added setFluxRequired function to fvSchemes class 2015-07-15 21:57:16 +01:00