From a03e7409031c704583d992d81e1782791b8e2703 Mon Sep 17 00:00:00 2001 From: dave <dave@dtu.dk> Date: Tue, 14 Jun 2016 09:52:04 +0200 Subject: [PATCH] prepost.Simulations: add Mann turbulence errors to log checks --- wetb/prepost/Simulations.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wetb/prepost/Simulations.py b/wetb/prepost/Simulations.py index e802865..4684adb 100755 --- a/wetb/prepost/Simulations.py +++ b/wetb/prepost/Simulations.py @@ -2616,6 +2616,11 @@ class ErrorLogs(object): self.err_init[' *** ERROR *** DLL'] = len(self.err_init) # *** ERROR *** The DLL subroutine self.err_init[' *** ERROR *** The DLL subr'] = len(self.err_init) + # *** ERROR *** Mann turbulence length scale must be larger than zero! + # *** ERROR *** Mann turbulence alpha eps value must be larger than zero! + # *** ERROR *** Mann turbulence gamma value must be larger than zero! + self.err_init[' *** ERROR *** Mann turbule'] = len(self.err_init) + # *** WARNING *** Shear center x location not in elastic center, set to zero self.err_init[' *** WARNING *** Shear cent'] = len(self.err_init) # Turbulence file ./xyz.bin does not exist -- GitLab