tutorials/multiphaseEuler/mixerVessel2D: Removed 0/alpha.map file
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Reference in New Issue
Block a user