From 01607739bc83809b8fa2d18357b3362fc05d481e Mon Sep 17 00:00:00 2001 From: TS-CUBED Date: Fri, 26 Aug 2022 10:06:56 +0100 Subject: [PATCH] Make gammaDot BC file "MUST_READ" to work around the wall interaction problem This is the way it was used in the validation case and the paper. Use "slip" BC for gammaDot on walls (essentially "zeroGradient"). --- haemoFoamCommonCode/createFields_H_gammadot.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/haemoFoamCommonCode/createFields_H_gammadot.H b/haemoFoamCommonCode/createFields_H_gammadot.H index 989517e..245bb22 100644 --- a/haemoFoamCommonCode/createFields_H_gammadot.H +++ b/haemoFoamCommonCode/createFields_H_gammadot.H @@ -22,7 +22,8 @@ "gammaDot", runTime.timeName(), mesh, - IOobject::READ_IF_PRESENT, + // IOobject::READ_IF_PRESENT, + IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh,