From 2b05ad16b26a822d9dce1029c97c49291febd99d Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Thu, 13 Jul 2017 08:47:47 +0100 Subject: [PATCH] dragModels::Ergun: Corrected leading coefficient Resolves bug report https://bugs.openfoam.org/view.php?id=2612 --- .../interfacialModels/dragModels/Ergun/Ergun.C | 4 ++-- .../interfacialModels/dragModels/Ergun/Ergun.C | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C b/applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C index 2bc5d377d..38f3fdb05 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C +++ b/applications/solvers/multiphase/reactingEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -63,7 +63,7 @@ Foam::dragModels::Ergun::~Ergun() Foam::tmp Foam::dragModels::Ergun::CdRe() const { return - (4/3) + (4.0/3.0) *( 150 *max diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C index 2bc5d377d..38f3fdb05 100644 --- a/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C +++ b/applications/solvers/multiphase/twoPhaseEulerFoam/interfacialModels/dragModels/Ergun/Ergun.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -63,7 +63,7 @@ Foam::dragModels::Ergun::~Ergun() Foam::tmp Foam::dragModels::Ergun::CdRe() const { return - (4/3) + (4.0/3.0) *( 150 *max