BUGFIX: Merge errors

This commit is contained in:
Henrik Rusche 2016-05-25 15:28:09 +02:00
parent b377ba2d6c
commit b1c20366d0
5 changed files with 381 additions and 105 deletions

View file

@ -16,10 +16,13 @@ FoamFile
solvers solvers
{ {
T
{
solver PBiCG; solver PBiCG;
preconditioner DILU; preconditioner DILU;
tolerance 1e-06; tolerance 1e-06;
relTol 0; relTol 0;
}
} }
SIMPLE SIMPLE

View file

@ -16,10 +16,13 @@ FoamFile
solvers solvers
{ {
T
{
solver PBiCG; solver PBiCG;
preconditioner DILU; preconditioner DILU;
tolerance 1e-06; tolerance 1e-06;
relTol 0; relTol 0;
}
} }
SIMPLE SIMPLE

View file

@ -15,39 +15,300 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// General macros to create 2D/extruded-2D meshes // General macros to create 2D/extruded-2D meshes
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
convertToMeters 0.1; convertToMeters 0.1;
// Hub radius // Hub radius
// Impeller-tip radius // Impeller-tip radius
// Baffle-tip radius // Baffle-tip radius
// Tank radius // Tank radius
// MRF region radius // MRF region radius
// Thickness of 2D slab // Thickness of 2D slab
// Base z // Base z
// Top z // Top z
// Number of cells radially between hub and impeller tip // Number of cells radially between hub and impeller tip
// Number of cells radially in each of the two regions between // Number of cells radially in each of the two regions between
// impeller and baffle tips // impeller and baffle tips
// Number of cells radially between baffle tip and tank // Number of cells radially between baffle tip and tank
// Number of cells azimuthally in each of the 8 blocks // Number of cells azimuthally in each of the 8 blocks
// Number of cells in the thickness of the slab // Number of cells in the thickness of the slab
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
vertices vertices

View file

@ -112,7 +112,7 @@ PIMPLE
relaxationFactors relaxationFactors
{ {
"U.*" 1; "U.*" 1;
h 1; "h.*" 1;
k 1; k 1;
epsilon 1; epsilon 1;
} }

View file

@ -39,6 +39,15 @@ solvers
} }
} }
// for laplacianFoam
SIMPLE
{
nNonOrthogonalCorrectors 5;
pRefPoint (0 -0.45 0.05);
pRefValue 0;
}
PIMPLE PIMPLE
{ {
nOuterCorrectors 2; nOuterCorrectors 2;