Skip to content
Snippets Groups Projects
Commit dfecb23b authored by Henry Weller's avatar Henry Weller
Browse files

equationOfState/Boussinesq: New equation of state for the Boussinesq...

equationOfState/Boussinesq: New equation of state for the Boussinesq approximation for buoyant flows

Description
    Incompressible gas equation of state using the Boussinesq approximation for
    the density as a function of temperature only:

    \verbatim
        rho = rho0*(1 - beta*(T - T0))
    \endverbatim

To be used with the buoyantPimpleFoam and buoyantSimpleFoam solvers as
an alternative to using buoyantBoussinesqPimpleFoam or
buoyantBoussinesqSimpleFoam, providing consistency with all other
solvers and utilities using the thermodynamics package in OpenFOAM.
parent 2ac29110
Branches
Tags
1 merge request!25Merge foundation
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment