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

surfaceTensionModels::liquidProperties: New temperature-dependent surface tension model

Description
    Temperature-dependent surface tension model in which the surface tension
    function provided by the phase Foam::liquidProperties class is used.

Usage
    \table
        Property     | Description               | Required    | Default value
        phase        | Phase name                | yes         |
    \endtable

    Example of the surface tension specification:
    \verbatim
        sigma
        {
            type    liquidProperties;
            phase   water;
        }
    \endverbatim

for use with e.g. compressibleInterFoam, see
tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D
parent 0a20a817
Branches
Tags
No related merge requests found
Showing
with 383 additions and 25 deletions
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