pyopmnearwell.utils.inputvalues module
Utiliy functions to set the requiried input values by pynearwell.
- pyopmnearwell.utils.inputvalues.process_input(dic, in_file)
Function to process the input file
- Parameters:
dic (dict) – Global dictionary with required parameters
in_file (str) – Name of the input toml file
- Returns:
Global dictionary with new added parameters
- Return type:
dic (dict)
- pyopmnearwell.utils.inputvalues.process_tuning(dic)
Preprocess tuning
- Parameters:
dic (dict) – Global dictionary with required parameters
- Returns:
Global dictionary with new added parameters
- Return type:
dic (dict)