From cf358d7f99568350c7587f58bb7d40330840252b Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 20 Apr 2020 17:09:05 +0100 Subject: [PATCH] tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn: Removed alphap setting The results with alphap = 0.3 are not physical, the case runs better with the default alphap. --- .../RAS/bubbleColumn/constant/momentumTransport.air | 5 ----- .../RAS/bubbleColumn/constant/momentumTransport.water | 5 ----- 2 files changed, 10 deletions(-) diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/constant/momentumTransport.air b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/constant/momentumTransport.air index 003dc98abc..bf6c646b85 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/constant/momentumTransport.air +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/constant/momentumTransport.air @@ -23,11 +23,6 @@ RAS turbulence on; printCoeffs on; - - mixtureKEpsilonCoeffs - { - alphap 0.3; - } } // ************************************************************************* // diff --git a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/constant/momentumTransport.water b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/constant/momentumTransport.water index d76bfcb818..f524d54e6f 100644 --- a/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/constant/momentumTransport.water +++ b/tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/bubbleColumn/constant/momentumTransport.water @@ -23,11 +23,6 @@ RAS turbulence on; printCoeffs on; - - mixtureKEpsilonCoeffs - { - alphap 0.3; - } } // ************************************************************************* //