copied from preCICE tutorials
This commit is contained in:
parent
46a7e98752
commit
3f1b1a6d0f
68 changed files with 156449 additions and 0 deletions
16
fluid-openfoam/system/decomposeParDict
Normal file
16
fluid-openfoam/system/decomposeParDict
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
FoamFile {
|
||||
version 2.0;
|
||||
class dictionary;
|
||||
object decomposeParDict;
|
||||
format ascii;
|
||||
}
|
||||
|
||||
numberOfSubdomains 2;
|
||||
|
||||
method simple;
|
||||
|
||||
simpleCoeffs
|
||||
{
|
||||
n (2 1 1);
|
||||
delta 0.001;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue