load_config_fileΒΆ

This function reads the flight condition and solver input files.

param file_name

contains the path and file name of the file to be read by the configparser reader.

type file_name

str

returns

a ConfigParser object that behaves like a dictionary

rtype

config (dict)