OpenFOAM-4.x/applications/solvers
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
..
basic Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
combustion fvOptions: New buoyancyForce and buoyancyEnergy 2015-11-23 09:29:10 +00:00
compressible TurbulenceModels: Improved instantiation of single-phase models in solvers 2015-11-18 21:10:03 +00:00
discreteMethods DSMC: Rationalization and addition of mapping support 2015-02-20 17:24:14 +00:00
DNS/dnsFoam dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
electromagnetics dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
financial/financialFoam Input of dimensionedScalars: update read-construction of dimensionedScalar in applications 2015-07-20 22:52:53 +01:00
heatTransfer TurbulenceModels: Improved instantiation of single-phase models in solvers 2015-11-18 21:10:03 +00:00
incompressible TurbulenceModels: Improved instantiation of single-phase models in solvers 2015-11-18 21:10:03 +00:00
lagrangian applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
multiphase reactingEulerFoam/interfacialCompositionModels/saturationModels/Antoine: Corrected Tsat expression 2015-11-21 10:41:46 +00:00
stressAnalysis applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00