mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
Corrected line lengths
This commit is contained in:
@ -15,9 +15,9 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dragModela SchillerNaumann;
|
||||
dragModel1 SchillerNaumann;
|
||||
|
||||
dragModelb SchillerNaumann;
|
||||
dragModel2 SchillerNaumann;
|
||||
|
||||
dragPhase blended;
|
||||
|
||||
|
||||
@ -21,9 +21,9 @@ equilibrium on;
|
||||
|
||||
e e [ 0 0 0 0 0 0 0 ] 0.9;
|
||||
|
||||
alphaMax alphaMax [ 0 0 0 0 0 0 0 ] 0.6;
|
||||
alpha1Max alpha1Max [ 0 0 0 0 0 0 0 ] 0.6;
|
||||
|
||||
alphaMinFriction alphaMinFriction [ 0 0 0 0 0 0 0 ] 0.5;
|
||||
alpha1MinFriction alpha1MinFriction [ 0 0 0 0 0 0 0 ] 0.5;
|
||||
|
||||
Fr Fr [ 1 -1 -2 0 0 0 0 ] 0.05;
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ preAlphaExp 300;
|
||||
|
||||
expMax 10;
|
||||
|
||||
alphaMax 0.6;
|
||||
alpha1Max 0.6;
|
||||
|
||||
g0 g0 [ 1 -1 -2 0 0 0 0 ] 0;
|
||||
|
||||
|
||||
@ -15,20 +15,20 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
phaseb
|
||||
{
|
||||
nu nu [ 0 2 -1 0 0 0 0 ] 1e-06;
|
||||
rho rho [ 1 -3 0 0 0 0 0 ] 1000;
|
||||
d d [ 0 1 0 0 0 0 0 ] 0.0001;
|
||||
}
|
||||
|
||||
phasea
|
||||
phase1
|
||||
{
|
||||
nu nu [ 0 2 -1 0 0 0 0 ] 1.6e-05;
|
||||
rho rho [ 1 -3 0 0 0 0 0 ] 1;
|
||||
d d [ 0 1 0 0 0 0 0 ] 0.003;
|
||||
}
|
||||
|
||||
phase2
|
||||
{
|
||||
nu nu [ 0 2 -1 0 0 0 0 ] 1e-06;
|
||||
rho rho [ 1 -3 0 0 0 0 0 ] 1000;
|
||||
d d [ 0 1 0 0 0 0 0 ] 0.0001;
|
||||
}
|
||||
|
||||
Cvm Cvm [ 0 0 0 0 0 0 0 ] 0.5;
|
||||
|
||||
Cl Cl [ 0 0 0 0 0 0 0 ] 0;
|
||||
|
||||
Reference in New Issue
Block a user