viscosity
algorithm
- Computes viscosity nu at temperaure t and density d from a reference at 273 K using Sutherland formula
- nu is used for example to calculate turbulent dissipation
- the tool is used for example in kolmogorov2
syntax
[nu]=viscosity(t,d)
example for input
[nu]=viscosity(t,d)
input arguments
| Name | description |
|---|---|
| t | mean temperature (of part) of domain |
| d | mean density of (part of) domain |
output arguments
| Name | description |
|---|---|
| nu | viscosity of (part of ) domain |
matlab tools required
toolbox tools required