From 130af9efcb66193e6f8fc4192bb5b0f74d7ff491 Mon Sep 17 00:00:00 2001 From: Chris Greenshields <http://cfd.direct> Date: Sun, 4 Jun 2017 12:33:22 +0100 Subject: [PATCH] compressibleInflowOutflow template case: added missing wallDist in fvSchemes --- etc/templates/compressibleInflowOutflow/system/fvSchemes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/templates/compressibleInflowOutflow/system/fvSchemes b/etc/templates/compressibleInflowOutflow/system/fvSchemes index fd40835a48..88ce889f9c 100644 --- a/etc/templates/compressibleInflowOutflow/system/fvSchemes +++ b/etc/templates/compressibleInflowOutflow/system/fvSchemes @@ -73,4 +73,9 @@ fluxRequired p ; } +wallDist +{ + method meshWave; +} + // ************************************************************************* // -- GitLab