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