• Title/Summary/Keyword: simplified model

Search Result 2,190, Processing Time 0.041 seconds

A Non-consecutive Cloth Draping Simulation Algorithm using Conjugate Harmonic Functions (켤레조화함수를 이용한 비순차적 의류 주름 모사 알고리즘)

  • Kang Moon Koo
    • Journal of KIISE:Software and Applications
    • /
    • v.32 no.3
    • /
    • pp.181-191
    • /
    • 2005
  • This article describes a simplified mathematical model and the relevant numerical algorithm to simulate the draped cloth on virtual human body. The proposed algorithm incorporates an elliptical, or non-consecutive, method to simulate the cloth wrinkles on moving bodies without resorting to the result of the past time-steps of drape simulation. A global-local analysis technique was employed to decompose the drape of cloths into the global deformation and the local wrinkles that will be superposed linearly The global deformation is determined directly by the rotation and the translation of body parts to generate a wrinkle-free yet globally deformed shape of cloth. The local wrinkles are calculated by solving simple elliptical equations based on the orthogonality between conjugate harmonic functions representing the wrinkle amplitude and the direction of wrinkles. The proposed method requires no interpolative time frames even for discontinuous body postures. Standing away from the incremental approach of time integration in conventional methods, the proposed method yields a remarkable reduction of CPU time and an enhanced stability. Also, the transient motion of cloth could be achieved by interpolating between the deformations corresponding to each static posture.

Two-Stage Evolutionary Algorithm for Path-Controllable Virtual Creatures (경로 제어가 가능한 가상생명체를 위한 2단계 진화 알고리즘)

  • Shim Yoon-Sik;Kim Chang-Hun
    • Journal of KIISE:Computer Systems and Theory
    • /
    • v.32 no.11_12
    • /
    • pp.682-691
    • /
    • 2005
  • We present a two-step evolution system that produces controllable virtual creatures in physically simulated 3D environment. Previous evolutionary methods for virtual creatures did not allow any user intervention during evolution process, because they generated a creature's shape, locomotion, and high-level behaviors such as target-following and obstacle avoidance simultaneously by one-time evolution process. In this work, we divide a single system into manageable two sub-systems, and this more likely allowsuser interaction. In the first stage, a body structure and low-level motor controllers of a creature for straight movement are generated by an evolutionary algorithm. Next, a high-level control to follow a given path is achieved by a neural network. The connection weights of the neural network are optimized by a genetic algorithm. The evolved controller could follow any given path fairly well. Moreover, users can choose or abort creatures according to their taste before the entire evolution process is finished. This paper also presents a new sinusoidal controller and a simplified hydrodynamics model for a capped-cylinder, which is the basic body primitive of a creature.

Dispersion Characteristics of Wave Forces on Interlocking Caisson Breakwaters by Cross Cables (크로스 케이블로 결속된 인터로킹 케이슨 방파제의 파력분산특성)

  • Seo, Ji Hye;Yi, Jin Hak;Park, Woo Sun;Won, Deck Hee
    • Journal of Korean Society of Coastal and Ocean Engineers
    • /
    • v.27 no.5
    • /
    • pp.315-323
    • /
    • 2015
  • Damage level of coastal structures has been scaled up according to increase of wave height and duration of the storm due to the abnormal global climate change. So, the design criteria for new breakwaters is being intensified and structural strengthening is also conducted for the existing breakwaters. Recently, interlocking concept has been much attention to enhance the structural stability of the conventional caisson structure designed individually to resist waves. The interlocking caisson breakwater may be survival even if unusual high wave occurs because the maximum wave force may be reduced by phase lags among the wave forces acting on each caisson. In this study, the dispersion characteristics of wave forces using interlocking system that connect the upper part of caisson with cable in the normal direction of breakwater was investigated. A simplified linear model was developed for computational efficiency, in which the foundation and connection cables were modelled as linear springs, and caisson structures were assumed to be rigid. From numerical experiments, it can be found that the higher wave forces are transmitted through the cable as the angle of incident wave is larger, and the larger the stiffness of the interlocking cable makes larger wave dispersion effect.

The Effects of Warm and Cold Stimulations on the Temperature Distribution in the Prostate (냉.온열의 반복 자극이 전립선 내부의 온도 분포에 미치는 영향)

  • 문우석;백병준;박복춘;김철생
    • Journal of Biomedical Engineering Research
    • /
    • v.23 no.6
    • /
    • pp.467-475
    • /
    • 2002
  • Hyperthermia using transrectal thermal probes has been used for a noninvasive treatment of prostate diseases. However it is known that heating the rectal wall at excessively high temperature can lead to destruction of the rectal mucous membrane. and it is difficult to maintain an optimum temperature over the entire prostate. Thus, a more accurate understanding of the heat transfer mechanism between prostate and hyperthermia system is needed Numerical analysis was performed to investigate how the cold/warm stimulations on the prostate surface affect the temperature distribution in the prostate model. The general purpose software "FLUENT" was used for obtaining a finite volume solution to the unsteady conduction equation and to calculate the time-varying temperature in the prostate. Effects of the warm/cold stimulations and the stimulation frequency on the temperature distribution were simulated. and we visualized how hyperthermia affected the inside of the prostate. It was found that the effect of hyperthermia by using a typical heating method is limited due to the low thermal conductivity of the prostate. Consecutive repetitions of warm and cold stimulations were considered to provide the thermal irritations inside a prostate. The effects of temperature difference and duration of warm/cold stimulations were investigated, and basic data for the optimum period and effective patterns of stimulations were obtained. A simplified bioheat equation was also solved to describe effects of the blood flow on the blood-tissue heat transfer. The effect of blood flow was not dominant compared to that of warm/cold stimulations. These results might be used as data for design of prostate treating probe, prostatic therapy and thermal stimulation effects on the prostate.

Preliminary Study on the Enhancement of Reconstruction Speed for Emission Computed Tomography Using Parallel Processing (병렬 연산을 이용한 방출 단층 영상의 재구성 속도향상 기초연구)

  • Park, Min-Jae;Lee, Jae-Sung;Kim, Soo-Mee;Kang, Ji-Yeon;Lee, Dong-Soo;Park, Kwang-Suk
    • Nuclear Medicine and Molecular Imaging
    • /
    • v.43 no.5
    • /
    • pp.443-450
    • /
    • 2009
  • Purpose: Conventional image reconstruction uses simplified physical models of projection. However, real physics, for example 3D reconstruction, takes too long time to process all the data in clinic and is unable in a common reconstruction machine because of the large memory for complex physical models. We suggest the realistic distributed memory model of fast-reconstruction using parallel processing on personal computers to enable large-scale technologies. Materials and Methods: The preliminary tests for the possibility on virtual manchines and various performance test on commercial super computer, Tachyon were performed. Expectation maximization algorithm with common 2D projection and realistic 3D line of response were tested. Since the process time was getting slower (max 6 times) after a certain iteration, optimization for compiler was performed to maximize the efficiency of parallelization. Results: Parallel processing of a program on multiple computers was available on Linux with MPICH and NFS. We verified that differences between parallel processed image and single processed image at the same iterations were under the significant digits of floating point number, about 6 bit. Double processors showed good efficiency (1.96 times) of parallel computing. Delay phenomenon was solved by vectorization method using SSE. Conclusion: Through the study, realistic parallel computing system in clinic was established to be able to reconstruct by plenty of memory using the realistic physical models which was impossible to simplify.

Numerical Study on the Evaporation Characteristics of Biocrude-oil Produced by Fast Pyrolysis (급속열분해를 통하여 생산된 바이오오일 액적의 증발 특성에 관한 수치해석적 연구)

  • Choi, Sang Kyu;Choi, Yeon Seok;Kim, Seock Joon;Han, So Young
    • Applied Chemistry for Engineering
    • /
    • v.27 no.6
    • /
    • pp.646-652
    • /
    • 2016
  • Biomass is regarded as one of the promising energy sources to deal with the depletion of fossil fuels and the global warming issue. Biocrude-oil can be produced through the fast pyrolysis of biomass feedstocks such as wood, crops, agricultural and forestry residues. It has significantly higher viscosity than that of conventional petroleum fuel and contains solid residues, which can lower the spray and atomization characteristics when applied to the burner. In addition, biocrude-oil consists of hundreds of chemical species derived from cellulose, hemicellulose and lignin, and evaporation characteristics of the biocrude-oil droplet are distinct from the conventional fuels. In the present study, a numerical study was performed to investigate the evaporation characteristics of biocrude-oil droplet using a simplified composition of the model biocrude-oil which consists of acetic acid, levoglucosan, phenol, and water. The evaporation characteristics of droplets were compared at various surrounding air temperatures, initial droplet diameters, and ethanol mixing ratios. The evaporation time becomes shorter with increasing air temperature, and it is much sensitive to the air temperature particularly in low temperature ranges. It was also found that the biocrude-oil droplet evaporates faster in cases of the smaller initial droplet diameter and larger ethanol mixing ratio.

Waterquality Characteristics and Ecosystem Health Assessments Using a LEHA Fish Model in Shingu Reservoir (신구저수지의 수질특성 및 LEHA 어류모델을 이용한 생태건강도 평가)

  • Lee, Jae-Yon;Lee, Sang-Jae;Han, Jung-Ho;Lee, Eui-Hang;Choi, Ji-Woong;Hwang, Soon-Jin;An, Kwang-Guk
    • Korean Journal of Ecology and Environment
    • /
    • v.41 no.spc
    • /
    • pp.42-49
    • /
    • 2008
  • For this study, we collected fishes of four times at the four site during June 2006 ${\sim}$ September 2007. In the result, the tolerance and omnivore species like a Carassius auratus and Pseudorasbora parva were largely dominated over all, and the sensitive species was not appeared at all except S4 in Shingu reservoir. This reservoir was appeared the simplified of trophic guild was shown in Shingu reservoir. Demonstrating that the omnivore species was occupied 78% of whole. According to the water chemistry data set obtained from the Korea Rural community & Agriculture corporation during $2002{\sim}2005$, the Shingu reservoir showed severe eutrophication and water pollution, therefore the increase of primary production and frequent algal blooms had been occurred. On the other hand, ecosystem health of reservoir was appeared "Fair${\sim}$Poor", and we judged that eutrophication and water pollution were due to this. Consequently, we thought that interception of nutrients and organic matters from the farmland and village and management of reservoir would be need, after this.

Estimation of Fire Dynamics Properties for Charring Material Using a Genetic Algorithm (유전 알고리즘을 이용한 탄화 재료의 화재 물성치 추정)

  • Chang, Hee-Chul;Park, Won-Hee;Lee, Duck-Hee;Jung, Woo-Sung;Son, Bong-Sei;Kim, Tae-Kuk
    • Fire Science and Engineering
    • /
    • v.24 no.2
    • /
    • pp.106-113
    • /
    • 2010
  • Fire characteristics can be analyzed more realistically by using more accurate material properties related to the fire dynamics and one way to acquire these fire properties is to use one of the inverse property analyses. In this study the genetic algorithm which is frequently applied for the inverse heat transfer problems is selected to demonstrate the procedure of obtaining fire properties of the solid charring material with relatively simple chemical structure. The thermal decomposition on the surface of the test plate is occurred by receiving the radiative energy from external heat sources, and in this process the heat transfer through the test plate can be simplified by an unsteady 1-D problem. The inverse property analysis based on the genetic algorithm is then applied for the estimation of the properties related to the reaction pyrolysis. The input parameters for the analysis are the surface temperature and mass loss rate of the char plate which are determined from the unsteady 1-D analysis with a givenset of 8 properties. The estimated properties using the inverse analysis based on the genetic algorithm show acceptable agreements with the input properties used to obtain the surface temperature and mass loss rate with errors between 1.8% for the specific heat of the virgin material and 151% for the specific heat of the charred material.

Natural Convection in a Water Tank with a Heated Horizontal Plate Facing Downward (아래로 향한 수평가열판이 있는 수조에서의 자연대류)

  • Yang, Sun-Kyu;Chung, Moon-Ki;Helmut Hoffmann
    • Nuclear Engineering and Technology
    • /
    • v.27 no.3
    • /
    • pp.301-316
    • /
    • 1995
  • experimental and computational studies ore carried out to investigate the natural convection of the single phase flow in a tank with a heated horizontal plate facing downward. This is a simplified model for investigations of the influence of a core melt at the bottom of a reactor vessel on the thermal hydraulic behavior in a oater filled cavity surrounding the vessel. In this case the vessel is simulated by a hexahedron insulated box with a heated plate Horizontally mounted at the bottom of the box. The box with the heated plate is installed in a water filled hexahedron tank. Coolers are immersed in the U-type water volume between the box and the tank. Although the multicomponent flows exist more probably below the heated plate in reality, present study concentrates on the single phase flow in a first step prior to investigating the complicated multicomponent thermal hydraulic phenomena. In the present study, in order to get a better understanding for the natural convection characteristics below the heated plate, the velocity and temperature are measured by LDA(Laser Doppler Anemometry) and thermocouples, respectively. And How fields are visualized by taking pictures of the How region with suspended particles. The results show the occurrence of a very effective circulation of the fluid in the whole How area as the heater and coolers are put into operation. In the remote region below the heated plate the new is nearly stagnant, and a remarkable temperature stratification can be observed with very thin thermal boundary. Analytical predictions using the FLUTAN code show a reasonable matching of the measured velocity fields.

  • PDF

Quality Analysis of Three-Dimensional Geo-spatial Information Using Digital Photogrammetry (수치사진측량 기법을 이용한 3차원 공간정보의 품질 분석)

  • Lee, Hyun-Jik;Ru, Ji-Ho;Kim, Sang-Youn
    • Journal of Korean Society for Geospatial Information Science
    • /
    • v.18 no.4
    • /
    • pp.141-149
    • /
    • 2010
  • Three-dimensional geo-spatial information is important for the efficient use and management of the country and the three-dimensional expression and analysis of urban projects, such as urban plans devised by local governments and urban management. Thanks to the revitalization of the geo-spatial information service industry, it is now being variously used not only in public but also private areas. For the creation of high-guiltily three-dimensional geo-spatial information, emphasis should be placed on not only the quality of the source image and three-dimensional geo-spatial model but also the level of visualization, such as level of detail and texturing. However, in the case of existing three-dimensional geo-spatial information, its establishment process is complicated and its data are not updated frequently enough, as it uses ready-created digital maps. In addition, as it uses Ortho Images, the images exist Relief displacement. As a result, the visibility is low and the three-dimensional models of artificial features are simplified to reach LoD between 2 and 3, making the images look less realistic. Therefore, this paper, analyzed the quality of three-dimensional geo-spatial information created using the three-dimensional modeling technique were applied using Digital photogrammetry technique, using digital aerial photo images by an existing large-format digital camera and multi-looking camera. The analysis of the accuracy of visualization information of three-dimensional models showed that the source image alone, without other visualization information, secured the accuracy of 84% or more and that the establishment of three-dimensional spatial information carried out simultaneously with filming made it easier to gain the latest data. The analysis of the location accuracy of true Ortho images used in the work process showed that the location accuracy was better than the allowable horizontal position accuracy of 1:1,000 digital maps.