TUT: multiphase: clean up tutorials

This commit is contained in:
Kutalmis Bercin
2021-06-04 13:32:37 +01:00
committed by Andrew Heather
parent 3a858ac682
commit 91c1e8efe2
1811 changed files with 1797 additions and 3089 deletions

View File

@ -41,4 +41,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

@ -40,4 +40,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

@ -42,4 +42,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

@ -42,4 +42,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

@ -41,4 +41,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

@ -54,4 +54,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

@ -53,4 +53,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

@ -38,4 +38,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

@ -6,6 +6,7 @@ cd "${0%/*}" || exit # Run from this directory
canCompile || exit 0 # Dynamic code
runApplication blockMesh
runApplication $(getApplication)
#------------------------------------------------------------------------------

View File

@ -96,4 +96,5 @@ sixDoFRigidBodyMotionCoeffs
}
}
// ************************************************************************* //

View File

@ -17,4 +17,5 @@ FoamFile
dimensions [0 1 -2 0 0 0 0];
value ( 0 0 -9.81 );
// ************************************************************************* //

View File

@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
phases (water air);
phases (water air);
water
{
@ -32,4 +32,5 @@ air
sigma 0.007;
// ************************************************************************* //

View File

@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType RAS;
simulationType RAS;
RAS
{
@ -25,4 +25,5 @@ RAS
printCoeffs on;
}
// ************************************************************************* //

View File

@ -71,4 +71,5 @@ mergePatchPairs
(
);
// ************************************************************************* //

View File

@ -54,7 +54,6 @@ maxAlphaCo 2.0;
maxDeltaT 1;
functions
{
probes
@ -101,4 +100,5 @@ functions
}
}
// ************************************************************************* //

View File

@ -23,4 +23,5 @@ coeffs
n (2 2 1);
}
// ************************************************************************* //

View File

@ -71,4 +71,5 @@ fluxRequired
alpha.water;
}
// ************************************************************************* //

View File

@ -16,12 +16,10 @@ FoamFile
solvers
{
"cellDisplacement.*"
{
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0;
maxIter 100;
@ -102,7 +100,5 @@ relaxationFactors
}
}
cache
{}
// ************************************************************************* //

View File

@ -58,7 +58,7 @@ regions
volScalarFieldValue zoneID 1
);
}
);
// ************************************************************************* //

View File

@ -39,4 +39,5 @@ actions
}
);
// ************************************************************************* //