프로젝트

일반

사용자정보

개정판 3dbdd69f

ID3dbdd69f91f6a9360a0ff9d0bd9b4c7cbf9b29fd
상위 5c2736cf
하위 d54d672c, 9a1af0f8

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

issue #1058 계산 후 결과 표시

Change-Id: I05b6296878e881214b339cbe1d4a37f2a05a1af3

차이점 보기:

HYTOS/HYTOS/Commands/HydroCalculationCommand.py
330 330
            for loop in self.loops:
331 331
                indices = [index for index in range(len(loop.items)) if
332 332
                           str(loop.items[index])[:3] == 'R_K' or str(loop.items[index])[:3] == 'L_K']
333
                attribute = {}
333

  
334 334
                if indices:
335 335
                    for i in range(len(indices)):
336 336
                        tag_no = loop.items[indices[i]].parent.tag_no
......
346 346
                        density = loop.density_elevations[loop.items[indices[i] - 1]]
347 347
                        hhp = self.comp_hydp_hy(flowrate_mass, density, round(diff_p, 3))
348 348

  
349
                        attribute = {}
349 350
                        attribute['Tag_No'] = tag_no
350 351
                        attribute['Suct.P'] = suct_p
351 352
                        attribute['Disc.P'] = disc_p

내보내기 Unified diff

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