/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: dev | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "constant"; object phaseProperties; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // phases (air water); air { diameterModel isothermal; isothermalCoeffs { d0 3e-3; p0 1e5; } } water { diameterModel constant; constantCoeffs { d 1e-4; } } // Surface tension coefficient sigma 0.07; drag { air SchillerNaumann; water SchillerNaumann; } heatTransfer { air RanzMarshall; water RanzMarshall; } lift { air { type none; } water { type none; } } dispersedPhase both; residualPhaseFraction 1e-3; residualSlip 1e-2; // Virtual-mass coefficient Cvm 0.5; // Dispersed-phase turbulence coefficient Ct 1; // Minimum allowable pressure pMin 10000; // ************************************************************************* //