Description Usage Arguments Details Value See Also Examples
Calculates the law of the wall that best fits to a velocity profile using
logProfileFit
.
1 2 | calcLogProfile(z, u, k = 0.4, return.fun = FALSE, v = NULL, h = NULL,
...)
|
z |
Heights of velocity measurements. |
u |
Velocity measurements. |
k |
Von Karman constant. |
return.fun |
Return fit parameters or a function that calculates the velocity? |
v |
Any vertical lines that should be plotted. |
h |
Any horizontal lines that should be plotted. |
... |
Any parameters that shoud be passed along to |
A measured velocity profile is usually not entirely a log layer. Near
the ground (or within the roughness elements) or near the top of the
boundary layer the velocity profile deviates from the law of the wall
and therefore the applicable portion of the velocity profile
should be specified. This function is a wrapper around
logProfileFit
where the velocity profile is plotted on
a log-linear axis so that the law of the wall section is easily found. The
user then specifies the section where the law of the wall is applicable and
uses this section to compute the profile characteristics.
Fit parameters or function depending on argument return.fun
.
logProfileFit
logFitFun
powerFitFun
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.