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

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

View File

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

View File

@ -12,7 +12,7 @@ FoamFile
class volScalarField;
object Theta.solids;
}
// ************************************************************************* //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
@ -49,4 +49,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class uniformDimensionedVectorField;
location "constant";
object g;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,14 +10,13 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object phaseProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
type basicTwoPhaseSystem;
type basicTwoPhaseSystem;
phases (solids gas);
phases (solids gas);
solids
{

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties.gas;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties.solids;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,35 +10,20 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties.gas;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType RAS;
simulationType RAS;
RAS
{
RASModel kEpsilon;
RASModel kEpsilon;
turbulence on;
printCoeffs on;
}
LES
{
LESModel Smagorinsky;
turbulence on;
printCoeffs on;
delta cubeRootVol;
cubeRootVolCoeffs
{
deltaCoeff 1;
}
}
// ************************************************************************* //

View File

@ -10,18 +10,18 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties.solids;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType RAS;
simulationType RAS;
RAS
{
RASModel kineticTheory;
RASModel kineticTheory;
turbulence on;
printCoeffs on;
kineticTheoryCoeffs

View File

@ -125,4 +125,5 @@ mergePatchPairs
(wall_merge wall_merge2)
);
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class volVectorField;
object U.air;
}
@ -40,4 +40,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class volVectorField;
object U.water;
}
@ -40,4 +40,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class uniformDimensionedVectorField;
location "constant";
object g;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,14 +10,13 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object phaseProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
type basicTwoPhaseSystem;
type basicTwoPhaseSystem;
phases (air water);
phases (air water);
air
{

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties.air;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties.water;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,18 +10,18 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties.air;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType RAS;
simulationType RAS;
RAS
{
RASModel mixtureKEpsilon; //continuousGasKEpsilon;
RASModel mixtureKEpsilon; //continuousGasKEpsilon;
turbulence on;
printCoeffs on;
// mixtureKEpsilonCoeffs
@ -31,4 +31,5 @@ RAS
// }
}
// ************************************************************************* //

View File

@ -10,19 +10,20 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties.water;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType RAS;
simulationType RAS;
RAS
{
RASModel mixtureKEpsilon; //LaheyKEpsilon;
RASModel mixtureKEpsilon; //LaheyKEpsilon;
turbulence on;
printCoeffs on;
}
// ************************************************************************* //

View File

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

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -51,7 +50,6 @@ maxCo 0.5;
maxDeltaT 1;
functions
{
fieldAverage1

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object setFieldsDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class volVectorField;
object U.gas;
}
@ -39,4 +39,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class volVectorField;
object U.liquid;
}
@ -39,4 +39,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object chemistryProperties.gas;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -37,4 +36,5 @@ odeCoeffs
relTol 0.01;
}
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object combustionProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -22,4 +21,5 @@ PaSRCoeffs
Cmix 1.0;
}
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class uniformDimensionedVectorField;
location "constant";
object g;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,14 +10,13 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object phaseProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
type interfaceCompositionPhaseChangeTwoPhaseSystem;
type interfaceCompositionPhaseChangeTwoPhaseSystem;
phases (gas liquid);
phases (gas liquid);
gas
{

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties.gas;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object thermophysicalProperties.liquid;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,18 +10,17 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties.gas;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType RAS;
simulationType RAS;
RAS
{
RASModel kEpsilon;
RASModel kEpsilon;
turbulence on;
turbulence on;
}

View File

@ -10,11 +10,11 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "constant";
object turbulenceProperties.liquid;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
simulationType laminar;
// ************************************************************************* //

View File

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

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object controlDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

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

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSchemes;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object fvSolution;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object setFieldsDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class volVectorField;
object U.air;
}
@ -40,4 +40,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

@ -8,7 +8,7 @@
FoamFile
{
version 2.0;
format binary;
format ascii;
class volVectorField;
object U.water;
}
@ -40,4 +40,5 @@ boundaryField
}
}
// ************************************************************************* //

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More