Skip to content
Snippets Groups Projects
Commit ef07a816 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 c84187f7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment