• Title/Summary/Keyword: automatic design program

Search Result 312, Processing Time 0.166 seconds

Optimal Structural Design and Fatigue Analysis of Radius Rod by Response Surface Method (반응표면법에 의한 레디어스로드 최적구조설계 및 피로해석)

  • Park, Sohyeon;Kim, Eunsung;Oh, Sangyeob;Yu, Hyosun;Yang, Sungmo;Kim, YongKwan
    • Transactions of the Korean Society of Automotive Engineers
    • /
    • v.22 no.1
    • /
    • pp.29-35
    • /
    • 2014
  • This paper aims to obtain the effect of lightweight on Radius rod. The response surface method used in the paper is the statistical method. Optimization method is performed with the Radius rod using the lightweight material. Structural analysis is executed by using the ANSYS program to find static and dynamic responses. From this study result, it is verified that the response surface method has the advantage of optimum value in comparison with other optimization methods. The analysis is also performed by response surface method to derive optimal design values. Steel model and aluminium initial model are obtained by finite element analysis to clarify design criteria and the results are compared with three models each other. The weights can be reduced by optimal design analysis results of these models similar to those of existing products. The quantitative goals in this study can also attained through results of fatigue analyses. The reliability on optimal design of Radius rod can be improved by use of structural and fatigue analysis results.

Analysis of Mackerel Sorting Performance for Development of Automatic Mackerel Grader (고등어 자동 선별기 개발을 위한 고등어 선별 성능 분석)

  • Jun, Chul-Woong;Sohn, Jeong-Hyun;Choi, Myung Gu
    • Journal of the Korean Society of Manufacturing Process Engineers
    • /
    • v.15 no.3
    • /
    • pp.115-121
    • /
    • 2016
  • A mackerel grader is a machine for sorting mackerel according to size. In this study, the dynamic deflection and optimal sorting simulation of a mackerel grader was carried out by using multi-body dynamics. To analyze the dynamic deflection of the roller, RecurDyn, a multi-body dynamics analysis program, was used. The dynamic deflection of the roller pipe was analyzed according to the inclination of the roller pipe. When the inclination of the roller pipe was 30 degrees, the roller indicated the maximum deflection of about 6.3 mm at the center of the mass. To simulate the mackerel sorting, the mackerel grader machine was modeled, and the contact simulation between the mackerel model and the rotating roller pipe was carried out. When the inclination of the roller frame was 7 degrees, the mackerel grader indicated optimal sorting performance.

Computational Study of the Shr oud Shape & the ProBeller Fan (Shroud 형상에 대한 해석적 연구 및 '프로벨러 홴' 소개)

  • Han, Jae-Oh;Yu, Seung-Hun;Mo, Jin-Yong
    • 한국전산유체공학회:학술대회논문집
    • /
    • 2008.03b
    • /
    • pp.638-641
    • /
    • 2008
  • Computational investigation was conducted to study the effects of the shape parameter of shroud on the performance of the outdoor unit of an air-conditioners. For this study the Design of Experiment(4-factor 3-level) was created and the an automatic program was composed using VBA to reduce the load of pre-process for CFD. The estimated mathematical equation was produced from this analysis and it was found that the gap between fan and shroud affects more heavily than the other parameters. As a result, the composition of the best parameters was verified that its flow rate was increased by 10 percents and sound pressure level was reduced by 1.2 dBA compare with the worst. And finally, a kind of Propeller fan with blades which were attached to the shroud, so-called 'ProBeller Fan' was introduced in this study.

  • PDF

Strategies on Text Screen Design Of The Electronic Textbook For Focused Attention Using Automatic Text Scroll (자동 스크롤 가능을 이용한 주의력 집중을 위한 웹기반 전자교과서 텍스트 화면 설계전략)

  • Kwon, Hyunggyu
    • The Journal of Korean Association of Computer Education
    • /
    • v.5 no.4
    • /
    • pp.134-145
    • /
    • 2002
  • The purpose of this study is to present the functional and technical solutions for text learning of web-based textbook in which each letter has its own focal point. The solutions help learners not to lose the main focus when eye moves to the next letter or line. The text screen of the electronic textbook automatically scrolls the text to up and down or left and right directions which are preassigned by learner. It doesn't need the operation of mouse or keyboard. And learner can change scroll speed and types anytime during scrolling. Automatic text scroll function is a solution for controlling data and screen to reflect the personal favor and ability. It contains the content structure of the text(characteristics, categorizations etc.), the appearance of the text(density, size, font etc.), scroll options(scroll, speed etc.), program control type(ram resident program etc.), and the application of the screen design principles(legibility etc.). To resolve these functional problems, technical 8 phases are provided, which are environment setting, scroll option setting, copy, data analysis, scroll coding, centered focus coding, left and right focus coding, implementation. The learner can focus on text without dispersion because the text focal points stay in the fixed area of screen. 1bey read the text following their preferences for fonts, sizes, line spacing and so on.

  • PDF

Fault Detection through the LASAR Component modeling of PLD Devices (PLD 소자의 LASAR 부품 모델링을 통한 고장 검출)

  • Pyo, Dae-in;Hong, Seung-beom
    • Journal of Advanced Navigation Technology
    • /
    • v.24 no.4
    • /
    • pp.314-321
    • /
    • 2020
  • Logic automated stimulus and response (LASAR) software is an automatic test program development tool for logic function test and fault detection of avionics components digital circuit cards. LASAR software needs to the information for the logic circuit function and input and output of the device. If there is no component information, normal component modeling is impossible. In this paper, component modeling is carried out through reverse design of programmable logic device (PLD) device without element information. The developed LASAR program identified failure detection rates through fault simulation results and single-seated fault insertion methods. Fault detection rates have risen by 3% to 91% for existing limited modeling and 94% for modeling through the reverse design. Also, the 22 case of stuck fault with the I/O pin of EP310 PLD were detected 100% to confirm the good performance.

Design and Implementation of Autonomic De-fragmentation for File System Aging (파일 시스템 노화를 해소하기 위한 자동적인 단편화 해결 시스템의 설계와 구현)

  • Lee, Jun-Seok;Park, Hyun-Chan;Yoo, Chuck
    • The KIPS Transactions:PartA
    • /
    • v.16A no.2
    • /
    • pp.101-112
    • /
    • 2009
  • Existing techniques for defragmentation of the file system need intensive disk operation for some periods at specific time such as disk defragmentation program. In this paper, for solving this problem, we design and implement the automatic and continuous defragmentation free system by distributing the disk operation. We propose the Automatic Layout Scoring(ALS) mechanism for measuring defragmentation degree and suggest the Lazy Copy mechanism that copies the defragmented data at idle time for scattering the disk operation. We search the defragmented file by Automatic Layout Scoring mechanism and then find for empty spaces for that searched file. After lazy copy of searched fils to empty space for preventing that file from being lost, the algorithm solves the defragmentation problem by updating the I-node of that file. We implement these algorithms in Linux and evaluate them for small and defragmented file to get the layout scoring. We outperform the Linux EXT2 file system by $2.4%{\sim}10.4%$ in layout scoring evaluation. And the performance of read and write for various file size is better than the EXT2 by $1%{\sim}8.5%$ for write performance and by $1.2%{\sim}7.5%$ for read performance. We suggest this system for solving the problem of defragmentation automatically without disturbing the I/O task and manual management.

Construction of 3D CAD Template for the Efficient Design of Refrigerator Components (냉장고 부품 설계 효율화를 위한 3D CAD 템플릿 구축)

  • Lim, O-Kaung;Park, Sam-Kyu;Choi, Eun-Ho
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.22 no.3
    • /
    • pp.243-250
    • /
    • 2009
  • In order to reduce the time needed for design, enterprises recently need the customizing technology that can modify the functions of existing CAD systems according to the their purposes. So most of the companies developing commercial CAD system are providing API to make possible the preparation of macro or external programs, which allow automatic performance of a series of repeated tasks. The objective of the present paper is to achieve more convenient carrying out of a particular modeling, by developing 3D CAD template of the standardized engineering rule of the particular model in order to establish a knowledge-based product development system. The formula, data and design knowledge which are required for the designing of the components of refrigerator were made into a program by means of Unigraphics' UG/Open API. And examples of such a development were presented. By using them in connection with commercial CAD system, design verification and modification were efficiently applied to the product design business.

Cyber University e-Mentoring System with Role Modeling (역할모형을 적용한 원격대학교 e-멘토링 시스템)

  • Lee, Jung-Hun;Woo, Jin-Woon
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.11 no.4
    • /
    • pp.1285-1293
    • /
    • 2010
  • This study suggests the design and implementation of an e-mentoring system, which creates more than one role models to help adult learners of cyber university to improve their academic performance and to successfully complete their education. The benefits of this system are as following; First, automatic matching system is built in consideration of mutual requests between mentor and mentee. And the system enforces all participants to actively participate in the program by sharing ideas and to improve their academic performance with specific academic goals. Second, participants are rewarded at the end of the program for their performance by an evaluation system developed for assessing role models and participants' activities. Also, the system encourages best mentors to remain in the program and help adult learners to improve academic performance.

Distribution Remote Management System Design and Program Development Based on ADWHM(Advanced Digital Watt-Hour Meter) (차세대 디지털 적산전력계에 기반한 배전원격관리시스템 설계 및 프로그램 개발)

  • Ha Bok-Nam;Ko Yun-Seok
    • The Transactions of the Korean Institute of Electrical Engineers A
    • /
    • v.54 no.4
    • /
    • pp.185-192
    • /
    • 2005
  • This paper proposes a DRMS(Distribution Remote Management System) which can enhance highly the economics of automatic metering system and the power quality supplied to the electric customer improving the efficiency of the meter reading, voltage management and load management work by realizing the remote meter reading, the remote voltage management and the remote load management based on the ADWHM(Advanced Digital Watt Hour Meter). The DRMS is designed so that the voltage management and load management work in remote site can be processed by collecting the voltage pattern and current pattern as well as watt hour data from all ADWHMs one time every month regularly or from special ADWHMS several time irregularly, A new on-line voltage and load management strategy based on the ADWHM is designed by analyzing the existing voltage management and load management process. Also, DRMS is designed so that watt-hour data, voltage pattern data, load pattern data and power factor data can be collected selectively according to the selection of user to assist effectively the methodology. Remote management program and database of the DRMS are implemented based on Visual C++, MFC and database library of MS. Also, DRMS is designed so as to communicate with the ADWHM using RS232C-TCP/IP converter and ADSL. The effectiveness of the remote metering function is proven by collecting and analyzing the data after ADWHMs installed in any site. The developed strategy and program also is verified through the simulation of voltage management and load management.

Discrete Optimum Design of Sinusoidal Corrugated Web Girder (사인형 주름웨브보의 이산화 최적구조설계)

  • Shon, Su Deok;Yoo, Mi Na;Lee, Seung Jae
    • Journal of Korean Society of Steel Construction
    • /
    • v.24 no.6
    • /
    • pp.671-682
    • /
    • 2012
  • The use of sinusoidal corrugated web girder for the box-type girders and gable steel main frames has recently been increasing very much. The reasons are that the thin web of the girder affords a significant weight reduction compared with rolled beam and welded built-up girder, and that corrugation prevents the buckling failure of the web. Improvements of the automatic fabrication process makes mass production of the corrugated web and unit possible, and applications of this girder have been extended considerably. Thus, the research for the optimum design processer considering the production data is needed practically. For doing this research, we develope the discrete optimum structural design program in consideration of production list data for the research, and the program apply to the single girder under the uniform load and the concentrated load as numerical example. We consider objective function as minimum weight of the girder, and use slenderness ratio, stress of flanges and corrugated web, and the girder deflection as the constraint functions. And also the Genetic Algorithms is adopted to search the global minimum point by using the production list as a discrete design variable. Finally, to verify the optimality of the design, we conduct a comparison of the results of the discrete optimum design with those of the continuous one, and also analyze the characteristics of the optimum cross-section.