Skip to content
Snippets Groups Projects
Commit 4518004d authored by Andrew Heather's avatar Andrew Heather
Browse files

TUT: Updated RutlandVortex case - Thanks to Thilo Knacke

parent 07d9d3fc
Branches
Tags
No related merge requests found
......@@ -20,26 +20,9 @@ internalField uniform 224;
boundaryField
{
top
".*"
{
type slip;
}
bottom
{
type slip;
}
left
{
type fixedValue;
value $internalField;
}
right
{
type inletOutlet;
inletValue $internalField;
type calculated;
value $internalField;
}
......
......@@ -36,7 +36,7 @@ functions
scalar pInf = 101325;
scalar TInf = 224;
scalar gamma = 1.4;
scalar A = 0.3*D*UInf;
scalar A = -0.3*D*UInf;
const dimensionedScalar rhoRef("rhoRef", dimDensity, 1);
const volScalarField& rho =
mesh().lookupObject<volScalarField>("rho");
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment