View source: R/IAP_Rosenfalck.r
psi_Rosenfalck | R Documentation |
psi(z[mm]) = (Vm(-z))' = | -(z+3) A z^2 exp(z) if z < 0 | 0 if z > 0 | -(z+3) A z^2 exp(z) + A z^3 exp(z) delta(z), if z = 0.
psi_Rosenfalck(z, A = 96 * 0.001, B = -90 * 0.001)
z |
The spatial variable. Can be a scalar or a vector. Should be in
|
A |
Model parameter. Must be a scalar value in [V/mm^3]. Default value is 96 mv/mm^3. |
B |
Model parameter. Must be a scalar value in SI units. Default value is -90mV. |
Here, we implement psi(0) = 0. Note that the front of the IAP is towards z = 0, whereas the tail of the wave is around z = -15. It is running in positive z direction.
A numerical vector containing the value(s) of Rosenfalcks psi function at position(s) z.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.