Skip to content

Instantly share code, notes, and snippets.

@bshambaugh
Created December 29, 2018 18:05
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/7e3add785fe99c9376393c48f24d75a3 to your computer and use it in GitHub Desktop.
Save bshambaugh/7e3add785fe99c9376393c48f24d75a3 to your computer and use it in GitHub Desktop.
/*--------------------------------*- 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 (2.69 0 0 1.345 0 1.345);
boundaryField
{
in
{
type fixedValue;
value uniform (2.69 0 0 1.345 0 1.345);
}
out
{
type zeroGradient;
}
ent
{
type zeroGradient;
}
wal
{
type kqRWallFunction;
value uniform ( 0 0 0 0 0 0 );
}
}
// ************************************************************************* //
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment