프로젝트

일반

사용자정보

개정판 a3da2d97

IDa3da2d979f5b9504179eef647d533bf7cd787255
상위 04ad7f2c
하위 517925eb

김연진이(가) 약 5년 전에 추가함

issue #1048 화면/메뉴/툴바 개발

Change-Id: Ia30bc2f9f359eb5778cfdb1c2356f20761673322

차이점 보기:

HYTOS/HYTOS/Calculation.py
1927 1927
                            dp_stat = self.dp_stat[no] if no in self.dp_stat else 0
1928 1928
                            length = self.length[no] if no in self.length else 0
1929 1929
                            fric_result = fric_result + total_length - dp_stat * length
1930

  
1931
                            #fric_result = fric_result + self.total_length[no] - self.dp_stat[no] * self.length[no]
1932 1930
                        else:
1933 1931
                            total_length = self.total_length[no] if no in self.total_length else 0
1934 1932
                            fric_result = fric_result + total_length
1935 1933

  
1936
                            #fric_result = fric_result + self.total_length[no]
1937

  
1938 1934
                values['Pressure_Drop_Friction'] = round(fric_result, 3)
1939 1935
                values['Pressure_Drop_Static'] = round(stat_result, 3)
1940 1936
                values['Velocity'] = self.homo_vel[1]

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)