functionintegralValue
Integral of polynomial p(u) from u_low to u_high
Extends from Modelica.Icons.Function (Icon for functions).
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | p | Polynomial coefficients | |
| Real | u_high | High integrand value | |
| Real | u_low | 0 | Low integrand value, default 0 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | integral | 0.0 | Integral of polynomial p from u_low to u_high |