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

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

View File

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

View File

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

View File

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

View File

@ -6,7 +6,9 @@ cd "${0%/*}" || exit # Run from this directory
mkdir -p constant/triSurface
# Copy bullet surface from resources directory
cp -f $FOAM_TUTORIALS/resources/geometry/bullet.stl.gz constant/triSurface/
cp -f \
"$FOAM_TUTORIALS"/resources/geometry/bullet.stl.gz \
constant/triSurface/
# Generate the base block mesh
runApplication blockMesh

View File

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

View File

@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
phases (water vapour);
phases (water vapour);
phaseChangeTwoPhaseMixture SchnerrSauer;
@ -39,7 +39,7 @@ vapour
KunzCoeffs
{
UInf U20.0;
tInf t0.005; // L = 0.1 m
tInf 0.005; // L = 0.1 m
Cc C1000;
Cv C1000;
}

View File

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