OpenModelica System Documentation

input String f; // file name. algorithm. ast := Parser.parse(f); scode1 := SCode.elaborate(ast); scode2 := Inst.elaborate(scode1); DAE.dump(scode2); end main; The simplified overall structure of the OpenModelica compiler is depicted in Figure 1 3, showing the most important modules, some of which can be recognized from the above main function. The total system contains approximately 40 modules ... ................
................