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
inlet
{
type calculated;
value $internalField;
}
outlet
{
type calculated;
value $internalField;
}
wall
{
......@@ -37,6 +39,7 @@ boundaryField
//value $internalField;
type calculated;
value $internalField;
}
}
......
......@@ -22,10 +22,10 @@ done
runApplication decomposePar -allRegions
runParallel createZeroDirectory 4
runParallel createZeroDirectory
#-- Run in parallel
runParallel $(getApplication) 4
runParallel $(getApplication)
# Reconstruct
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