Description Usage Arguments Details Value See Also Examples
Calculates the law of the wall that best fits to a velocity profile using
powerProfileFit
.
1 2 | calcPowerProfile(z, u, zref = 1, return.fun = FALSE, v = NULL, h = NULL,
...)
|
z |
Heights of velocity measurements. |
u |
Velocity measurements. |
zref |
Reference height. |
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 power law. Near
the ground (or within the roughness elements) or near the top of the
boundary layer the velocity profile deviates from the power law
and therefore the applicable portion of the velocity profile
should be specified. This function is a wrapper around
powerProfileFit
where the velocity profile is plotted on
a log-log graph so that the power law section is easily identifiable. 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.