bin/tools/RunFunctions: Added getSolver function for use with foamPostProcess
This commit is contained in:
@ -6,7 +6,7 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication foamRun
|
||||
runApplication -s age foamPostProcess -solver incompressibleFluid -latestTime \
|
||||
runApplication -s age foamPostProcess -solver $(getSolver) -latestTime \
|
||||
-func "age(diffusion=true)"
|
||||
runApplication -s probes1 foamPostProcess -func probes1 -latestTime
|
||||
runApplication -s probes2 foamPostProcess -func probes2 -latestTime
|
||||
|
||||
Reference in New Issue
Block a user