twoPhaseEulerFoam: updated tutorials

This commit is contained in:
Henry
2012-03-19 16:15:44 +00:00
parent f46e2fadf7
commit e09d04c3ba
11 changed files with 98 additions and 48 deletions

View File

@ -0,0 +1,20 @@
/*--------------------------------*- 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 MRFZones;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
0()
// ************************************************************************* //

View File

@ -17,25 +17,20 @@ FoamFile
phase1
{
rho rho [ 1 -3 0 0 0 ] 2500;
nu nu [ 0 2 -1 0 0 ] 1e-06;
d d [ 0 1 0 0 0 0 0 ] 0.0003;
rho 2500;
nu 1e-06;
d 0.0003;
}
phase2
{
rho rho [ 1 -3 0 0 0 ] 1.2;
nu nu [ 0 2 -1 0 0 ] 1.5e-05;
d d [ 0 1 0 0 0 0 0 ] 1;
rho 1.2;
nu 1.5e-05;
d 1;
}
Cvm Cvm [ 0 0 0 0 0 ] 0;
Cl Cl [ 0 0 0 0 0 ] 0;
Ct Ct [ 0 0 0 0 0 ] 0;
alpha1Alpha alpha1Alpha [ 0 0 0 0 0 ] 0;
Cvm 0;
Cl 0;
Ct 0;
// ************************************************************************* //