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

Zero residual/MPI issue

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 9, 2020, 03:20
Default Zero residual/MPI issue
  #1
New Member
 
Lew Willy
Join Date: Feb 2020
Posts: 2
Rep Power: 0
LewWilly is on a distinguished road
Dear all,

I am running simulation of rotating propeller using pimpleFOAM solver on supercomputer cluster. Before uploading it to the cluster, I tried to run it locally using OpenFOAM V1906 and everything seems working alright. When the run was conducted on the cluster which uses OpenFOAM 5, I obtained zero residual for all of the variables, as shown in the figure below.
2.jpg

To get around the issue, my supervisor helped me to install V1906 on the cluster. The residual was no longer zero but an error related to the MPI process starts popping up in the midway of the run.
1.JPG

I have tried to identify the source of error but to no avail. I have consulted many people in the lab who have some experience in OpenFOAM, and all of them had no clue to what went wrong. Therefore, any form of help is greatly appreciated as I have been stuck for quite some time.

Feel free to raise any question should more information is needed. I am fine with sending a copy of my setup as well. Cheers.

Last edited by LewWilly; February 9, 2020 at 06:46.
LewWilly is offline   Reply With Quote

Old   February 9, 2020, 11:44
Default
  #2
HPE
Senior Member
 
HPE's Avatar
 
Herpes Free Engineer
Join Date: Sep 2019
Location: The Home Under The Ground with the Lost Boys
Posts: 932
Rep Power: 12
HPE is on a distinguished road
First of all, OFv1906 and OFv5 are not the same.

Your error message suggests that zero-division error occurs.

Could you list the set of commands you execute? Or do you only execute the that tutorial?
HPE is offline   Reply With Quote

Old   February 9, 2020, 19:41
Default List of Commands
  #3
New Member
 
Lew Willy
Join Date: Feb 2020
Posts: 2
Rep Power: 0
LewWilly is on a distinguished road
Hi, in fact, this is a UAV propeller with serration design, which is meant to study its noise reduction capability.

This is the list of commands I used:

module purge
module load openmpi/gcc493/1.10.2
source /home/project/11000550/OpenFOAM/OpenFOAM-v1906/etc/bashrc
cd $PBS_O_WORKDIR
chmod 755 Allclean
./Allclean
blockMesh
surfaceFeatureExtract
decomposePar
mpirun -n 48 snappyHexMesh -parallel -overwrite > log.snappy
reconstructParMesh -constant
topoSet -dict system/createInletOutletSets.topoSetDict > log.topo
createPatch -overwrite > log.patch
checkMesh > log.mesh
decomposePar -force
mpirun -n 48 renumberMesh -parallel -overwrite
mpirun -n 48 pimpleFoam -parallel > log.run
reconstructPar
foamToVTK -ascii

Do let me know if you require a copy of my setup. Thanks.
LewWilly 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
BC issue for chtMultiRegionFoam Aadhavann OpenFOAM Running, Solving & CFD 2 November 15, 2022 07:25
Concentration Modification to ScalarTransportFoam: Ptr unallocated Issue Braedan OpenFOAM Programming & Development 1 November 6, 2019 09:58
CAMWA special issue on open-source numerical solver feixu2019 OpenFOAM Announcements from Other Sources 0 October 1, 2018 11:21
CAMWA special issue on open-source numerical solver feixu2019 SU2 News & Announcements 0 October 1, 2018 11:19
Convergence issue in natural convection problem chrisf90 FLUENT 5 March 5, 2016 08:30


All times are GMT -4. The time now is 15:03.