|
[Sponsors] |
renumberMesh in OpenFOAM does not speedup the model |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 23, 2022, 19:45 |
renumberMesh in OpenFOAM does not speedup the model
|
#1 |
New Member
Ali
Join Date: May 2016
Location: Sydney, Australia
Posts: 19
Rep Power: 10 |
I am running an OpenFOAM test using interFoam, teh strange thing is that after applying renumberMesh, my model gets about 30% slower. I am using 288 cpus, checked with OF8 and Of/2006, both show the same defficiency after renumberMesh.
here is teh output of renumberMesh: " /*---------------------------------------------------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 8 \\/ M anipulation | \*---------------------------------------------------------------------------*/ Build : 8-c67e2b482b0f Exec : renumberMesh -overwrite -parallel Date : May 19 2022 Time : 14:17:19 Host : "gadi-cpu-clx-2906.gadi.nci.org.au" PID : 2191322 I/O : uncollated Case : /g/data/rr38/from_short_rr38/rr38/aliv/43803371/parametricModel/Surflakes_v2_layout16_runs/Island_v2_Layout16_St3.0 nProcs : 288 Slaves : 287 ( "gadi-cpu-clx-2906.gadi.nci.org.au.2191323" "gadi-cpu-clx-2906.gadi.nci.org.au.2191324" "gadi-cpu-clx-2906.gadi.nci.org.au.2191325" ... "gadi-cpu-clx-2914.gadi.nci.org.au.733733" ) Pstream initialized with: floatTransfer : 0 nProcsSimpleSum : 0 commsType : nonBlocking polling iterations : 0 fileModificationChecking : Monitoring run-time modified files using timeStampMaster (fileModificationSkew 10) allowSystemOperations : Allowing user-supplied system call operations // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // Create time Create mesh for time = 0 // using new solver syntax: pcorrFinal { solver GAMG; tolerance 1e-07; relTol 0; smoother DIC; nPreSweeps 0; nPostSweeps 2; nFinestSweeps 2; cacheAgglomeration true; nCellsInCoarsestLevel 10; agglomerator faceAreaPair; mergeLevels 1; } Mesh size: 38486181 Before renumbering : band : 134955 profile : 1.80501e+11 Using default renumberMethod. Selecting renumberMethod CuthillMcKee Reading geometric fields Reading volScalarField nut Reading volScalarField p_rgh Reading volScalarField k Reading volScalarField epsilon Reading volScalarField omega Reading volScalarField alpha.water Reading volScalarField nuTilda Reading volVectorField U Reading pointVectorField pointDisplacement Selecting solid-body motion function tabulated6DoFMotion Renumbering processor cell decomposition map cellProcAddressing Renumbering processor face decomposition map faceProcAddressing Renumbering processor point decomposition map pointProcAddressing After renumbering : band : 5357 profile : 8.42177e+10 Writing mesh to "constant" End Finalising parallel run " Any help would be highly appreciated. |
|
May 24, 2022, 06:23 |
|
#2 |
Senior Member
|
Not an expert in OF or its numbering but, it seems that you actually achieved a band reduction. So, the question is why a band reduction generated worst performance?
I can't be of much help as this requires specific OF knowledge but, out of blue, I would point to something related to GAMG |
|
Tags |
interfoam, openfoam, renumbermesh, speedup |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
interFoam wave propagation and explosion of Courant number and residuals | ChiaraViola | OpenFOAM Running, Solving & CFD | 1 | June 26, 2019 06:36 |
compressible k-epsilon model in OpenFOAM | cryabroad | OpenFOAM Running, Solving & CFD | 0 | January 28, 2019 00:48 |
dynamic smagorinsky model in OpenFOAM 4.1 | zhangxc0223 | OpenFOAM Running, Solving & CFD | 2 | October 29, 2018 04:53 |
Wrong flow in ratating domain problem | Sanyo | CFX | 17 | August 15, 2015 07:20 |
OpenFOAM: LES turbulence model names | Ollie | Main CFD Forum | 1 | April 11, 2011 14:03 |