http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
송유섭,신상섭,정동호,박대효,Song, Yoo-Seob,Shin, Sang-Shup,Jung, Dong-Ho,Park, Tae-Hyo 한국전산구조공학회 2011 한국전산구조공학회논문집 Vol.24 No.6
In this paper, the behavior of nuclear-power plant subjected to an aircraft impact is performed using the parallel analysis. In the erstwhile study of an aircraft impact to the nuclear-power plant, it has been used that the impact load is applied at the local area by using the impact load-time history function of Riera, and the target structures have been restricted to the simple RC(Reinforced Concrete) walls or RC buildings. However, in this paper, the analysis of an aircraft impact is performed by using a real aircraft model similar to the Boeing 767 and a fictitious nuclear-power plant similar to the real structure, and an aircraft model is verified by comparing the generated history of the aircraft crash against the rigid target with another history by using the Riera's function which is allowable in the impact evaluation guide, NEI07-13(2009). Also, in general, it is required too much time for the hypervelocity impact analysis due to the contact problems between two or more adjacent physical bodies and the high nonlinearity causing dynamic large deformation, so there is a limitation with a single CPU alone to deal with these problems effectively. Therefore, in this paper, Message-Passing MIMD type of parallel analysis is performed by using self-constructed Linux-Cluster system to improve the computational efficiency, and in order to evaluate the parallel performance, the four cases of analysis, i.e. plain concrete, reinforced concrete, reinforced concrete with bonded containment liner plate, steel-plate concrete structure, are performed and discussed.
모바일 환경에서 상호인간관계를 직관적 그래픽으로 표현하는 서비스 구현
송유섭(Song, Yoo-Sub),유성재(Yoo Sung-Jae) 한국IT서비스학회 2011 한국IT서비스학회 학술대회 논문집 Vol.2011 No.5
Social Network와 Smart Phone이 화두가 되고 있는 현대 사회에서 지금의 SNS 서비스들은 지극히 개인위주이다. 최근 Social과 관련된 여러 서비스들이 사람들 사이의 Network를 형성하고자 노력을 하고 있지만, 또 다른 고립감을 제공하고 있다는 비판이 생기고 있다. 이러한 상황에서 각 개인들에게 자신의 인맥에 관한 정보를 제공하고, 그것들을 관리하면서 자연스럽게 주변 인맥들을 돌아보게 되는 서비스를 제공한다면, 현재 SNS로부터 얻는 공허감을 어느 정도 충족시켜줄 수 있을 것이다. 현재 자신의 인맥은 어떤지를 사용자들이 이해하기 쉬운 그래픽을 이용해서 표현하고, 그 인맥을 관리하는 재미를 준다면, 현재 SNS에 부족한 일부를 채워줄 것이다.
탁문호,송유섭,전혜관,박대효,Tak, Moonho,Song, Yooseob,Jeon, Hye-Kwan,Park, Taehyo 한국전산구조공학회 2013 한국전산구조공학회논문집 Vol.26 No.4
본 논문에서는 새로운 비중첩 영역 분할 기법을 바탕으로 한 병렬해석의 정확도 분석이 수행된다. Tak 등(2013)에 의해 제안된 이 방법에서 분할된 하위도메인들은 서로 중첩되지 않으며 계면요소(interfacial element)라 불리는 가상연결유한요소를 통해 서로 간의 관계가 결정된다. 이 접근법의 주요 장점은 영역 분할시 floating 도메인에서 발생할 수 있는 특이강성행렬(singular stiffness matrix)을 계면요소의 결합을 이용하여 가역행렬(invertible matrix)로 변환할 수 있다는 것과 기존의 FETI법에 비하여 해석시간과 스토리지(storage) 사용을 줄일 수 있다는 것이다. 반면에 3개 이상의 하위도메인들이 한 점에서 연결되는 경우를 의미하는 cross point에서는 해석의 정확도가 저하되는 경향이 나타났다. 따라서 본 논문에서는 새로운 비중첩 영역 분할기법에 대해 다양한 영역분할의 경우에 따라 발생하는 하나의 cross point에 접촉하는 하위도메인의 개수에 따른 정확도 분석이 수행되고 정확도가 저하되는 원인분석 및 대책이 논의된다.
김경수,이상욱,송유섭,Kim, Gyeong-Su,Lee, Sang-Uk,Song, Yu-Seop 대한전자공학회 1985 전자공학회지 Vol.22 No.1
실시간 설치가 가능한 움직이는 물체를 추적하는 알고리즘에 관하여 연구하였다. 본 논문에서는 연산자 표현과 variation이 알고리즘[10]에 근거하여 fast 알고리즘을 개발하였다. Variational알고리즘에 대한 초기 추정치는 상호 상관 계수가 최대가 되는 위치를 directed search를 통하여 구하였다. 개발한 fast 알고리즘은 먼저 영상을 16개의 작은 부영상으로 분해하고 새로 제시한 움직임 검출 방법과 variational 알고리즘을 각 부영상에 순차적으로 적웅하는 알고리즘이다. 따라서 부영상을 단위로 하는 recursive 알고리즘이다. 개발한 알고리즘은[10]자 비교하여 평균 7대 1 정도의 계산상의 이득을 얻을 수 있다. We have studied on the 2-D moving target tracking algorithm satisfying a real-time hardware implementation requirement. In this paper, a fast algorithm is developed based on the operator formulation and the variational algorithm f 10] . Here, we use the directed search for the maximum of the cross-correlation in order to obtain an initial estimate for the variational algorithm and decompose the scene into 16 smaller subblocks and apply the variational algorithm to each subblock sequentially with a new moving area detection method. We call the algorithm subblock based recursive algorithm. Compared with (10) , the ratio of the computational savings obtained from the proposed algorithm is 7 on the average.
임의의 손상형태를 갖는 박판구조물의 동적 데이터로부터 강성저하 분포 추정
이상열 ( Lee Sang-youl ),송유섭 ( Song Yoo-seob ),박대효 ( Park Taehyo ) 한국구조물진단유지관리공학회 2006 한국구조물진단유지관리공학회 학술발표회 논문집 Vol.10 No.2
This study deals with a method to identify structural damage using the combined finite element method (FEM) and the advanced damage search technique. The novelty of this study is the application of plates with arbitrary damage shapes and their response due to the anomalies in a structure subjected to impact loading. The technique described in this paper may allow us not only to detect the stiffness distribution of the damaged elements but also to find locations and the extent of damage. To demonstrate the feasibility of the method, the algorithm is applied to a steel thin plate structures with defects. The results demonstrate the excellencies of the method from the standpoints of computation efficiency as well as its ability to investigate the arbitrary stiffness, reductions.
백재욱(Baek Jae Wook),송유섭(Song Yoo Seob),박대효(Park Tae Hyo) 한국철도학회 2006 한국철도학회 학술발표대회논문집 Vol.- No.-
In this paper, the objective is an evaluation of economics using Life Cycle Cost(LCC) analysis for the ballasted track and the concrete track. However, since the absence of reliable data on maintenance activities, the degree of a reliability about the results of the LCC analysis is insufficient yet. In order to remedy the problems, we surveyed a professional research group for an approximate estimation which can be represented a degree of maintenance through a application of examples. Hereby we found that it is possible to expect the retrenchment of cost using preventive maintenance management. Moreover we proposed appropriate and economical restrictions between track structures.