tud_lbm.config.config_overview

Central configuration flags for TUD-LBM.

Edit these flags to control framework behaviour across the entire package. All other config modules import from here.

Attributes

ENABLE_X64

DISABLE_JIT

DEBUG_FLAG_WETTING

DEBUG_FLAG_STABILITY

STABILITY_VAPOR_FRACTION

STABILITY_GRAD_RHO_FRACTION

BASE_RESULTS_DIR

Module Contents

tud_lbm.config.config_overview.ENABLE_X64: bool = True[source]
tud_lbm.config.config_overview.DISABLE_JIT: bool = False[source]
tud_lbm.config.config_overview.DEBUG_FLAG_WETTING: bool = False[source]
tud_lbm.config.config_overview.DEBUG_FLAG_STABILITY: bool = False[source]
tud_lbm.config.config_overview.STABILITY_VAPOR_FRACTION: float = 0.2[source]
tud_lbm.config.config_overview.STABILITY_GRAD_RHO_FRACTION: float = 0.05[source]
tud_lbm.config.config_overview.BASE_RESULTS_DIR: str = ''[source]