From 93b5c53ef493e4cf230fb14e1db17240f3cc261b Mon Sep 17 00:00:00 2001 From: mattijs <mattijs@hunt.opencfd.co.uk> Date: Thu, 23 Apr 2009 14:51:43 +0100 Subject: [PATCH] added scoping --- .../heatTransfer/buoyantSimpleFoam/hotRoom/0/epsilon | 10 +++++----- tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/k | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/epsilon b/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/epsilon index fcda1ad91f0..23851291dc6 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/epsilon +++ b/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/epsilon @@ -1,8 +1,8 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile @@ -23,17 +23,17 @@ boundaryField { floor { - type epsilonWallFunction; + type compressible::epsilonWallFunction; value uniform 0.01; } ceiling { - type epsilonWallFunction; + type compressible::epsilonWallFunction; value uniform 0.01; } fixedWalls { - type epsilonWallFunction; + type compressible::epsilonWallFunction; value uniform 0.01; } } diff --git a/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/k b/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/k index 93cd1e0334f..4ec7f08960c 100644 --- a/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/k +++ b/tutorials/heatTransfer/buoyantSimpleFoam/hotRoom/0/k @@ -1,8 +1,8 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: 1.5 | -| \\ / A nd | Web: http://www.OpenFOAM.org | +| \\ / O peration | Version: dev | +| \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile @@ -23,17 +23,17 @@ boundaryField { floor { - type kQRWallFunction; + type compressible::kQRWallFunction; value uniform 0.1; } ceiling { - type kQRWallFunction; + type compressible::kQRWallFunction; value uniform 0.1; } fixedWalls { - type kQRWallFunction; + type compressible::kQRWallFunction; value uniform 0.1; } } -- GitLab