From 14e6cfdba272fbb1211205e234687e34729810c2 Mon Sep 17 00:00:00 2001 From: andy <a.heather@opencfd.co.uk> Date: Tue, 21 Jul 2009 19:33:44 +0100 Subject: [PATCH] engineFoam tutorial update --- tutorials/combustion/engineFoam/kivaTest/-180/alphat | 11 +++++++---- tutorials/combustion/engineFoam/kivaTest/-180/epsilon | 11 ++++++++++- tutorials/combustion/engineFoam/kivaTest/-180/k | 2 +- tutorials/combustion/engineFoam/kivaTest/-180/mut | 11 ++++++++++- .../combustion/engineFoam/kivaTest/system/fvSchemes | 1 + 5 files changed, 29 insertions(+), 7 deletions(-) diff --git a/tutorials/combustion/engineFoam/kivaTest/-180/alphat b/tutorials/combustion/engineFoam/kivaTest/-180/alphat index adf870f24a4..3c40b89e228 100644 --- a/tutorials/combustion/engineFoam/kivaTest/-180/alphat +++ b/tutorials/combustion/engineFoam/kivaTest/-180/alphat @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | +| \\ / O peration | Version: 1.6 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -23,17 +23,20 @@ boundaryField { piston { - type alphatWallFunction; + type compressible::alphatWallFunction; + Prt 0.85; value uniform 0; } liner { - type alphatWallFunction; + type compressible::alphatWallFunction; + Prt 0.85; value uniform 0; } cylinderHead { - type alphatWallFunction; + type compressible::alphatWallFunction; + Prt 0.85; value uniform 0; } } diff --git a/tutorials/combustion/engineFoam/kivaTest/-180/epsilon b/tutorials/combustion/engineFoam/kivaTest/-180/epsilon index f52dbcdfbff..17f52610c0c 100644 --- a/tutorials/combustion/engineFoam/kivaTest/-180/epsilon +++ b/tutorials/combustion/engineFoam/kivaTest/-180/epsilon @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | +| \\ / O peration | Version: 1.6 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -24,16 +24,25 @@ boundaryField piston { type compressible::epsilonWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; value uniform 450; } liner { type compressible::epsilonWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; value uniform 450; } cylinderHead { type compressible::epsilonWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; value uniform 450; } } diff --git a/tutorials/combustion/engineFoam/kivaTest/-180/k b/tutorials/combustion/engineFoam/kivaTest/-180/k index 3b0e378049e..43f229d7c5d 100644 --- a/tutorials/combustion/engineFoam/kivaTest/-180/k +++ b/tutorials/combustion/engineFoam/kivaTest/-180/k @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | +| \\ / O peration | Version: 1.6 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ diff --git a/tutorials/combustion/engineFoam/kivaTest/-180/mut b/tutorials/combustion/engineFoam/kivaTest/-180/mut index 34a502ef779..4aa8e4942b0 100644 --- a/tutorials/combustion/engineFoam/kivaTest/-180/mut +++ b/tutorials/combustion/engineFoam/kivaTest/-180/mut @@ -1,7 +1,7 @@ /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | -| \\ / O peration | Version: dev | +| \\ / O peration | Version: 1.6 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ @@ -24,16 +24,25 @@ boundaryField piston { type mutWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; value uniform 0; } liner { type mutWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; value uniform 0; } cylinderHead { type mutWallFunction; + Cmu 0.09; + kappa 0.41; + E 9.8; value uniform 0; } } diff --git a/tutorials/combustion/engineFoam/kivaTest/system/fvSchemes b/tutorials/combustion/engineFoam/kivaTest/system/fvSchemes index 98d6c3c3587..0ddb409a223 100644 --- a/tutorials/combustion/engineFoam/kivaTest/system/fvSchemes +++ b/tutorials/combustion/engineFoam/kivaTest/system/fvSchemes @@ -58,6 +58,7 @@ laplacianSchemes laplacian(muEff,ft) Gauss linear limited 0.5; laplacian(alphaEff,h) Gauss linear limited 0.5; laplacian(alphaEff,hu) Gauss linear limited 0.5; + laplacian(alphaEff,ft) Gauss linear limited 0.5; } interpolationSchemes -- GitLab