Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
a09a6235
Commit
a09a6235
authored
Jun 29, 2017
by
Andrew Heather
Browse files
TUT: Updated RutlandVortex case - Thanks to Thilo Knacke
parent
644ed3c4
Changes
2
Hide whitespace changes
Inline
Side-by-side
tutorials/compressible/rhoPimpleAdiabaticFoam/rutlandVortex2D/0.orig/T
View file @
a09a6235
...
...
@@ -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;
}
...
...
tutorials/compressible/rhoPimpleAdiabaticFoam/rutlandVortex2D/system/preProcess
View file @
a09a6235
...
...
@@ -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");
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment