• Title/Summary/Keyword: 소켓

Search Result 334, Processing Time 0.028 seconds

Effect of the Tapered Angle on the Ultimate Load Factors of PPWS Sockets in Main Cables of Suspension Bridges (현수교 PPWS용 소켓의 내벽 경사각이 소켓의 극한 하중계수에 미치는 영향)

  • Yoo, Hoon;Lee, Sung-Hyung;Seo, Ju-Won
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.33 no.1
    • /
    • pp.47-59
    • /
    • 2013
  • Ultimate load factors of PPWS(Prefabricated Parallel Wire Strand) sockets in main cables of suspension bridges are studied with respect to the tapered angles of the inner surface of sockets. After briefly reviewing the current design method, 15 numbers of finite element models of sockets are prepared by varying the number of wires in a strand and the tapered angles. The finite element models are updated by comparing experimental and numerical results, so that the models can reflect the real behavior of sockets. The stress distributions at the first yielding and ultimate states are analyzed by performing the incremental load analysis using ABAQUS. It is concluded that the optimized tapered angle of sockets should be determined at the specific angle between the results of verification equations of the required bonding length and stress resistance length.

Parametric study of optimum design variables of PPWS socket and stability analysis (PPWS용 정착소켓의 최적설계를 위한 매개변수해석 및 안정성 검토)

  • Yoo, Hoon;Seo, Ju-Won;Jung, Woon;Lee, Sung-Hyung
    • Proceedings of the Computational Structural Engineering Institute Conference
    • /
    • 2010.04a
    • /
    • pp.6-9
    • /
    • 2010
  • 본 논문에서는 최소 중량을 갖는 PPWS용 소켓의 기하형상을 결정하기 위하여 소켓의 경사각, 스트랜드의 강도 및 스트랜드의 직경을 주요 설계변수로 결정하고 각 설계 경우에 대한 매개변수해석을 수행하였다. 소켓의 경사각은 5도에서 13도까지를 범위로 하였고 스트랜드의 강도는 1860MPa급, 1960MPa급 및 2100MPa급의 고강도 강선을 적용한 경우를 고려하였으며, 스트랜드의 직경은 91, 127, 169 및 217개의 강선을 적용한 경우를 대상으로 하였다. 또한, 매개변수해석에서 도출된 기하형상을 갖는 소켓의 안정성을 검토하기 위하여 유한요소해석을 이용하여 소켓을 해석하고 스트랜드의 허용인장력 작용시 소켓의 안정성을 검토하였다. 해석 결과, 소켓의 중량을 최소화하는 내부 경사각은 스트랜드의 직경에 큰 영향을 받음을 알 수 있었으며, 매개변수해석으로부터 설계된 소켓은 스트랜드의 허용인장력 작용시 충분한 안정성을 확보하고 있음을 알 수 있었다.

  • PDF

Behavior Analysis of PPWS Sockets for Suspension Bridges Considering Frictional Contact (마찰 접촉을 고려한 현수교 PPWS용 소켓의 거동 해석)

  • Yoo, Hoon;Lee, Sung-Hyung;Seo, Ju-Won
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.33 no.4
    • /
    • pp.1281-1293
    • /
    • 2013
  • A sophisticated finite element model is illustrated to analyze the behavior of Prefabricated Parallel Wire Strand(PPWS) sockets for main cables of suspension bridges. An orthotropic model is proposed for the casting material by considering both effects of individual wires and a casting alloy, and the contact between surfaces of a socket and a casting alloy is idealized by using the Coulomb friction and the surface-based contact model. The proposed FE model is verified by comparing the strain distributions obtained from the tensile test and FE analysis. The mechanical behavior of a socket is investigated with respect to the variation of the frictional coefficient. The result shows that the friction between surfaces significantly diminishes the stress concentration of a socket and a casting alloy, and the normal stress from the design equation represents the averaged value of the upper and lower quartiles in the distribution of contact stresses between a socket and a casting alloy.

An Implementation of Socket Interface for TOEs (TOE를 위한 소켓 인터페이스의 구현)

  • Son, Sung-Hoon
    • Journal of Korea Multimedia Society
    • /
    • v.8 no.11
    • /
    • pp.1472-1482
    • /
    • 2005
  • In this paper, we propose a socket interface layer for large-scale multimedia servers that adopt TCP/IP Offload Engines (TOE). In order to provide legacy network applications with binary level compatibility, the socket interface layer intercepts all socket-related system calls to forward to either TOE or legacy TCP/IP Protocol stack. The layer is designed and implemented as a kernel module in Linux. The layer is located between BSD socket layer and INET socket layer, and passes the application's socket requests to INET socket layer or TOE. The layer provides multimedia servers and web servers with the following features: (1) All standard socket APIs and file I/O APIs that are supported (2) Support for binary level compatibility of existing socket programs (3) Support for TOE and legacy Ethernet NICs at the same time.

  • PDF

Implementing Socket Polling Server in Java (자바 언어를 이용한 소켓폴링 서버구현)

  • Sohn, Kang-Min;Kang, Tae-Gun;Ham, Ho-Sang
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.11a
    • /
    • pp.115-118
    • /
    • 2002
  • 소켓 프로그래밍(socket programming) 인터페이스를 지원하는 C/C++, perl, python 과 같은 언어들은 폴링(polling) 기능을 갖는 select() 함수를 제공한다. 이 select()함수를 이용할 경우, 단일 쓰레드(또는 프로세스)로 다중의 클라이언트 요청을 처리할 수 있다. 최근 네트워크 프로그래밍 분야에서 주목받는 자바 언어의 경우, 최신 JDK 1.4 의 비동기 입출력 패키지에서 select()함수를 제공하고 있으나, JDK 1.3을 포함한 그 이하의 버전에서는 아직까지 이 함수를 제공하지 않고 있다. 일반적으로 다중 쓰레드를 이용하여 소켓서버 응용프로그램을 개발할 경우, 코드가 단순해지고 응답이 빠른 장점이 있는 반면에 네트워크 연결이 증가할수록 다수의 쓰레드를 관리하는 일이 CPU에 큰 부담이 된다. 반면에 소켓폴링(socket polling)을 사용할 경우, 이러한 연결 유지에 대한 부담이 줄어드는 대신, 다중 쓰레드를 이용하는 방법에 비하여 구현이 어렵다. 본 논문에서는 다양한 시뮬레이션 환경에서 세가지 소켓 프로그래밍 모델에 대하여 그 성능을 비교평가 하였다. 이 세가지 모델은 단순 다중 쓰레드 모델(typical multi-thread model), 단일 쓰레드 소켓폴링 모델(socket polling with single-thread model), 다중 쓰레드 소켓폴링 모델(socket polling with multi-threadmodel)이다. 본 논문에서는 다중 쓰레드 소켓폴링 모델을 제안하고 JDK 1.3.1을 이용하여 구현하였다. 이 모델의 경우 복잡한 구조에도 불구하고 단순 다중 쓰레드 모델와 유사하거나 더 나은 성능을 보여주었다. 또한 동일한 용량의 쓰레드 풀(thread pool)을 사용하더라도 단순 다중 쓰레드 모델보다 더 많은 수의 클라이언트를 수용할 수 있는 장점이 있다. 이러한 결과를 바탕으로 본 연구팀에서 수행중인 MoIM-Messge서버의 네트워크 모듈로 다중 쓰레드 소켓폴링 모델을 적용하였다.

  • PDF

Development of Plastic Plate Under Ground (지하실 바닥용 플라스틱 배수판 개발)

  • Han, Doo-Hee
    • Proceedings of the KAIS Fall Conference
    • /
    • 2010.05b
    • /
    • pp.1083-1085
    • /
    • 2010
  • 본 연구는 지하의 바닥층에 배수로를 확보하기 위한 배수판에 관한 것으로, 특히 배수판에 형성된 인터록킹 돌기가 다른 배수판에 형성된 인터록킹 소켓에 안착되면서 배수판 간의 연결부위가 상호 미로형의 인터록킹 구조를 이루어 배수판의 하측으로 시멘트 몰타르가 유입됨을 배제하여 원활한 배수로를 확보함은 물론 상기 인터록킹 소켓 및 인터록킹 돌기는 요철형의 견고한 구조로 이루어져 뒤틀림, 변형 등의 하자발생이 없어 공사의 품질을 높일 수 있도록 하는 지하바닥용 배수판에 관한 것이다. 개발한 배수판은 상부면에 격자형으로 콘크리트 타설홈이 형성된 다수의 지지포스트가 하측으로 돌출 형성된 배수판과; 상기 배수판의 둘레면 가운데 인접하는 양면에 일체로 형성되고 상부에 안착요홈이 형성된 인터록킹 소켓과; 상기 인터록킹 소켓과 대응하는 양면에 일체로 형성되고, 다른 배수판에 형성된 인터록킹 소켓에 안착되면서 미로형의 인터록킹 연결구조를 이루는 인터록킹 돌기의 유기적인 결합구성으로 이루어진다.

  • PDF

Development and Verification of Socket Head Cap Screw for Satellite Applicaiton (위성용 소켓헤드 캡 스크류 개발 및 검증)

  • Lee, Choon-Woo;Cho, Young-Jun;Lee, Chang-Ho;Hwang, Do-Soon
    • Aerospace Engineering and Technology
    • /
    • v.9 no.2
    • /
    • pp.129-137
    • /
    • 2010
  • The purpose of this document is to introduce the localized development procedure for socket head cap screw used for satellite application. For localized development and verification of socket head cap screws, manufacturing process was composed of head forming, heat treatment, rolling process and surface treatment to meet aerospace hardware requirements based on MIL-B-7838, ECSS-Q-70-46A and KS W 8168 aerospace specification. In order to verify the quality and performance of localized screw, several kinds of qualification tests are successfully completed. By comparing the quality and performance for the localized screws and the same size oversea-procured screws, we can sure that localized socket head cap screws have good quality performance enough to use for aerospace application.

Tensile Strength on Connection Socket of Cables (케이블 연결 소켓의 인장강도)

  • Park, Kang-Geun;Lee, Jang-Bok;Ha, Chae-Won;Kim, Jae-Bong
    • Proceeding of KASS Symposium
    • /
    • 2008.05a
    • /
    • pp.37-42
    • /
    • 2008
  • Cable member in structure is tension systems in which the load carrying members transmit loads to support system by tensile stress with no compression or flexure allowed. Cable system have been widely used large span structure roof, air-supported structure, prestressed membrane, cable network roof, suspension structures, guyed tower, ocean platforms, suspension bridges. Cable member can transmit loads by the edge connected system such as socket, swaging, mechanical splice sleave, clip, wedge, loop splice etc. This study will shown an experimental results on the strength of connection socket of cables. In the results of experiment, most of cable connection specimen occurred the failure at the connection socket part before the cable arrived at tensile failure load.

  • PDF

Socket Pressure Distribution of the Uni-Lateral Trans-Femoral Amputee with a Suction Socket (흡착식 소켓을 착용한 일측 대퇴절단환자의 소켓내부압력분포)

  • Jang, Yun-Hui;Yang, Gil-Tae;Im, Song-Hak;Mun, Mu-Seong;Kim, Yeong-Ho
    • Journal of Biomedical Engineering Research
    • /
    • v.19 no.4
    • /
    • pp.417-422
    • /
    • 1998
  • The study was explored socket pressure distributions on a trans-femoral amputee with a suction socket in static and dynamic situations. Even when the amputee stood in the anatomically neutral position, significant pressure concentrations were observed in the lateral, medial, and posterior planes of the socket. During free level walking, a significant shifting pattern of pressure concentration areas was observed. High socket pressure was observed in the lateral, medial-anterior and posterior walls during mid-stance or push-off period. Socket pressure measurement will be one of the good tool to determine the optimal socket-limb interface.

  • PDF

반도체및디스플레이장비 통신프로토콜 구현에 관한 연구

  • Kim Du-Yong
    • Proceedings of the Korean Society Of Semiconductor Equipment Technology
    • /
    • 2006.05a
    • /
    • pp.109-114
    • /
    • 2006
  • 본 논문은 HSMS를 기반으로 하는 SECS 통신 프로토콜을 구현한다. HSMS는 TCP/IP를 이용한 이더넷 기반이기 때문에 많은 장점을 가지고 있는 윈도우 소켓을 사용한다. 윈도우 소켓은 높은 호환성을 가지며, 다양한 종류의 통신 규약을 지원한다. 윈도우소켓에서 제공하는 API 함수를 이용하여 쓰레드를 동기화 하고, 이벤트 기법을 사용하여 클라이언트 측과 서버 측의 독립적인 송수신을 가능하게 한다. 또한, 하나의 프로그램에서 서버 측과 클라이언트 측을 선택적으로 사용 가능하게 구현한다.

  • PDF