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 PISO
{ {
cAlpha 1; cAlpha 1;
pdRefPoint (0 0 0.15);
pdRefValue 1e5;
pRefPoint (0 0 0.15);
pRefValue 1e5;
} }
PIMPLE PIMPLE
{ {
@ -106,6 +102,11 @@ PIMPLE
nAlphaCorr 1; nAlphaCorr 1;
nAlphaSubCycles 3; nAlphaSubCycles 3;
correctPhi no; correctPhi no;
pdRefPoint (0 0 0.15);
pdRefValue 1e5;
pRefPoint (0 0 0.15);
pRefValue 1e5;
} }
relaxationFactors relaxationFactors

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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