openfoam/tutorials
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
..
basic tutorials: Removed unnecessary "boundary" files 2015-11-13 20:05:37 +00:00
combustion fvOptions: New buoyancyForce and buoyancyEnergy 2015-11-23 09:29:10 +00:00
compressible porosityModels: Specification of name and dimensions of porosity coefficients is now optional 2015-11-17 12:05:57 +00:00
discreteMethods tutorials: Removed unnecessary spaces between parentheses and values in vectors 2015-07-21 20:55:44 +01:00
DNS/dnsFoam/boxTurb16 Input of dimensionedScalars: update read-construction of dimensionedScalar in applications 2015-07-20 22:52:53 +01:00
electromagnetics tutorials: Removed unnecessary spaces between parentheses and values in vectors 2015-07-21 20:55:44 +01:00
financial/financialFoam/europeanCall tutorials: Removed unnecessary "boundary" files 2015-11-13 20:05:37 +00:00
heatTransfer porosityModels: Specification of name and dimensions of porosity coefficients is now optional 2015-11-17 12:05:57 +00:00
incompressible porosityModels: Specification of name and dimensions of porosity coefficients is now optional 2015-11-17 12:05:57 +00:00
lagrangian chemkinReader: Add support for reading transport properties from dictionary 2015-11-20 18:55:36 +00:00
mesh tutorials/mesh/foamyHexMesh: Update location of blockMeshDict 2015-11-13 15:48:39 +00:00
multiphase porosityModels: Specification of name and dimensions of porosity coefficients is now optional 2015-11-17 12:05:57 +00:00
resources/geometry GIT: Repo update 2014-12-11 08:35:10 +00:00
stressAnalysis tutorials: Removed unnecessary "boundary" files 2015-11-13 20:05:37 +00:00
Allclean Minor change to comment 2014-12-14 21:50:14 +00:00
Allrun Minor change to comment 2014-12-14 21:50:14 +00:00
Alltest Updated headers 2015-07-15 21:58:29 +01:00