function ComplexFunctions extends Modelica.Icons.Function; import Complex; input String logFile = "ModelicaTestLog.txt" "Filename where the log is stored"; output Boolean success; end ComplexFunctions;