fv_script("TIMING ON") read_dataset( { data_format = "plot3d", server_config = "Local licensed parallel", input_parameters = { xyz_file = { name = "/file_path/my_grid.x", options = { format = "binary", coords = "3d", multi_grid = "on", iblanks = "on", auto_partition = "on", } }, q_file = { name = "/file_path/my_results.q", options = { format = "binary", coords = "3d", multi_grid = "on", iblanks = "on", } }, } } ) fv_script("RESTART FORMULA /file_path/restart.frm") create_iso( { iso_value = { current = 10}, display_type = "smooth_shading", iso_func = "Q-criterion", } ) fv_script("TIMING OFF Time to read my case and create and Iso")