compressibleTwoPhaseEulerFoam: new solver for momentum conservative compressible two-phase flow

This commit is contained in:
Henry
2011-08-24 17:17:10 +01:00
parent 24a82f2d03
commit dab6fa5ed8
160 changed files with 115262 additions and 0 deletions

View File

@ -0,0 +1,29 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object ppProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
preAlphaExp 300;
expMax 10;
alphaMax 0.6;
g0 g0 [ 1 -1 -2 0 0 0 0 ] 0;
packingLimiter off;
// ************************************************************************* //