def on_weighting_distribution_coefficient(self, value): my_util.set_table_with_combobox( self, self.comboBox_weighting_distribution_coefficient, self.table_weighting_distribution_coefficient, value) my_util.get_dic_from_table( self.WeightingAndDistributionCoefficient, self.table_weighting_distribution_coefficient)
def on_select_file(self): my_util.set_table_with_txt(self, self.txt_steady_file, self.table_steady_experiments) my_util.get_dic_from_table(self.SteadyState, self.table_steady_experiments)
def on_flow_rate(self, value): my_util.set_table_with_combobox(self, self.comboBox_flow_rate, self.table_flow_rate, value) my_util.get_dic_from_table(self.BloodFlowRate, self.table_flow_rate)
def on_set_temperature(self, value): my_util.set_table_with_combobox(self, self.comboBox_set_temperature, self.table_set_temperature, value) my_util.get_dic_from_table(self.SetTemperature, self.table_set_temperature)
def on_metabolic_rate(self, value): my_util.set_table_with_combobox(self, self.comboBox_metabolic_rate, self.table_metabolic_rate, value) my_util.get_dic_from_table(self.BasalMetabolicRate, self.table_metabolic_rate)
def on_heat_production_rate(self, value): my_util.set_table_with_combobox(self, self.comboBox_heat_production_rate, self.table_heat_production_rate, value) my_util.get_dic_from_table(self.HeatProductionRate, self.table_heat_production_rate)
def on_body_area_weight(self, value): my_util.set_table_with_combobox(self, self.comboBox_body_area_weight, self.table_body_area_weight, value) my_util.get_dic_from_table(self.BodyAreaAndWeight, self.table_body_area_weight)
def on_heat_capacity(self, value): my_util.set_table_with_combobox(self, self.comboBox_heat_capacity, self.table_heat_capacity, value) my_util.get_dic_from_table(self.HeatCapacity, self.table_heat_capacity)
def on_forced_convection(self, value): my_util.set_table_with_combobox(self, self.comboBox_forced_convection, self.table_forced_convection, value) my_util.get_dic_from_table(self.ForcedConvection, self.table_forced_convection)
def on_radiation(self, value): my_util.set_table_with_combobox(self, self.comboBox_radiation, self.table_radiation, value) my_util.get_dic_from_table(self.Radiation, self.table_radiation)
def on_nature_convection(self, value): my_util.set_table_with_combobox(self, self.comboBox_nature_convection, self.table_nature_convection, value) my_util.get_dic_from_table(self.NatureConvection, self.table_nature_convection)
def on_conduction(self, value): my_util.set_table_with_combobox(self, self.comboBox_conduction, self.table_conduction, value) my_util.get_dic_from_table(self.ConductionBetweenNode, self.table_conduction)
def on_control_coefficient(self, value): my_util.set_table_with_combobox(self, self.comboBox_control_coefficient, self.table_control_coefficient, value) my_util.get_dic_from_table(self.ControlCoefficient, self.table_control_coefficient)
def on_select_file(self): my_util.set_table_with_txt(self, self.txt_file, self.table_pre_conditioning) my_util.get_dic_from_table(self.PreConditioning, self.table_pre_conditioning)
def on_select_file(self): my_util.set_table_with_txt(self, self.txt_file, self.table_clothing_property) my_util.get_dic_from_table(self.ClothingProperty, self.table_clothing_property)