functionfiniteLineSource_Erfint
Integral of the error function
Extends from Modelica.Math.Nonlinear.Interfaces.partialScalarFunction (Interface for a function with one input and one output Real signal).
Information
This function evaluates the integral of the error function, given by:
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | u (from partialScalarFunction) | Independent variable |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | y (from partialScalarFunction) | Dependent variable y=f(u) |
Revisions
-
March 22, 2018 by Massimo Cimmino:
First implementation.