Skip to content

Commit b757fc3

Browse files
authored
Merge pull request #29 from FireDynamics/release-v0.8.1
Release v0.8.1
2 parents 2863c0f + f9ed6af commit b757fc3

File tree

97 files changed

+55838
-2791
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+55838
-2791
lines changed

book/content/modelling/02_fluids/03_turbulence.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ As the filtered equation of motion {eq}`eq-les-eom` is nearly equal to the unfil
200200
201201
**Constant Smagorinsky**
202202
203-
The Smagorinsky-Lilly model is based on the assumption, that the turbulent viscosity below the filter width $\Delta$, here we focus on explicit LES with $\mf \Delta = \Delta x$, may be described with
203+
The Smagorinsky-Lilly model is based on the assumption, that the turbulent viscosity below the filter width $\Delta$, here we focus on implicit LES with $\mf \Delta = \Delta x$, may be described with
204204
205205
$$
206206
\mf \mu_t = \langle\rho\rangle C_S^2\Delta^2\|\textbf{S}\|
@@ -241,7 +241,7 @@ The literature value of the constant is $\mf C_V=0.1$.
241241
242242
**Implementation in FDS**
243243
244-
FDS offers different modelling approaches, see section 7.2 in {cite}`FDS-UG-6.7.5`: DNS (Direction Numerical Simulation), LES (Large Eddy Simulation), VLES (Very Large Eddy Simulation), and SVLES (Simple Very Large Eddy Simulation — VLES with simplified physics). The default mode is VLES.
244+
FDS offers different simulation modes, see section 7.2 in {cite}`FDS-UG-6.7.5`: DNS (Direction Numerical Simulation), LES (Large Eddy Simulation), VLES (Very Large Eddy Simulation), and SVLES (Simple Very Large Eddy Simulation — VLES with simplified physics). The default mode is VLES.
245245
246246
The following models for the tubulent viscosity are currently available, see section 7.5 in {cite}`FDS-UG-6.7.5`:
247247

0 commit comments

Comments
 (0)