diff --git a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/0.orig/cabin/T b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/0.orig/cabin/T index 5e0ef0c5a5..1914a527b1 100644 --- a/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/0.orig/cabin/T +++ b/tutorials/heatTransfer/chtMultiRegionFoam/windshieldCondensation/0.orig/cabin/T @@ -25,6 +25,7 @@ boundaryField inlet { type uniformFixedValue; + value $internalField; uniformValue { type expression; diff --git a/tutorials/incompressible/simpleFoam/turbineSiting/0.orig/U b/tutorials/incompressible/simpleFoam/turbineSiting/0.orig/U index a1d0e9ac47..0a7da103cd 100644 --- a/tutorials/incompressible/simpleFoam/turbineSiting/0.orig/U +++ b/tutorials/incompressible/simpleFoam/turbineSiting/0.orig/U @@ -38,8 +38,8 @@ boundaryField terrain { type uniformFixedValue; - uniformValue (0 0 0); value uniform (0 0 0); + uniformValue (0 0 0); } ground diff --git a/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka/0.orig/U b/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka/0.orig/U index f214f3b6c5..3b184908a7 100644 --- a/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka/0.orig/U +++ b/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka/0.orig/U @@ -22,14 +22,16 @@ boundaryField { inlet { - type uniformFixedValue; - uniformValue table - ( - (0 (0 0 0.1)) - (1 (0 0 0.1)) - (4 (0 0 0.3)) - (14 (0 0 0.5)) - ); + type uniformFixedValue; + value $internalField; + + uniformValue table + ( + (0 (0 0 0.1)) + (1 (0 0 0.1)) + (4 (0 0 0.3)) + (14 (0 0 0.5)) + ); } outlet diff --git a/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka/0.orig/alpha.water b/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka/0.orig/alpha.water index be909e9b42..b5603344c4 100644 --- a/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka/0.orig/alpha.water +++ b/tutorials/multiphase/MPPICInterFoam/twoPhasePachuka/0.orig/alpha.water @@ -23,6 +23,7 @@ boundaryField inlet { type uniformFixedValue; + value $internalField; uniformValue { type expression; diff --git a/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/0.orig/U b/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/0.orig/U index 6e3b7f7a14..09fa8b4944 100644 --- a/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/0.orig/U +++ b/tutorials/multiphase/interPhaseChangeDyMFoam/propeller/0.orig/U @@ -25,6 +25,7 @@ boundaryField inlet { type uniformFixedValue; + value $internalField; uniformValue table ( (0 (0 0 0)) diff --git a/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/pointDisplacement b/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/pointDisplacement index beb2d72d48..69d67e8896 100644 --- a/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/pointDisplacement +++ b/tutorials/multiphase/overInterDyMFoam/boatAndPropeller/0.orig/pointDisplacement @@ -28,7 +28,7 @@ boundaryField "(hullWall|propellerWall|rudderWall)" { - type calculated; + type calculated; value uniform (0 0 0); }