Skip to content
Snippets Groups Projects
Commit d782bb99 authored by mattijs's avatar mattijs
Browse files

ENH: sloshingTank2D: correct decomposeParDict. Fixes #913.

parent 1ed642fb
Branches
Tags
No related merge requests found
...@@ -14,20 +14,13 @@ FoamFile ...@@ -14,20 +14,13 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 16; numberOfSubdomains 6;
method hierarchical; method hierarchical;
coeffs coeffs
{ {
n (4 2 2); n (1 3 2);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
} }
distributed no;
roots ( );
// ************************************************************************* // // ************************************************************************* //
...@@ -14,20 +14,13 @@ FoamFile ...@@ -14,20 +14,13 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 16; numberOfSubdomains 6;
method hierarchical; method hierarchical;
coeffs coeffs
{ {
n (4 2 2); n (1 3 2);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
} }
distributed no;
roots ( );
// ************************************************************************* // // ************************************************************************* //
...@@ -14,20 +14,13 @@ FoamFile ...@@ -14,20 +14,13 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 16; numberOfSubdomains 6;
method hierarchical; method hierarchical;
coeffs coeffs
{ {
n (4 2 2); n (1 3 2);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
} }
distributed no;
roots ( );
// ************************************************************************* // // ************************************************************************* //
...@@ -14,20 +14,13 @@ FoamFile ...@@ -14,20 +14,13 @@ FoamFile
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 16; numberOfSubdomains 6;
method hierarchical; method hierarchical;
coeffs coeffs
{ {
n (4 2 2); n (1 3 2);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
} }
distributed no;
roots ( );
// ************************************************************************* // // ************************************************************************* //
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment