Henry Weller 375e1f7c63 liquidProperties::liquid: New generic liquid thermophysical properties class
Description
    Generic thermophysical properties class for a liquid in which the
    functions and coefficients for each property are run-time selected.

Property functions need only be specified for properties that are actually used
in the simulation, e.g. in the thermophysicalProperties.water dictionary of the
tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D case the water
properties can be specified directly as

mixture
{
    liquid
    {
        W       18.015;
        Tc      647.13;
        Pc      2.2055e+7;
        Vc      0.05595;
        Zc      0.229;
        Tt      273.16;
        Pt      6.113e+2;
        Tb      373.15;
        dipm    6.1709e-30;
        omega   0.3449;
        delta   4.7813e+4;

        rho
        {
            type    NSRDSfunc5;
            a       98.343885;
            b       0.30542;
            c       647.13;
            d       0.081;
        }

        Cp
        {
            type    NSRDSfunc0;
            a       15341.1046350264;
            b       -116.019983347211;
            c       0.451013044684985;
            d       -0.000783569247849015;
            e       5.20127671384957e-07;
            f       0;
        }

        h
        {
            type    NSRDSfunc0;
            a       -17957283.7993676;
            b       15341.1046350264;
            c       -58.0099916736053;
            d       0.150337681561662;
            e       -0.000195892311962254;
            f       1.04025534276991e-07;
        }

        mu
        {
            type    NSRDSfunc1;
            a       -51.964;
            b       3670.6;
            c       5.7331;
            d       -5.3495e-29;
            e       10;
        }

        kappa
        {
            type    NSRDSfunc0;
            a       -0.4267;
            b       0.0056903;
            c       -8.0065e-06;
            d       1.815e-09;
            e       0;
            f       0;
        }

        sigma
        {
            type    NSRDSfunc6;
            Tc      647.13;
            a       0.18548;
            b       2.717;
            c       -3.554;
            d       2.047;
            e       0;
        }
    }
}
2019-11-24 23:05:28 +00:00
2019-07-05 14:21:52 +01:00
2018-04-14 23:13:00 +01:00
2018-01-03 17:18:12 +00:00

README for OpenFOAM-dev

#

About OpenFOAM

OpenFOAM is a free, open source computational fluid dynamics (CFD) software package released by the OpenFOAM Foundation. It has a large user base across most areas of engineering and science, from both commercial and academic organisations. OpenFOAM has an extensive range of features to solve anything from complex fluid flows involving chemical reactions, turbulence and heat transfer, to solid dynamics and electromagnetics.

Copyright

OpenFOAM is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. See the file COPYING in this directory or http://www.gnu.org/licenses/, for a description of the GNU General Public License terms under which you can copy the files.

Description
Description: OpenFOAM Foundation repository for OpenFOAM version 12
Readme 304 MiB
Languages
C++ 97.4%
Shell 1.8%
Lex 0.4%
Liquid 0.2%
C 0.1%