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
@ -42,4 +42,5 @@ boundaryField
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -43,4 +43,5 @@ boundaryField
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -43,4 +43,5 @@ boundaryField
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -42,4 +42,5 @@ boundaryField
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
@ -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
|
||||
|
||||
@ -10,7 +10,6 @@ FoamFile
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class uniformDimensionedVectorField;
|
||||
location "constant";
|
||||
object g;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -23,4 +23,5 @@ coeffs
|
||||
n (2 2 1);
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user