Example #1
0
 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)
Example #2
0
 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)
Example #3
0
 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)
Example #4
0
 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)
Example #5
0
 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)
Example #6
0
 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)
Example #7
0
 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)
Example #8
0
 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)
Example #9
0
 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)
Example #10
0
 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)
Example #11
0
 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)
Example #12
0
 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)