adaptive-cfd / WABBIT

Wavelet Adaptive Block-Based solver for Interactions with Turbulence

Home Page:https://www.cfd.tu-berlin.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

homogenize sponge parameters for NS and ACM?

tommy-engels opened this issue · comments

The ACM module reads the section

[Sponge]
; sponge term, used in ACM module to mimick outflow conditions for pressure waves
use_sponge=0;
L_sponge=0.1;
C_sponge=1.0e-2;

from the ini file, while NS reads

[Physics]
...
; sponge (yes=1, no=0) NOTE: this setting here applies only to the compressible Navier-Stokes
; equation, not to other physics modules. For ACM, use the "sponge" section.
sponge_layer=1;
; sponge parameter
C_sp=0.001;

if not too much trouble, I suggest to remove the NS-specific part, as it can easily be merged with the [Sponge] section.
This is optional and not urgent, though.

Is done allready! I just forgot to remove it from the PARAMS_TEMPLATE.ini.