openfoam/tutorials/combustion/engineFoam/kivaTest
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
..
-180 Updated the whole of OpenFOAM to use the new templated TurbulenceModels library 2015-01-21 19:21:39 +00: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
Allclean Updated kivaTest to run without restart at CA = -15 degs 2015-05-20 08:28:03 +01:00
Allrun Updated kivaTest to run without restart at CA = -15 degs 2015-05-20 08:28:03 +01:00
otape17 restructuring to reflect solver hierarchy 2009-02-12 18:59:59 +00:00