From 025b96e2171f599c283e619a4e5f0de4ce8dad41 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Fri, 16 Jun 2023 15:22:20 +0100 Subject: [PATCH] tutorials/multicomponentFluid/verticalChannel: Corrected lagrangian mass flow rate --- .../verticalChannel/constant/cloudProperties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/multicomponentFluid/verticalChannel/constant/cloudProperties b/tutorials/multicomponentFluid/verticalChannel/constant/cloudProperties index aa743fe32d..59a69603fb 100644 --- a/tutorials/multicomponentFluid/verticalChannel/constant/cloudProperties +++ b/tutorials/multicomponentFluid/verticalChannel/constant/cloudProperties @@ -78,10 +78,10 @@ subModels { type patchInjection; SOI 0.01; - massFlowRate 16; + massFlowRate 0.0008; uniformParcelSize volume; patchName inletCentral; - duration 10000; + duration 1e300; parcelsPerSecond 1e5; U0 (40 0 0); flowRateProfile constant 1;