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

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

View File

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

View File

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

View File

@ -20,7 +20,6 @@ solvers
{
solver PCG;
preconditioner DIC;
tolerance 1e-06;
relTol 0;
maxIter 100;
@ -101,7 +100,5 @@ relaxationFactors
}
}
cache
{}
// ************************************************************************* //

View File

@ -40,14 +40,6 @@ regions
);
}
/*
boxToCell
{
box ( 0.9 0.9 -100 ) ( 100 100 0.75 );
fieldValues ( volScalarFieldValue alpha.water 1 );
}
*/
cellToCell
{
set c0;
@ -69,4 +61,5 @@ regions
}
);
// ************************************************************************* //

View File

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