File size: 462 Bytes
308ff83
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
FoamFile
{
    version     2.0;
    format      ascii;
    class       dictionary;
    object      decomposeParDict;
}

// 并行分解设置
// 2D case: Z 方向仅 1 个分区(empty 边界限制)
// numberOfSubdomains 16由 run_case.sh 传入,此处为默认值
numberOfSubdomains 16;

method          hierarchical;

hierarchicalCoeffs
{
    n           (4 4 1);        // X: 2分区, Y: 2分区, Z: 1分区
    delta       0.001;
    order       xyz;
}