Description Usage Arguments Details Value See Also Examples
Calculates the log fit of a velocity profile using logFit
.
1 | logProfileFit(z, u, k = 0.4)
|
z |
Vector containing the heights of the boundary layer. |
u |
Vector containing the velocities of the boundary layer. |
k |
Von Karman constant. |
This function calculates the the parameters of a velocity profile according to the law of the wall:
u/u* = 1/k * ln(z/z0)
This function returnd u* (us) and z0 given k (usually 0.4 or 0.41).
Vector c(z0,us)
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.