Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop

This commit is contained in:
sergio
2017-12-18 08:24:58 -08:00
1629 changed files with 113896 additions and 16822 deletions

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -19,10 +18,10 @@ numberOfSubdomains 6;
method simple;
simpleCoeffs
coeffs
{
n (1 6 1);
delta 0.001;
n (1 6 1);
//delta 0.001; // default=0.001
}
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -19,10 +18,10 @@ numberOfSubdomains 5;
method simple;
simpleCoeffs
coeffs
{
n (1 5 1);
delta 0.001;
n (1 5 1);
//delta 0.001; // default=0.001
}
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -19,10 +18,11 @@ numberOfSubdomains 12;
method simple;
simpleCoeffs
coeffs
{
n (2 2 3);
delta 0.001;
n (2 2 3);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
}
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -19,22 +18,11 @@ numberOfSubdomains 4;
method scotch;
simpleCoeffs
coeffs
{
n (2 2 1);
delta 0.001;
}
hierarchicalCoeffs
{
n (1 1 1);
delta 0.001;
order xyz;
}
manualCoeffs
{
dataFile "";
n (2 2 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
}
distributed no;

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -19,23 +18,13 @@ numberOfSubdomains 4;
method simple;
simpleCoeffs
coeffs
{
n (4 1 1);
delta 0.001;
n (4 1 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
}
hierarchicalCoeffs
{
n (4 1 1);
delta 0.001;
order xyz;
}
manualCoeffs
{
dataFile "";
}
distributed no;

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -19,22 +18,11 @@ numberOfSubdomains 4;
method simple;
simpleCoeffs
coeffs
{
n (4 1 1);
delta 0.001;
}
hierarchicalCoeffs
{
n (4 1 1);
delta 0.001;
order xyz;
}
manualCoeffs
{
dataFile "";
n (4 1 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
}
distributed no;

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -19,17 +18,12 @@ numberOfSubdomains 4;
method metis;
simpleCoeffs
coeffs
{
n (2 2 1);
delta 0.001;
}
hierarchicalCoeffs
{
n (1 1 1);
delta 0.001;
order xyz;
n (2 2 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
dataFile "";
}
metisCoeffs
@ -37,11 +31,6 @@ metisCoeffs
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
}
distributed no;
roots ( );

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -25,23 +24,12 @@ preserveFaceZones
cycRight
);
simpleCoeffs
coeffs
{
n (2 2 1);
delta 0.001;
n (2 2 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
dataFile "";
}
hierarchicalCoeffs
{
n (1 1 1);
delta 0.001;
order xyz;
}
manualCoeffs
{
dataFile "";
}
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -19,17 +18,12 @@ numberOfSubdomains 4;
method metis;
simpleCoeffs
coeffs
{
n (2 2 1);
delta 0.001;
}
hierarchicalCoeffs
{
n (1 1 1);
delta 0.001;
order xyz;
n (2 2 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
dataFile "";
}
metisCoeffs
@ -37,14 +31,9 @@ metisCoeffs
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
}
distributed no;
roots ( );
// ************************************************************************* //

View File

@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class dictionary;
location "system";
object decomposeParDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -19,17 +18,12 @@ numberOfSubdomains 4;
method metis;
simpleCoeffs
coeffs
{
n (2 2 1);
delta 0.001;
}
hierarchicalCoeffs
{
n (1 1 1);
delta 0.001;
order xyz;
n (2 2 1);
//delta 0.001; // default=0.001
//order xyz; // default=xzy
dataFile "";
}
metisCoeffs
@ -37,11 +31,6 @@ metisCoeffs
processorWeights ( 1 1 1 1 );
}
manualCoeffs
{
dataFile "";
}
distributed no;
roots ( );