diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/alphat b/tutorials/combustion/coldEngineFoam/freePiston/0/alphat index 1dc2c73e4a245dd74c4d999f41d306d62e2216b7..6280449e84647abf2bffee6a63f88c041264e178 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/alphat +++ b/tutorials/combustion/coldEngineFoam/freePiston/0/alphat @@ -23,10 +23,7 @@ internalField uniform 0; boundaryField { - back - { - type wedge; - } + back { type wedge; } front { $back; } liner { $:wall.alphat; } cylinderHead { $liner; } diff --git a/tutorials/combustion/coldEngineFoam/freePiston/0/nut b/tutorials/combustion/coldEngineFoam/freePiston/0/nut index 990e462947cdba59c8aab025f97d0fb6a7326f8f..3893fa37b60532d4d169b79869beabefa9e3709a 100644 --- a/tutorials/combustion/coldEngineFoam/freePiston/0/nut +++ b/tutorials/combustion/coldEngineFoam/freePiston/0/nut @@ -23,16 +23,12 @@ internalField uniform 0; boundaryField { - back - { - type wedge; - } + back { type wedge; } front { $back; } liner { $:wall.nut; } cylinderHead { $liner; } piston { $liner; } } -} // ************************************************************************* // diff --git a/tutorials/incompressible/overPimpleDyMFoam/cylinder/cylinderMesh/system/controlDict b/tutorials/incompressible/overPimpleDyMFoam/cylinder/cylinderMesh/system/controlDict index ec7d70ee4c9b926f24bf3b885f90e010f0214f51..6c387f2603ec4047dfb1cd01182f95d0a439f49a 100644 --- a/tutorials/incompressible/overPimpleDyMFoam/cylinder/cylinderMesh/system/controlDict +++ b/tutorials/incompressible/overPimpleDyMFoam/cylinder/cylinderMesh/system/controlDict @@ -45,6 +45,5 @@ timePrecision 6; runTimeModifiable true; -} // ************************************************************************* // diff --git a/tutorials/incompressible/overSimpleFoam/aeroFoil/background_snappyHexMesh/system/controlDict b/tutorials/incompressible/overSimpleFoam/aeroFoil/background_snappyHexMesh/system/controlDict index e1270bb0fb45e09e58c94074a601cd74e0d2574a..38e308181e65d3a0f1f65fede78cef68d1e15d3b 100644 --- a/tutorials/incompressible/overSimpleFoam/aeroFoil/background_snappyHexMesh/system/controlDict +++ b/tutorials/incompressible/overSimpleFoam/aeroFoil/background_snappyHexMesh/system/controlDict @@ -44,6 +44,5 @@ timePrecision 6; runTimeModifiable true; -} // ************************************************************************* //