From a058a63a770ecc1318b0a2d2a182302b04a549e8 Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Fri, 29 Nov 2013 17:20:08 +0000 Subject: [PATCH] applications/solvers/solidMechanics/Allwmake --- .../interDyMFoam/ras/sloshingTank2D/system/fvSolution | 9 +++++---- .../ras/sloshingTank2D3DoF/system/fvSolution | 7 ++++--- .../interDyMFoam/ras/sloshingTank3D/system/fvSolution | 7 ++++--- .../ras/sloshingTank3D3DoF/system/fvSolution | 11 ++++++----- .../ras/sloshingTank3D6DoF/system/fvSolution | 7 ++++--- .../ballAndBrick/constant/polyMesh/boundary | 2 +- .../plateHole/constant/polyMesh/boundary | 2 +- .../solidMechanics/elasticSolidFoam/plateHole/0/U | 6 +++--- .../elasticSolidFoam/timeVaryingPlateHole/0/U | 11 ++++++----- 9 files changed, 34 insertions(+), 28 deletions(-) diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/fvSolution b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/fvSolution index b7098352c..cc7ceb60c 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/fvSolution +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D/system/fvSolution @@ -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 diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/fvSolution b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/fvSolution index c200945fe..d41ad8648 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/fvSolution +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank2D3DoF/system/fvSolution @@ -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 diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/fvSolution b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/fvSolution index c200945fe..d41ad8648 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/fvSolution +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D/system/fvSolution @@ -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 diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/fvSolution b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/fvSolution index 110c23def..1313293cc 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/fvSolution +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D3DoF/system/fvSolution @@ -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 diff --git a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/fvSolution b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/fvSolution index c200945fe..d41ad8648 100644 --- a/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/fvSolution +++ b/tutorials/multiphase/interDyMFoam/ras/sloshingTank3D6DoF/system/fvSolution @@ -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 diff --git a/tutorials/solidMechanics/deprecatedTutorials/contactStressFoam/ballAndBrick/constant/polyMesh/boundary b/tutorials/solidMechanics/deprecatedTutorials/contactStressFoam/ballAndBrick/constant/polyMesh/boundary index a3cc26148..9875783a8 100644 --- a/tutorials/solidMechanics/deprecatedTutorials/contactStressFoam/ballAndBrick/constant/polyMesh/boundary +++ b/tutorials/solidMechanics/deprecatedTutorials/contactStressFoam/ballAndBrick/constant/polyMesh/boundary @@ -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 | | diff --git a/tutorials/solidMechanics/deprecatedTutorials/stressFemFoam/plateHole/constant/polyMesh/boundary b/tutorials/solidMechanics/deprecatedTutorials/stressFemFoam/plateHole/constant/polyMesh/boundary index a381dc7d3..d2f31fbeb 100644 --- a/tutorials/solidMechanics/deprecatedTutorials/stressFemFoam/plateHole/constant/polyMesh/boundary +++ b/tutorials/solidMechanics/deprecatedTutorials/stressFemFoam/plateHole/constant/polyMesh/boundary @@ -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 | | diff --git a/tutorials/solidMechanics/elasticSolidFoam/plateHole/0/U b/tutorials/solidMechanics/elasticSolidFoam/plateHole/0/U index 03fef854d..a10835c28 100644 --- a/tutorials/solidMechanics/elasticSolidFoam/plateHole/0/U +++ b/tutorials/solidMechanics/elasticSolidFoam/plateHole/0/U @@ -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 { diff --git a/tutorials/solidMechanics/elasticSolidFoam/timeVaryingPlateHole/0/U b/tutorials/solidMechanics/elasticSolidFoam/timeVaryingPlateHole/0/U index badc219cf..c28dd8a47 100644 --- a/tutorials/solidMechanics/elasticSolidFoam/timeVaryingPlateHole/0/U +++ b/tutorials/solidMechanics/elasticSolidFoam/timeVaryingPlateHole/0/U @@ -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 {