• Title/Summary/Keyword: Dynamic Software Analysis

Search Result 765, Processing Time 0.027 seconds

A Research on the Mid- and Long-term Strategic Plan for Developing Gangwon Metropolitan Office of Education (강원도 교육문화관(도서관) 운영 활성화를 위한 중·장기 발전계획 연구)

  • Kwack, Dong-Chul;Yoon, Cheong-Ok;Kim, Yong-hwan
    • Journal of the Korean Society for Library and Information Science
    • /
    • v.54 no.3
    • /
    • pp.21-39
    • /
    • 2020
  • The purpose of this research is to build a mid- and long-term strategic plan for strengthening the status of Gangwon Metropolitan Office of Education as public libraries with the main functions of education, knowledge and culture in the community and helping facilitate the local growth. The current status and needs of Gangwon Metropolitan Office of Education was analyzed with a review of literature and websites, various library statistics, and user surveys and professional focus group interviews conducted during November and December 2019. Based on this analysis, a mission, vision, objectives, strategies, and main tasks of Gangwon Metropolitan Office of Education were established, and 4 strategic goals and 16 major projects were drawn to strengthen the strategic basis of 22 libraries, build specialized collections with a focus on education, recreate user-friendly spaces, and promote services, distinguished from public libraries under the supervision of Gangwon local government. It was necessary for Gangwon Metropolitan Office of Education to enhance and strengthen all of Hardware, Software and Human-ware, equipped with well-organized library building and facilities, collection and services, and professional librarians. In this research, the direction of a mid- and long-term strategic plan was presented for its dynamic operation and sustainable development in the future.

Comparison Study of the Impact Response Characteristics of Fixed Cylindrical Offshore Structures Considering Seawater Fluid Region (해수유체영역을 고려한 고정식 실린더형 해양구조물의 충격응답특성 비교연구)

  • Lee, Kangsu;Hong, Keyyong
    • Journal of Advanced Marine Engineering and Technology
    • /
    • v.39 no.4
    • /
    • pp.489-494
    • /
    • 2015
  • This research focused on minimizing the response of fixed cylindrical offshore structures to a ship impact considering the seawater fluid part. A collision between a ship and offshore structure is generally a complex problem and it is often impractical to perform rigorous finite element analyses to include all the effects and sequences during the collision. The structural behavior of a fixed cylindrical type offshore substructure with a seawater fluid part has a simpler response and small deformation due to the dissipation of impact energy. Upon applying the impact force of a ship to the cylindrical structure, the maximum acceleration, internal energy, and plastic strain are calculated for each load cases using Ls-dyna finite element software. In the maximum cases 2.0 m/s velocity, the response result for the structure was carried out to compare between having a fluid region and no fluid region. Fluid-structure interaction analysis was performed using the ALE method, which make it possible to apply a fluid region on the impact problem. The case of a fixed cylindrical type offshore structure without a seawater fluid part can be a more conservative design.

Numerical Simulation of Full-Scale Crash Impact Test for Fuel Cell of Rotorcraft (회전익항공기 연료셀 충돌충격시험 Full-Scale 수치모사)

  • Kim, Hyun-Gi;Kim, Sung Chan;Kim, Sung Jun;Kim, Soo Yeon
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.26 no.5
    • /
    • pp.343-349
    • /
    • 2013
  • Crashworthy fuel cells have a great influence on improving the survivability of crews. Since 1960's, the US army has developed a detailed military specification, MIL-DTL-27422, defining the performance requirements for rotorcraft fuel cells. In the qualification tests required by MIL-DTL-27422, the crash impact test should be conducted to verify the crashworthiness of fuel cell. Success of the crash impact test means the improvement of survivability of crews by preventing post-crash fire. But, there is a big risk of failure due to huge external load in the crash impact test. Because the crash impact test itself takes a long-term preparation efforts together with costly fuel cell specimens, the failure of crash impact test can result in serious delay of a entire rotorcraft development. Thus, the numerical simulations of the crash impact test has been required at the early design stage to minimize the possibility of trial-and-error with full-scale fuel cells. Present study performs the numerical simulation using SPH(smoothed particle hydro-dynamic) method supported by a crash simulation software, LS-DYNA. Test condition of MIL-DTL-27422 is reflected on analysis and material data is acquired by specimen test of fuel cell material. As a result, the resulting equivalent stresses of fuel cell itself are calculated and vulnerable areas are also evaluated.

The Static and Dynamic Customization Technique of Component (컴포넌트 정적/동적 커스터마이제이션 기법)

  • Kim, Chul-Jin;Kim, Soo-Dong
    • Journal of KIISE:Software and Applications
    • /
    • v.29 no.9
    • /
    • pp.605-618
    • /
    • 2002
  • The CBD (Component Based Development) is a requisite technique for the Time-To-Market, and a highly reusable component should be provided to develop a variety of domain applications with the use of components. To increase the reusability of components, they should be developed by analyzing requirements of many different kinds of domains. However, to analyze requirements of a variety of domains related to the components to be developed and to include them inside the components will give burden to developers. Also, providing only general components that have common facilities for the several domains is not easy to accomplish the time-to-market since there are other domains that the developers have to develop. As such, developing common component through the analysis of several domains at the time of the CD (Component Development) does not always guarantee high reusability of the component, but gives burden to developers to develop another development since such components have common functions. Considering this, this paper proposes the component customization technique to reuse common components as well as special components. The reusability of the component can be increased by providing changeability of the attribute, behavior and message flow of the component. This customization technique can change the message flow to integrate developed components or to provide new functions within the component. Also, provides a technique to replace the class existing within the component with other class or to exchange the integrated component with the component having a different function so that requirements from a variety of domains may be satisfied. As such, this technique can accept the requirements of several domains. As such, this customization technique is not only the component with a common function, but it also secures reusability components in the special domain.

Early Null Pointer Check using Predication in Java Just-In-Time Compilation (자바 적시 컴파일에서의 조건 수행을 이용한 비어 있는 포인터의 조기검사)

  • Lee Sanggyu;Choi Hyug-Kyu;Moon Soo-Mook
    • Journal of KIISE:Software and Applications
    • /
    • v.32 no.7
    • /
    • pp.683-692
    • /
    • 2005
  • Java specification states that all accesses to an object must be checked at runtime if object refers to null. Since Java is an object-oriented language, object accesses are frequent enough to make null pointer checks affect the performance significantly. In order to reduce the performance degradation, there have been attempts to remove redundant null pointer checks. For example, in a Java environment where a just-in-time (JIT) compiler is used, the JIT compiler removes redundant null pointer check code via code analysis. This paper proposes a technique to remove additional null pointer check code that could not be removed by previous JIT compilation techniques, via early null pointer check using an architectural feature called predication. Generally, null point check code consists of two instructions: a compare and a branch. Our idea is moving the compare instruction that is usually located just before an use of an object, to the point right after the object is defined so that the total number of compare instructions is reduced. This results in reduction of dynamic and static compare instructions by 3.21$\%$ and 1.98$\%$. respectively, in SPECjvm98 bechmarks, compared to the code that has already been optimized by previous null pointer check elimination techniques. Its performance impact on an Itanium machine is an improvement of 0.32$\%$.

Inelastic Response Spectra Due to the Weak Earthquakes Considering the Nonlinear Soft Soil Layer (비선형 연약지반을 고려한 약진에 의한 비탄성 응답스펙트럼)

  • Kim, Yong-Seok
    • Journal of the Earthquake Engineering Society of Korea
    • /
    • v.7 no.4
    • /
    • pp.15-22
    • /
    • 2003
  • Seismic design codes developed taking into account the strong earthquakes may result in unnecessary economical loss in the low seismic area, and the importance of the performance based design considering the soil-structure interaction is recognized for the reasonable seismic design. In this study. elastic and inelastic seismic response analyses of a single degree of freedom system on the soft soil layer were performed considering the nonlinearity of the soil for the 1 weak earthquakes scaled to the nominal peak accelerations of 0.07g and 0.11g. The seismic response analyses were performed in one step applying the earthquake motions to the bedrock, utilizing a pseudo 3-D dynamic analysis software of the soil-structure system. The study results indicated that seismic response spectra of a system assuming the rigid base or the linear soil layer does not represent the true behavior of a structure-soil system, and it is necessary to take into account the nonlinear soil-structure interaction effects and to perform the performance based seismic design for the various soil layers, having different characteristics, rather than to follow the routine design procedures specified in the design codes for the reasonable seismic design. The nonlinearity of the soft soil excited with the weak seismic motions also affected significantly on the elastic and inelastic seismic response spectra of a system due to the nonlinear soil amplification of the earthquake motions, and it was pronounced especially for the elastic response spectra.

3-Dimensional Numerical Analysis of Air Flow inside OWC Type WEC Equipped with Channel of Seawater Exchange and Wave Characteristics around Its Structure (in Case of Irregular Waves) (해수소통구를 구비한 진동수주형 파력발전구조물 내 공기흐름과 구조물 주변에서 파랑특성에 관한 3차원수치해석(불규칙파의 경우))

  • Lee, Kwang Ho;Lee, Jun Hyeong;Jeong, Ik Han;Kim, Do Sam
    • Journal of Korean Society of Coastal and Ocean Engineers
    • /
    • v.30 no.6
    • /
    • pp.253-262
    • /
    • 2018
  • Oscillating Water Column (OWC) Wave Energy Converters (WEC) harness electricity through a Power-Take-Off (PTO) system from the induced-airflow by seawater oscillating inside a chamber. In general, an air chamber with a relatively small cross-sectional area is required compared to seawater chamber to obtain high-velocity air in the PTO system, and in order to simulate an accurate air flow rate in the air chamber, a three-dimensional study is required. In this study, the dynamic response of OWC-WEC that is equipped with the channel of seawater exchange for the case of irregular waves has been numerically studied. The open source CFD software, OLAFLOW for the simulation of wave dynamics to the openFOAM and FOAM-extend communities, was used to simulate the interaction between the device and irregular waves. Based on the numerical simulation results, we discussed the fluctuation characteristics of three dimensional air flow in the air-chamber, wave deformation around the structure and the seawater flow inside the channel of seawater exchange. The numerical results the maximum air flow velocity in the air-chamber increases as the Ursell value of the significant wave increases, and the velocity of airflow flowing out from the inside of air chamber to the outside is greater than the speed of flowing into the air chamber from the outside.

Assessment of the Structural Collapse Behavior of Between Offshore Supply Vessel and Leg in the Jack-up Drilling Rig (잭업드릴링 리그의 레그와 작업 지원선 충돌에 의한 구조붕괴 거동 평가)

  • Park, Joo-Shin;Seo, Jung-Kwan
    • Journal of the Korean Society of Marine Environment & Safety
    • /
    • v.28 no.4
    • /
    • pp.601-609
    • /
    • 2022
  • Jack-up drilling rigs are mobile offshore platforms widely used in the offshore oil and gas exploration industry. These are independent, three-legged, self-elevating units with a cantilevered drilling facility for drilling and production. A typical jack-up rig includes a triangular hull, a tower derrick, a cantilever, a jackcase, living quarters and legs which comprise three-chord, open-truss, X-braced structure with a spudcan. Generally, jack-up rigs can only operate in water depths ranging from 130m to 170m. Recently, there has been an increasing demand for jack-up rigs for operating at deeper water levels and harsher environmental conditions such as waves, currents and wind loads. All static and dynamic loads are supported through legs in the jack-up mode. The most important issue by society is to secure the safety of the leg structure against collision that causes large instantaneous impact energy. In this study, nonlinear FE -analysis and verification of the requirement against collision for 35MJ recommended by DNV was performed using LS-Dyna software. The colliding ship used a 7,500ton of shore supply vessel, and five scenarios of collisions were selected. From the results, all conditions do not satisfy the class requirement of 35MJ. The loading conditions associated with chord collision are reasonable collision energy of 15M and brace collisions are 6MJ. Therefore, it can be confirmed that the identical collision criteria by DNV need to be modified based on collision scenarios and colliding members.

Comparative analysis on darcy-forchheimer flow of 3-D MHD hybrid nanofluid (MoS2-Fe3O4/H2O) incorporating melting heat and mass transfer over a rotating disk with dufour and soret effects

  • A.M. Abd-Alla;Esraa N. Thabet;S.M.M.El-Kabeir;H. A. Hosham;Shimaa E. Waheed
    • Advances in nano research
    • /
    • v.16 no.4
    • /
    • pp.325-340
    • /
    • 2024
  • There are several novel uses for dispersing many nanoparticles into a conventional fluid, including dynamic sealing, damping, heat dissipation, microfluidics, and more. Therefore, melting heat and mass transfer characteristics of a 3-D MHD Hybrid Nanofluid flow over a rotating disc with presenting dufour and soret effects are assessed numerically in this study. In this instance, we investigated both ferric sulfate and molybdenum disulfide as nanoparticles suspended within base fluid water. The governing partial differential equations are transformed into linked higher-order non-linear ordinary differential equations by the local similarity transformation. The collection of these deduced equations is then resolved using a Chebyshev spectral collocation-based algorithm built into the Mathematica software. To demonstrate how different instances of hybrid/ nanofluid are impacted by changes in temperature, velocity, and the distribution of nanoparticle concentration, examples of graphical and numerical data are given. For many values of the material parameters, the computational findings are shown. Simulations conducted for different physical parameters in the model show that adding hybrid nanoparticle to the fluid mixture increases heat transfer in comparison to simple nanofluids. It has been identified that hybrid nanoparticles, as opposed to single-type nanoparticles, need to be taken into consideration to create an effective thermal system. Furthermore, porosity lowers the velocities of simple and hybrid nanofluids in both cases. Additionally, results show that the drag force from skin friction causes the nanoparticle fluid to travel more slowly than the hybrid nanoparticle fluid. The findings also demonstrate that suction factors like magnetic and porosity parameters, as well as nanoparticles, raise the skin friction coefficient. Furthermore, It indicates that the outcomes from different flow scenarios correlate and are in strong agreement with the findings from the published literature. Bar chart depictions are altered by changes in flow rates. Moreover, the results confirm doctors' views to prescribe hybrid nanoparticle and particle nanoparticle contents for achalasia patients and also those who suffer from esophageal stricture and tumors. The results of this study can also be applied to the energy generated by the melting disc surface, which has a variety of industrial uses. These include, but are not limited to, the preparation of semiconductor materials, the solidification of magma, the melting of permafrost, and the refreezing of frozen land.

Correct Closure of the Left Atrial Appendage Reduces Stagnant Blood Flow and the Risk of Thrombus Formation: A Proof-of-Concept Experimental Study Using 4D Flow Magnetic Resonance Imaging

  • Min Jae Cha;Don-Gwan An;Minsoo Kang;Hyue Mee Kim;Sang-Wook Kim;Iksung Cho;Joonhwa Hong;Hyewon Choi;Jee-Hyun Cho;Seung Yong Shin;Simon Song
    • Korean Journal of Radiology
    • /
    • v.24 no.7
    • /
    • pp.647-659
    • /
    • 2023
  • Objective: The study was conducted to investigate the effect of correct occlusion of the left atrial appendage (LAA) on intracardiac blood flow and thrombus formation in patients with atrial fibrillation (AF) using four-dimensional (4D) flow magnetic resonance imaging (MRI) and three-dimensional (3D)-printed phantoms. Materials and Methods: Three life-sized 3D-printed left atrium (LA) phantoms, including a pre-occlusion (i.e., before the occlusion procedure) model and correctly and incorrectly occluded post-procedural models, were constructed based on cardiac computed tomography images from an 86-year-old male with long-standing persistent AF. A custom-made closed-loop flow circuit was set up, and pulsatile simulated pulmonary venous flow was delivered by a pump. 4D flow MRI was performed using a 3T scanner, and the images were analyzed using MATLAB-based software (R2020b; Mathworks). Flow metrics associated with blood stasis and thrombogenicity, such as the volume of stasis defined by the velocity threshold ($\left|\vec{V}\right|$ < 3 cm/s), surface-and-time-averaged wall shear stress (WSS), and endothelial cell activation potential (ECAP), were analyzed and compared among the three LA phantom models. Results: Different spatial distributions, orientations, and magnitudes of LA flow were directly visualized within the three LA phantoms using 4D flow MRI. The time-averaged volume and its ratio to the corresponding entire volume of LA flow stasis were consistently reduced in the correctly occluded model (70.82 mL and 39.0%, respectively), followed by the incorrectly occluded (73.17 mL and 39.0%, respectively) and pre-occlusion (79.11 mL and 39.7%, respectively) models. The surfaceand-time-averaged WSS and ECAP were also lowest in the correctly occluded model (0.048 Pa and 4.004 Pa-1, respectively), followed by the incorrectly occluded (0.059 Pa and 4.792 Pa-1, respectively) and pre-occlusion (0.072 Pa and 5.861 Pa-1, respectively) models. Conclusion: These findings suggest that a correctly occluded LAA leads to the greatest reduction in LA flow stasis and thrombogenicity, presenting a tentative procedural goal to maximize clinical benefits in patients with AF.