Files
OpenFOAM-12/tutorials/mesh/foamyHexMesh/mixerVessel/0/nut
Henry Weller 1d38ceb900 tutorials: Removed 0.orig directories in favor of <field>.orig
The new automated <field>.orig reading has made 0.orig directories and
associated scripting redundant.
2018-02-15 22:59:56 +00:00

89 lines
2.1 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: dev |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format binary;
class volScalarField;
location "0";
object nut;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -1 0 0 0 0];
internalField uniform 0;
boundaryField
{
outlet
{
type inletOutlet;
inletValue uniform 0;
value uniform 0;
}
vessel
{
type nutkWallFunction;
value uniform 0;
}
gasInlet
{
type fixedValue;
value uniform 0;
}
sparger
{
type nutkWallFunction;
value uniform 0;
}
spargerShaft
{
type nutkWallFunction;
value uniform 0;
}
shaftRotating
{
type nutkWallFunction;
value uniform 0;
}
shaft
{
type nutkWallFunction;
value uniform 0;
}
stirrer_baffles
{
type nutkWallFunction;
value uniform 0;
}
stirrer
{
type nutkWallFunction;
value uniform 0;
}
baffles
{
type nutkWallFunction;
value uniform 0;
}
AMI1
{
type cyclicAMI;
value uniform 0;
}
AMI2
{
type cyclicAMI;
value uniform 0;
}
}
// ************************************************************************* //