• Title/Summary/Keyword: 최적화 설계프로그램

Search Result 443, Processing Time 0.027 seconds

Case of Dynamic Performance Optimization for Hydraulic Drifter (유압 드리프터의 동적성능 최적화 사례)

  • Noh, Dae-kyung;Lee, Dae-Hee;Jang, Joo-Sup;Yun, Joo-Seop;Lee, Dong-Won
    • Journal of the Korea Society for Simulation
    • /
    • v.28 no.2
    • /
    • pp.35-48
    • /
    • 2019
  • Domestic hydraulic drifters till now have been developed by benchmarking products from overseas leading companies. However, they do not have excellent impact performance as they are not suitable for characteristics (large flow rate and low pressure) of Korean hydraulic drill power pack, and therefore, research on the optimum design has not made much headway. This study performs multi-objective function optimization for hydraulic drifters whose capacity has been redesigned to deal with the large flow rate, and also with the help of this function, it aims to improve impact power and reduce supply and surge pressure. A summary of the research study is as follows: First, we set goals for improving impact power, supply pressure, and surge pressure, and then perform multi-objective function optimization on them. After that, we secure the reliability of the optimized analytical model by comparing the test results of the prototype built by the optimized design with the analysis results of the analytical model. This study used SimulationX, that is the hydraulic system analysis software, and EasyDesign, which is a multi-objective function optimization program. Through this research, we have achieved the results that satisfy the goal of developing high power drifters suitable for Korean type hydraulic drills.

The Optimum Design of Airfoil Shape with Parallel Computation (병렬연산을 이용한 익형의 최적 설계)

  • Jo,Jang-Geun;Park,Won-Gyu
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.31 no.1
    • /
    • pp.1-7
    • /
    • 2003
  • The aerodynamic optimization method for airfoil design was described in this paper. The Navier-Stokes equations were solved to consider the viscous flow information around an airfoil. The Modified Method of Feasible Direction(MMFD) was used for sensitivity analysis and the polynomial interpolation was used for distance calculation of the minimization. The Message Passing Interface(MPI) library of parallel computation was adopted to reduce the computation time of flow solver by decomposing the entire computational domain into 8 sub-domains and one-to-one allocating 8 processors to 8 sub-domains. The parallel computation was also used to compute the sensitivity analysis by allocating each search direction to each processor. The present optimization reduced the drag of airfoil while the lift is maintained at the tolerable design value.

A Design of Map Generation System using Line Simplification and Label Layout (선분 간략화와 자동화된 레이아웃을 이용한 지도생성 시스템 설계)

  • 박동규
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2002.10d
    • /
    • pp.160-162
    • /
    • 2002
  • 지리정보시스템(GIS)에서 사용하는 지도는 여러 가지 목적의 응용 프로그램이나 지도의 축척등에 의해 서 다양하게 나타난다. 본 논문은 지리정보 시스템에 사용되는 지도중에서 관광안내지도를 대상으로 최적의 레이블링과 아이콘 표시방법을 통하여 관광지도 정보를 최적화하여 표현하기 위한 논문이다. 이를 위하여 서울시내의 여러 가지 관광버스의 노선도를 분석하여 이를 최적화된 방법으로 배치하고 표현하는 위한 방법을 연구하였다. 복잡한 버스의 노선은 주요 시설물을 중심으로 선분 간략화 알고리즘을 통하여 간략화 하였으며 간략화된 노선에서 중첩되는 레이블은 레이블 재배치 알고리즘을 이용하여 재배열하였다. 이러한 방법을 통하여 지리정보 데이터베이스로부터 자동화된 방식으로 구조화된 지도를 손쉽게 생성하는 방법을 제시한다.

  • PDF

Linux Cluster-based Parallel File System for Parallel Volume Rendering (병렬볼륨렌더링을 위한 리눅스 클러스터 기반 병렬화일시스템)

  • 류영준;정갑주
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.04a
    • /
    • pp.91-93
    • /
    • 2001
  • 볼륨 렌더링(Volume Rendering)은 과학, 의학, 공학 등의 분야에서 3차원 볼륨 데이터(Volume Date)를 효과적으로 시각화(Visualization)하는 목적으로 널리 사용되고 있으며 고화질 영상 요구로 인해 3차원 볼륨 데이터의 크기는 점차 대용량화되어 가는 추세이다. 이러한 대용량 데이터의 고성능 처리를 위해서는 병렬입출력이 필수적이다. 본 논문에서는 병렬볼륨 렌더링에 최적화된 병렬화일시스템 PBS(Parallel Block Server)을 제안한다. PBS는 고성능 입출력 제공을 위해서 데이터입출력에 대한 응용 프로그램의 집적 통제를 위한 다양한 기능을 제공하도록 설계되어 있다. 이러한 직접통제의 단점인 복잡한 인터페이스 문제를 해결하기 위해서 볼륨 렌더링에 최적화된 데이터 입출력 전략을 자동화시킨 PBS 기반 라이브러리 VRPIO(Volume Rendering Parallel Input Output)를 제공한다.

The Bytecode Optimizer (바이트코드 최적화기)

  • 이야리;홍경표;오세만
    • Journal of KIISE:Software and Applications
    • /
    • v.30 no.1_2
    • /
    • pp.73-80
    • /
    • 2003
  • The Java programming language is designed for developing effective applications in a heterogeneous network environment. Major problem in Java is its performance. many attractive features of Java make the development of software easy, but also make it expensive to support ; applications written in Java are often much slower than their counterparts written in C or C++. To use Java`s attractive features without the performance penalty, sophisticated optimizations and runtime systems are required. Optimising Java bytecode has several advantages. First, the bytecode is independent of any compiler that is used to generate it. Second, the bytecode optimization can be performed as a pre=pass to Just-In-Time(JIT) compilation. Many attractive features of Java make the development of software easy, but also make it expensive to support. The goal of this work is to develop automatic construction of code optimizer for Java bytecode. We`ve designed and implemented a Bytecode Optimizer that performs the peephole optimization, bytecode-specific optimization, and method-inlining techniques. Using the Classfile optimizer, we see up to 9% improvement in speed and about 20% size reduction in Java class files, when compared to average code using the interpreter alone.

Automatic Generation of Code Optimizer for DFA Pattern Matching (DFA 패턴 매칭을 위한 코드 최적화기의 자동적 생성)

  • Yun, Sung-Lim;Oh, Se-Man
    • The KIPS Transactions:PartA
    • /
    • v.14A no.1 s.105
    • /
    • pp.31-38
    • /
    • 2007
  • Code Optimization is converting to a code that is equivalent to given program but more efficient, and this process is processed in Code Optimizer. This paper designed and processed Code Optimizer Generator that automatically generates Code Optimizer. In other words Code Optimizer is automatically generated for DFA Pattern Matching which finds the optimal code for the incoming pattern description. DFA Pattern Matching removes redundancy comparisons that occur when patterns are sought for through normalization process and improves simplification and structure of pattern shapes for low cost. Automatic generation of Code Optimization for DFA Pattern Matching eliminates extra effort to generate Code Optimizer every time the code undergoes various transformations, and enables formalism of Code Optimization. Also, the advantage of making DFA for optimization is that it is faster and saves cost of Code Optimizer Generator.

Optimization of Gear Webs for Rotorcraft Engine Reduction Gear Train (회전익기용 엔진 감속 기어열의 웹 형상 최적화)

  • Kim, Jaeseung;Kim, Suchul;Sohn, Jonghyeon;Moon, Sanggon;Lee, Geunho
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.48 no.12
    • /
    • pp.953-960
    • /
    • 2020
  • This paper presents an optimization of gear web design used in a main gear train of an engine reduction gearbox for a rotorcraft. The optimization involves the minimization of a total weight, transmission error, misalignment, and face load distribution factor. In particular, three design variables such as a gear web thickness, location of rim-web connection, and location of shaft-web connection were set as design parameters. In the optimization process, web, rim and shaft of gears were converted from the 3D CAD geometry model to the finite element model, and then provided as input to the gear simulation program, MASTA. Lastly, NSGA-II optimization method was used to find the best combination of design parameters. As a result of the optimization, the total weight, transmission error, misalignment, face load distribution factor were all reduced, and the maximum stress was also shown to be a safe level, confirming that the overall gear performance was improved.

Optimum Design of Steel-Deck System for Two-Story Roads (2층도로용 강구조 덱 시스템의 최적설계)

  • Cho, Hyo Nam;Min, Dae Hong;Kim, Hyun Woo
    • Journal of Korean Society of Steel Construction
    • /
    • v.10 no.3 s.36
    • /
    • pp.553-564
    • /
    • 1998
  • Recently, more and more steel-deck structural system for two story roads has been adopted as a solution against traffic congestion in urban area, mainly because of fast construction, reduced self-weight, higher stiffness and efficient erection compared to that of concrete decks. The main objective is to study on the unit-elective optimal type and proportioning of a rational steel-deck system for two story roads using an optimum design program specifically developed for steel-deck systems. The objective function for the optimization is formulated as a minimum cost design problem. The behavior and design constraints are formulated based on the ASD(Allowable Stress Design) criteria of the Korean Bridge Design Code. The optimum design program developed in this study consists of two steps - the first step for the optimization of the steel box or plate girder viaducts, and the second step for the optimum design of the steel-decks with closed or open ribs. A grid model is used as a structural analysis model for the optimization of the main girder system, while the analysis of the deck system is based on the Pelican-Esslinger method. The SQP(Sequential Quadratic Programming) is used as the optimization technique for the constrained optimization problem. By using a set of application examples, the rational type related to the optimized steel-deck system designs is investigated by comparing the cost effectiveness of each type. Based on the results of the investigation it may be concluded that the optimal linear box girder and deck system with closed ribs may be utilized as one of the most rational and economical viaducts in the construction of two-story roads.

  • PDF

Optimum Design of the Ground-Coupled Heat Pump Systems according to Heat Pump Unit Performance (열펌프 유닛 성능과 지열원 냉난방 시스템 설계에 관한 연구)

  • Kim, Namtae;Cho, Chanyong;Choi, Jong Min
    • 한국신재생에너지학회:학술대회논문집
    • /
    • 2011.05a
    • /
    • pp.193-193
    • /
    • 2011
  • 현재까지 대부분의 지열원 열펌프 시스템에 관한 연구는 열펌프 유닛과 지중열교환기에 대해 개별적으로 수행되었으며, 열펌프 유닛과 지중열교환기 설계 및 최적화의 공통변수인 지중순환수 유량에 따른 시스템 전체에 대한 연구성과는 매우 미미한 실정이다. 본 연구에서는 현재 국내에서 인증되어 보급되고 있는 물매물 지열원 열펌프 유닛의 성능 자료를 분석하고, 지중순환수 유량 변화에 따른 물대물 열펌프 유닛의 성능 실험 및 지중열교환기 형상에 관한 설계 및 분석을 수행하여 지열원 열펌프 시스템 최적화에 관한 기반 기술 확보하고자 하였다. 현재 국내의 물대물 지열원 열펌프 유닛의 냉방 및 난방 조건에서의 최소 인증 COP는 각각 4.1과 3.45이다. 다양한 용량 및 성능을 갖는 국내 인증 물대물 지열원 열펌프 유닛에 대한 정량적 성능 분석을 위하여 3.5kW(1RT) 용량당의 지중순환수 유량과 COP를 고찰하였다. 냉방운전시 3.5kW 단위 용량당 열펌프 유닛의 지중순환수 유량은 10.73에서 18.52LPM을 나타냈으며, 난방운전에는 10.41에서 18.16LPM을 나타냈다. 이때, 냉방 COP는 4.1에서 5.4의 값을 나타냈으며, 난방 COP는 각각 3.5에서 4.2를 나타냈다. 인증 열펌프 유닛에서 지중순환수 유량과 열펌프 유닛의 냉난방 성능은 일정한 경향성을 나타내지 않았다. 지중순환수 유량에 따른 지열원 열펌프 유닛과 시스템의 성능을 정량적으로 분석하고자 지중순환수 유량 변화에 따른 물대물 지열원 열펌프 유닛 성능 실험을 수행하고 이를 기반으로 지중열교환기를 설계 및 분석하였다. 냉난방 각 운전모드에서 ISO 13256-2 규격과 NRGT 101 규격을 기준으로 지중순환수와 부하측 유량 6LPM 에서 36LPM 사이에서 변화시키며 성능 실험을 수행하였다. 냉방 및 난방모드 모두 유량이 증가함에 따라 열펌프 유닛 COP가 증가하였으나, 유량 증가에 따른 열펌프 유닛 COP 증가율은 감소하였다. 지중순환수 유량이 18LPM 이상에서는 COP 상승폭은 미소하였다. 기존문헌의 부하 산정자료와 열펌프 유닛 실험 성능 데이터를 이용하여 지식경제부 고시 2009-332호에 준하여 수직밀폐형 지중열교환기를 설계하고 순환펌프 소요동력을 이용하여 시스템 COP를 분석하였다. 지중열교환기 설계 시 국내에서 가장 많이 사용되고 있는 상용지중열교환기 설계프로그램인 GLD 프로그램을 사용하였다. 지중순환수와 부하측 2차 유체 유량 증가 시에 열펌프 유닛 COP 증가율 대비 시스템 COP 증가율은 감소하였으며, 난방모드에서는 일정 유량 이상에서는 열펌프 유닛 COP는 증가하였으나, 시스템 COP는 감소하였다. 또한, 지중순환수 유량 증가에 따라 지중열교환기 길이가 증가하였으며, 냉난방시의 지중열교환기 길이차이가 증가하였다. 지열원 열펌프 시스템의 고효율화 및 시공비 절감을 통한 경제성 확보를 위해서는 지열원 열펌프 유닛 성능과 지중열교환기 형상 공통 변수인 지중순환수 유량을 함께 고려하여 시스템을 설계하여야한다.

  • PDF

Construction of an Automatic Instruction-Set Extension System for Efficient ASIP Design (효율적인 ASIP 설계를 위한 자동 인스트럭션 확장 시스템 구축)

  • Hwang, Deok-Ho;Hwang, Sun-Young
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.38B no.1
    • /
    • pp.1-9
    • /
    • 2013
  • This thesis proposes an automatic instruction extension system that utilizes retargetable compiler, based on MDL, to design an ASIP optimized for application. The proposed system uses information gathered from the application program to find all possible expandable instruction candidates. Expandable instruction candidates acquire the realization characteristics through hardware library. The system chooses instruction set and optimizes processor structure satisfying constraints on the bases of hardware characteristics and increase in execution speed. To confirm the efficiency of the proposed system, automatic instruction extension system was performed using various benchmark applications. The proposed system acquired optimized instruction set and processor structure, which are expanded from the commercial version of ARM9TDMI. Experimental results show that number of execution cycle has been reduced by 33.5% when compared to conventional version of ARM9TDMI, while area has been slightly increased.