From 717db6258394614be7fd2fefed78c06e7edd0f03 Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Fri, 15 Apr 2011 16:35:31 +0100 Subject: [PATCH] ENH: lookup from PIMPLE dict instead of PISO dict --- src/transportModels/interfaceProperties/interfaceProperties.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transportModels/interfaceProperties/interfaceProperties.C b/src/transportModels/interfaceProperties/interfaceProperties.C index 8f8c688bfd3..e1896805197 100644 --- a/src/transportModels/interfaceProperties/interfaceProperties.C +++ b/src/transportModels/interfaceProperties/interfaceProperties.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2004-2010 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2004-2011 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -158,7 +158,7 @@ Foam::interfaceProperties::interfaceProperties ( readScalar ( - alpha1.mesh().solutionDict().subDict("PISO").lookup("cAlpha") + alpha1.mesh().solutionDict().subDict("PIMPLE").lookup("cAlpha") ) ), sigma_(dict.lookup("sigma")), -- GitLab