Licensed by the Hawaii Natural Energy Institute under the Modelica License 2
Copyright © 2007–2014, Hawaii Natural Energy Institute and Georgia Tech Research Corporation.
This Modelica package is free software and the use is completely at your own risk; it can be redistributed and/or modified under the terms of the Modelica License 2. For license conditions (including the disclaimer of warranty) see FCSys.UsersGuide.License or visit http://www.modelica.org/licenses/ModelicaLicense2.
Name | Description |
---|---|
Chemistry | Functions to support chemistry |
Coordinates | Functions to handle Cartesian coordinates |
Means | Package of mathematical mean functions |
Polynomial | Polynomial functions |
Time | Functions to check translation time |
arrayBooleanEqual | Check if two Boolean vectors are equal |
arrayIntegerEqual | Check if two Integer vectors are equal |
arrayRealEqual | Check if two Real vectors are nearly equal |
arrayStringEqual | Check if two vectors of strings are equal |
assertEval | Assert function that forces Dymola to parse the message |
Delta | Return the second entry of a vector minus the first (Δ) |
inSign | Return the mathematical sign for the direction into a side or boundary |
mod1 | Modulo operator for 1-based indexing (compatible with Modelica) |
plot6 | Create six plots |
round | Round a Real variable to the nearest integer |
selectBooleans | Reduce a Boolean vector by selecting indices |
selectIntegers | Reduce an Integer vector by selecting indices |
Sigma | Return the sum of the first and second entries of a vector (Σ) |