functionvalidateAngles
Function to validate the provided angles
Extends from Modelica.Icons.Function (Icon for functions).
Information
Function that validates the incidence angle modifiers.
If the data are invalid, the function issues an assertion and stops the simulation.
Otherwise it returns true.
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Units.SI.Angle | incAngDat | Incident angle data in degrees | |
| Real | incAngModDat | Incident angle modifier data |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | valid |
Revisions
-
March 14, 2023, by Michael Wetter:
First implementation.