tutorials/multiphaseEuler/mixerVessel2D: Removed 0/alpha.map file

This commit is contained in:
Will Bainbridge
2023-08-30 12:44:55 +01:00
parent 5dade27f25
commit 381e95039b

View File

@ -1,70 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: dev
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object alpha.map;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 0 0 0];
internalField uniform 0.6;
boundaryField
{
rotor
{
type calculated;
value uniform 0.6;
}
stator
{
type calculated;
value uniform 0.6;
}
front
{
type empty;
}
back
{
type empty;
}
nonCouple1
{
type calculated;
value uniform 0.6;
}
nonCouple2
{
type calculated;
value uniform 0.6;
}
nonConformalCyclic_on_nonCouple1
{
type nonConformalCyclic;
}
nonConformalCyclic_on_nonCouple2
{
type nonConformalCyclic;
}
nonConformalError_on_nonCouple1
{
type nonConformalError;
}
nonConformalError_on_nonCouple2
{
type nonConformalError;
}
}
// ************************************************************************* //