mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: multiphase: clean up tutorials
This commit is contained in:
committed by
Andrew Heather
parent
3a858ac682
commit
91c1e8efe2
@ -14,14 +14,14 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
phases (water air);
|
||||
phases (water air);
|
||||
|
||||
pMin 10000;
|
||||
pMin 10000;
|
||||
|
||||
sigma
|
||||
{
|
||||
type constant;
|
||||
sigma 0.07;
|
||||
type constant;
|
||||
sigma 0.07;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -14,11 +14,11 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
simulationType RAS;
|
||||
simulationType RAS;
|
||||
|
||||
RAS
|
||||
{
|
||||
RASModel kEpsilon;
|
||||
RASModel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user