|
[Sponsors] |
no 'numberOfSubdomains' in 'system/decomposeParDict? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 24, 2019, 19:49 |
no 'numberOfSubdomains' in 'system/decomposeParDict?
|
#1 |
New Member
Mustafa
Join Date: Jun 2015
Location: Aachen
Posts: 26
Rep Power: 11 |
I"m trying to mesh a simple case in parallel with snappyHex on 16 cores. This is how my decomposeParDict looks like
Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 5 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object decomposeParDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // numberOfSubdomains 16; method scotch; // ************************************************************************* // Code:
Warning no 'numberOfSubdomains' in 'system/decomposeParDict' |
|
August 26, 2019, 06:11 |
|
#2 |
Member
|
Hey,
I could not see the problem. But you can try out copy my Dict. Maybe there is missing something. [CODE] /*--------------------------------*- C++ -*----------------------------------*\ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | Website: https://openfoam.org \\ / A nd | Version: 6 \\/ M anipulation | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; object decomposeParDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // numberOfSubdomains 24; method scotch; // ************************************************** *********************** // [CODE/] If this also does not work try to use lower value of cores. Maybe 2.
__________________
Greetings Philipp Conen |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to use parallel running to the most? | 6863523 | OpenFOAM Running, Solving & CFD | 5 | January 19, 2017 03:22 |
SnappyHexmesh crashes with many processes | flami | OpenFOAM Pre-Processing | 10 | July 18, 2012 17:29 |