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
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
T
{
solver PBiCG;
preconditioner DILU;
tolerance 1e-06;
relTol 0;
}
}
SIMPLE

View file

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

View file

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

View file

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

View file

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