OpenFOAM-4.x/applications/solvers/combustion/XiFoam
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
..
Make fluidThermo: Add compressibleTransportModel as base-class 2015-02-17 17:25:26 +00:00
bEqn.H Explicitly name derived fields to improve readability of diagnostic messages and avoid duplicate registration 2015-02-12 09:59:52 +00:00
createFields.H fluxRequired: Added setFluxRequired function to fvSchemes class 2015-07-15 21:57:16 +01:00
EaEqn.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
EauEqn.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
ftEqn.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
pEqn.H MRF: Separate MRF from fvOptions 2015-05-29 23:35:43 +01:00
readCombustionProperties.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
UEqn.H fvOptions: New buoyancyForce and buoyancyEnergy 2015-11-23 09:29:10 +00:00
XiFoam.C fvOptions: New buoyancyForce and buoyancyEnergy 2015-11-23 09:29:10 +00:00