applications/solvers/solidMechanics/Allwmake

This commit is contained in:
Hrvoje Jasak 2013-11-29 17:20:08 +00:00
parent 06bb20a2ff
commit a058a63a77
9 changed files with 34 additions and 28 deletions

View file

@ -92,10 +92,6 @@ solvers
PISO
{
cAlpha 1;
pdRefPoint (0 0 0.15);
pdRefValue 1e5;
pRefPoint (0 0 0.15);
pRefValue 1e5;
}
PIMPLE
{
@ -106,6 +102,11 @@ PIMPLE
nAlphaCorr 1;
nAlphaSubCycles 3;
correctPhi no;
pdRefPoint (0 0 0.15);
pdRefValue 1e5;
pRefPoint (0 0 0.15);
pRefValue 1e5;
}
relaxationFactors

View file

@ -92,9 +92,6 @@ solvers
PISO
{
cAlpha 1;
pdRefPoint (0 0 0.15);
pdRefValue 0;
pRefValue 1e5;
}
PIMPLE
{
@ -105,6 +102,10 @@ PIMPLE
nAlphaCorr 1;
nAlphaSubCycles 3;
correctPhi no;
pdRefPoint (0 0 0.15);
pdRefValue 0;
pRefValue 1e5;
}
relaxationFactors

View file

@ -92,9 +92,6 @@ solvers
PISO
{
cAlpha 1;
pdRefPoint (0 0 0.15);
pdRefValue 0;
pRefValue 1e5;
}
PIMPLE
{
@ -105,6 +102,10 @@ PIMPLE
nAlphaCorr 1;
nAlphaSubCycles 3;
correctPhi no;
pdRefPoint (0 0 0.15);
pdRefValue 0;
pRefValue 1e5;
}
relaxationFactors

View file

@ -92,9 +92,6 @@ solvers
PISO
{
cAlpha 1.5;
pdRefPoint (0 0 0.15);
pdRefValue 0;
pRefValue 1e5;
}
PIMPLE
{
@ -102,9 +99,13 @@ PIMPLE
nOuterCorrectors 1;
nCorrectors 4;
nNonOrthogonalCorrectors 0;
nAlphaCorr 1;
nAlphaSubCycles 3;
nAlphaCorr 1;
nAlphaSubCycles 3;
correctPhi no;
pdRefPoint (0 0 0.15);
pdRefValue 0;
pRefValue 1e5;
}
relaxationFactors

View file

@ -92,9 +92,6 @@ solvers
PISO
{
cAlpha 1;
pdRefPoint (0 0 0.15);
pdRefValue 0;
pRefValue 1e5;
}
PIMPLE
{
@ -105,6 +102,10 @@ PIMPLE
nAlphaCorr 1;
nAlphaSubCycles 3;
correctPhi no;
pdRefPoint (0 0 0.15);
pdRefValue 0;
pRefValue 1e5;
}
relaxationFactors

View file

@ -1,6 +1,6 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |

View file

@ -1,6 +1,6 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM Extend Project: Open Source CFD |
| \\ / F ield | OpenFOAM Extend Project: Open source CFD |
| \\ / O peration | Version: 1.6-ext |
| \\ / A nd | Web: www.extend-project.de |
| \\/ M anipulation | |

View file

@ -27,7 +27,7 @@ boundaryField
}
right
{
type analyticalPlateHoleTraction;
type analyticalPlateHoleTraction;
}
down
@ -37,12 +37,12 @@ boundaryField
up
{
type analyticalPlateHoleTraction;
type analyticalPlateHoleTraction;
}
hole
{
type solidTractionFree;
type solidTractionFree;
}
frontAndBack
{

View file

@ -27,9 +27,10 @@ boundaryField
}
right
{
type timeVaryingSolidTraction;
outOfBounds clamp;
fileName "$FOAM_CASE/constant/timeVsRightTraction";
type timeVaryingSolidTraction;
outOfBounds clamp;
nonLinear off;
fileName "$FOAM_CASE/constant/timeVsRightTraction";
}
down
@ -38,11 +39,11 @@ boundaryField
}
up
{
type solidTractionFree;
type solidTractionFree;
}
hole
{
type solidTractionFree;
type solidTractionFree;
}
frontAndBack
{