carbatpy.helpers.input_dict

Created on Thu Aug 1 12:35:02 2024

@author: atakan

Attributes

input_hp

input_hex

RES_DIR

Classes

Val

Class to store and read the input dictionary values and variables for a heat pump.

Functions

find_key(a_dict, fl_name[, t_amb])

Module Contents

carbatpy.helpers.input_dict.input_hp[source]
carbatpy.helpers.input_dict.input_hex[source]
class carbatpy.helpers.input_dict.Val(variables_dict=None)[source]

Class to store and read the input dictionary values and variables for a heat pump.

Best is to set them in a yaml or json file and read them with the appropriate function. The default place to search for hp-input-dictvariables is in the data directory.

Part of carbatpy.

to_file(fname=None)[source]
classmethod from_file(fname=None)[source]
carbatpy.helpers.input_dict.find_key(a_dict, fl_name, t_amb=cb.CB_DEFAULTS['General']['T_SUR'])[source]
carbatpy.helpers.input_dict.RES_DIR = ''[source]