Week 13
Week 13
What is Simulation?
Numerical solution of equations for instantaneous or fluctuating ve-
locity field, or an approximation of it.
What is Modeling?
Solving equations for some averaged or probabilistic quantity, after
assumptions or approximations used to address the closure problem.
Two extremes: DNS and eddy viscosity model with −uv = νT ∂U /∂y
1. Level of Description
DNS is (numerically) exact. Can provide almost any statistic
from data on the fluctuations. EVM: mean velocity field at most
2. Completeness
DNS: no additional unknown parameters (NS is known)
EVM by mixing length (`m): νT = `2m|∂U /∂y|, where `m has to
be prescribed or calculated from something.
3. Cost and ease of use
DNS: high cost, but effective tool for understanding
EVM: easy to use, but quality of results may be uncertain.
4. Range of applicability
DNS: numerical methods and domain geometry often coupled
EVM: applicability of model may be geometry-dependent too.
5. Accuracy (most important!)
Results from models must be tested vs reliable expt or DNS data,
Improvement possible only if cause of discrepancies is known.
(a) inaccurate physics in the model. (examine analytically?)
(b) errors in numerical schemes (any bugs hiding in the code?)
(c) uncertainties in the data (within some tolerance?)
(d) discrepancies between model and expt/DNS in IC, BC
No model will be perfect. But always want to do better.
2
EDDY VISCOSITY MODELING
For plane wakes, νT = const and −uv = νT ∂U /∂y were not too
bad. But there are flows with stronger inhomogeneity. −uv can be
nonzero even if S ij = 0 (think separation). Need a closer look, in
tensor form. Two key components:
In principle, this can be (i) the product of a velocity and a length, (ii)
the product of the square of a length and the inverse of a time scale,
or (iii) some other quantities that provide the correct dimensions.
But, still need to prescribe `m: can we not have `m at all? While
transport terms are treated crudely (almost like molecular diffusion).
Value of Cµ
Modeled equation of
dK d 2
=P − ; = C1P − C2
dt dt K K
Only mean velocity gradient is ∂U/∂y = S. Expts and DNS suggest
a self-similar state of constant K/ is possible when P/ ∼ 1.7.
d(K/)/dt = (1/)(dK/dt) − (K/2)d/dt
= (1/)(P − ) − (K/2)[C1P/K − C22/K]
= P/ − 1 − P/ C1 + C2
RHS vanishes (required if K/ become constant in time even if both
K and continue to change) when
C2 − 1
P/ =
C1 − 1
which is 2.1 if we use the “standard” values C1 = 1.44, C2 = 1.92.
Of course, 2.1 is different from 1.7. Is the discrepancy acceptable, or
not acceptable??
8