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

ENH: More tuorial updates

parent 1d5854a4
Branches
Tags
No related merge requests found
...@@ -26,10 +26,12 @@ boundaryField ...@@ -26,10 +26,12 @@ boundaryField
inlet inlet
{ {
type calculated; type calculated;
value $internalField;
} }
outlet outlet
{ {
type calculated; type calculated;
value $internalField;
} }
wall wall
{ {
...@@ -37,6 +39,7 @@ boundaryField ...@@ -37,6 +39,7 @@ boundaryField
//value $internalField; //value $internalField;
type calculated; type calculated;
value $internalField;
} }
} }
......
...@@ -22,10 +22,10 @@ done ...@@ -22,10 +22,10 @@ done
runApplication decomposePar -allRegions runApplication decomposePar -allRegions
runParallel createZeroDirectory 4 runParallel createZeroDirectory
#-- Run in parallel #-- Run in parallel
runParallel $(getApplication) 4 runParallel $(getApplication)
# Reconstruct # Reconstruct
runApplication reconstructPar -allRegions runApplication reconstructPar -allRegions
......
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