Ticket #4293: test.mos

File test.mos, 264 bytes (added by Francesco Casella, 8 years ago)

Test script

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