CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

'patchSummary' and 'potentialFoam'

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 9, 2022, 13:03
Default 'patchSummary' and 'potentialFoam'
  #1
New Member
 
Mary
Join Date: Sep 2021
Posts: 16
Rep Power: 4
limpideyes is on a distinguished road
Hello,

I'd like to run windAroundBuildings with simpleFoam. When I saw the Allrun script, it was like:
Code:
runApplication surfaceFeatures

runApplication blockMesh
runApplication snappyHexMesh -overwrite

runApplication $(getApplication)
But I want to do parallel running of both snappyHexMesh and simpelFoam for the above windAroundBuilidng. So, I've referred to the Allrun script of motorBike and it was like:
Code:
runApplication surfaceFeatures

runApplication blockMesh

runApplication decomposePar -copyZero
runParallel snappyHexMesh -overwrite

runParallel patchSummary
runParallel potentialFoam
runParallel $(getApplication)

runApplication reconstructParMesh -constant
runApplication reconstructPar -latestTime
Then, I have got a question. Do I really need 'patchSummary' and 'potentialFoam' for the windAroundBuilidng?
Otherwise, can I delete them and do this as follows?
Code:
surfaceFeatures
blockMesh
decomposePar -copyZero
mpirun -np 8 snappyHexMesh -overwrite -parallel
mpirun -np 8 simpleFoam -parallel
reconstructParMesh -constant
reconstructPar -latestTime
What do you think of? Can I do the mpirun without the 'patchSummary' and 'potentialFoam' for the windAroundBuilidng?

Please help,

Thanks!
limpideyes is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 11:04.