diff --git a/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H b/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H index 0c8a8295d..89d95c8f3 100644 --- a/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H +++ b/src/finiteVolume/fields/fvPatchFields/derived/movingWallVelocity/movingWallVelocityFvPatchVectorField.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -43,7 +43,6 @@ Usage See also Foam::fixedValueFvPatchVectorField - Foam::MRFZone SourceFiles movingWallVelocityFvPatchVectorField.C diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2D/0/U b/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2D/0/U index 96fb64189..d48e8ff19 100644 --- a/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2D/0/U +++ b/tutorials/compressible/rhoPimpleFoam/RAS/mixerVessel2D/0/U @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/0.orig/air/U b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/0.orig/air/U index 1391d618d..2b3780e32 100644 --- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/0.orig/air/U +++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/0.orig/air/U @@ -25,20 +25,24 @@ boundaryField { type noSlip; } + inlet { type fixedValue; value uniform (0 0 5); } + outlet { type inletOutlet; inletValue uniform (0 0 0); value uniform (0 0 0); } + blades { - type noSlip; + type fixedValue; + value uniform (0 0 0); } } diff --git a/tutorials/incompressible/simpleFoam/mixerVessel2D/0/U b/tutorials/incompressible/simpleFoam/mixerVessel2D/0/U index 96fb64189..d48e8ff19 100644 --- a/tutorials/incompressible/simpleFoam/mixerVessel2D/0/U +++ b/tutorials/incompressible/simpleFoam/mixerVessel2D/0/U @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator diff --git a/tutorials/multiphase/driftFluxFoam/RAS/mixerVessel2D/0/U b/tutorials/multiphase/driftFluxFoam/RAS/mixerVessel2D/0/U index 068d6f9dc..27d718d52 100644 --- a/tutorials/multiphase/driftFluxFoam/RAS/mixerVessel2D/0/U +++ b/tutorials/multiphase/driftFluxFoam/RAS/mixerVessel2D/0/U @@ -23,16 +23,20 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } + stator { type noSlip; } + front { type empty; } + back { type empty; diff --git a/tutorials/multiphase/interFoam/laminar/mixerVessel2D/0/U b/tutorials/multiphase/interFoam/laminar/mixerVessel2D/0/U index 068d6f9dc..27d718d52 100644 --- a/tutorials/multiphase/interFoam/laminar/mixerVessel2D/0/U +++ b/tutorials/multiphase/interFoam/laminar/mixerVessel2D/0/U @@ -23,16 +23,20 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } + stator { type noSlip; } + front { type empty; } + back { type empty; diff --git a/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.air b/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.air index 97e363446..5069d3c37 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.air +++ b/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.air @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator diff --git a/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.mercury b/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.mercury index 5358842a0..442662681 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.mercury +++ b/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.mercury @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator diff --git a/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.oil b/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.oil index 3d3b71330..c20fab56f 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.oil +++ b/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.oil @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator diff --git a/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.water b/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.water index 2e44bf22e..727511416 100644 --- a/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.water +++ b/tutorials/multiphase/multiphaseEulerFoam/mixerVessel2D/0/U.water @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator diff --git a/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/0.orig/U b/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/0.orig/U index 068d6f9dc..27d718d52 100644 --- a/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/0.orig/U +++ b/tutorials/multiphase/multiphaseInterFoam/laminar/mixerVessel2D/0.orig/U @@ -23,16 +23,20 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } + stator { type noSlip; } + front { type empty; } + back { type empty; diff --git a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.air b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.air index 97e363446..5069d3c37 100644 --- a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.air +++ b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.air @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator diff --git a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.mercury b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.mercury index 5358842a0..442662681 100644 --- a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.mercury +++ b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.mercury @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator diff --git a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.oil b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.oil index 3d3b71330..c20fab56f 100644 --- a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.oil +++ b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.oil @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator diff --git a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.water b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.water index 2e44bf22e..727511416 100644 --- a/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.water +++ b/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/0/U.water @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/mixerVessel2D/0/U.air b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/mixerVessel2D/0/U.air index d81cc4bdd..0a6596ffb 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/mixerVessel2D/0/U.air +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/mixerVessel2D/0/U.air @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/mixerVessel2D/0/U.water b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/mixerVessel2D/0/U.water index 72155a0b3..22105cd89 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/mixerVessel2D/0/U.water +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/laminar/mixerVessel2D/0/U.water @@ -22,7 +22,8 @@ boundaryField { rotor { - type noSlip; + type fixedValue; + value uniform (0 0 0); } stator