pymead.analysis.calc_aero_data.write_input_file# write_input_file(input_file: str, input_list: List[str])[source]# Writes inputs from a list to a file for use as STDIN commands to the shell/terminal. Parameters: input_file (str) – File where inputs are written input_list (List[str]) – List of inputs to write. For example, passing ["1", "", "12", "13"] is equivalent to typing the command sequence 1, RETURN, RETURN, 12, RETURN, 13, RETURN into the shell or terminal.