ENH: TJunction: increase endTime to converge
[OpenFOAM-2.0.x.git] / tutorials / incompressible / pimpleFoam / TJunctionFan / Allrun
blob84758693b88e0ac85b8dce7d3faf314190a50624
1 #!/bin/sh
3 # Source tutorial run functions
4 . $WM_PROJECT_DIR/bin/tools/RunFunctions
6 # Get application name
7 application=`getApplication`
9 runApplication blockMesh
12 # Creating patches 'out of nothing' so will get undefined value which
13 # might cause floating point error
14 unset FOAM_SIGFPE
15 unset FOAM_SETNAN
17 # Create faceZones for fan and baffles
18 runApplication topoSet
19 # Create fan cyclics
20 createBaffles cyclicFaces '(fan_half0 fan_half1)' -overwrite > log.createBaffles 2>&1
21 # Create wall baffles
22 createBaffles baffleFaces '(baffles baffles)' -overwrite > log.createBaffles 2>&1
24 runApplication $application