Skip to content
Snippets Groups Projects
Commit c486fc97 authored by andy's avatar andy
Browse files

ENH: Tutorial file update

parent 6286b2e6
Branches
Tags
No related merge requests found
...@@ -32,13 +32,13 @@ boundaryField ...@@ -32,13 +32,13 @@ boundaryField
inletCentral inletCentral
{ {
type flowRateInletVelocity; type flowRateInletVelocity;
flowRate 0.00379; flowRate constant 0.00379;
value uniform (0 14.68 0); value uniform (0 14.68 0);
} }
inletSides inletSides
{ {
type flowRateInletVelocity; type flowRateInletVelocity;
flowRate 0.00832; flowRate constant 0.00832;
value uniform (0 17.79 0); value uniform (0 17.79 0);
} }
outlet outlet
......
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