Skip to content

Instantly share code, notes, and snippets.

@bshambaugh
Created December 29, 2018 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bshambaugh/5604fa2f3acc4af64058bf6ac04d872e to your computer and use it in GitHub Desktop.
Save bshambaugh/5604fa2f3acc4af64058bf6ac04d872e to your computer and use it in GitHub Desktop.
R for B2_CoarseMesh2_giraffe/
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volSymmTensorField;
object R;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField uniform (0.648 0 0 0.324 0 0.324);
boundaryField
{
courseFace
{
type zeroGradient;
}
courseCyclicBoundary
{
type cyclicAMI;
}
courseWalls
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
freeBoundaryCourse
{
type zeroGradient;
}
courseSymmetryWalls
{
type symmetryPlane;
}
fineSymmetryWall
{
type symmetryPlane;
}
fineWalls
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
fineCyclicBoundary
{
type cyclicAMI;
}
fineplug
{
type cyclicAMI;
}
faceFine
{
type zeroGradient;
}
inletFace
{
type zeroGradient;
}
inlet
{
type fixedValue;
value uniform (0.648 0 0 0.324 0 0.324);
}
inletWalls
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
outletInlet
{
type cyclicAMI;
}
}
// ************************************************************************* //
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment