rocketpal.simulation module¶ rocketpal.simulation.configure_logging_to_disk(logfile_path)[source]¶ Configure all terminal output to be logged to disk in addition to the console. Parameters: logfile_path (Path) – The path to the log file. rocketpal.simulation.load_configs_and_run_simulation(config_folder, output_folder)[source]¶ Parameters: config_folder (Path) output_folder (Path) Return type: None