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
{
@ -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

@ -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

@ -29,6 +29,7 @@ boundaryField
{
type timeVaryingSolidTraction;
outOfBounds clamp;
nonLinear off;
fileName "$FOAM_CASE/constant/timeVsRightTraction";
}