Skip to content

Re: Dynamic Smagorinsky Model in aorta3d example

Due to recent bot attacks we have changed the sign-up process. If you want to participate in our forum, first register on this website and then send a message via our contact form.

Forums OpenLB General Topics Dynamic Smagorinsky Model in aorta3d example Re: Dynamic Smagorinsky Model in aorta3d example

#2200
mathias
Keymaster

Hi pompompa,rnrnsince the model is a non-standard one, you need to compile in “”generic”” mode. Please, check out our user giude in this topic.rnrnBasically, you need to change the compile options in the Makefile.inc formrnrnBUILDTYPE := precompiledrn#BUILDTYPE := genericrnrntornrn#BUILDTYPE := precompiledrnBUILDTYPE := genericrnrnThen, recompile byrnrnmake cleanbuildrnmake cleanrnmakernrnBestrnMathias