applications/solvers/solidMechanics/Allwmake
This commit is contained in:
parent
06bb20a2ff
commit
a058a63a77
9 changed files with 34 additions and 28 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -92,9 +92,6 @@ solvers
|
|||
PISO
|
||||
{
|
||||
cAlpha 1.5;
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 | |
|
||||
|
|
|
@ -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 | |
|
||||
|
|
|
@ -29,6 +29,7 @@ boundaryField
|
|||
{
|
||||
type timeVaryingSolidTraction;
|
||||
outOfBounds clamp;
|
||||
nonLinear off;
|
||||
fileName "$FOAM_CASE/constant/timeVsRightTraction";
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue