1 | loadModel(Modelica);getErrorString();
|
---|
2 | loadFile("Test.mo");getErrorString();
|
---|
3 | simulate(Test.fluids_property_plot_10e_5, simflags="-lv=LOG_NLS_V");getErrorString();
|
---|
4 | simulate(Test.fluids_property_plot_10e_5, simflags="-lv=LOG_NLS_V -nls=kinsol");getErrorString();
|
---|