• 제목/요약/키워드: Computer Graphics Simulation

검색결과 235건 처리시간 0.036초

FIRE DISASTER SIMULATION BASED ON PARTICLE SYSTEM

  • Shin, Zen-Chung;Chen, Yean-Liang
    • 한국방송∙미디어공학회:학술대회논문집
    • /
    • 한국방송공학회 1999년도 KOBA 방송기술 워크샵 KOBA Broadcasting Technology Workshop
    • /
    • pp.195-200
    • /
    • 1999
  • In computer graphics, the modeling and simulation of flames is a challenging problem. In this paper, we propose an approach for the simulation of a fire disaster. We use particle systems to describe the dynamic behavior fire. The illumination of dynamic flame is rendered by progressive radiosity algorithm.

컴퓨터 그래픽스 특수효과를 위한 유체시뮬레이션 기법들 (FLUID SIMULATION METHODS FOR COMPUTER GRAPHICS SPECIAL EFFECTS)

  • 정문열
    • 한국전산유체공학회:학술대회논문집
    • /
    • 한국전산유체공학회 2009년 추계학술대회논문집
    • /
    • pp.1-1
    • /
    • 2009
  • In this presentation, I talk about various fluid simulation methods that have been developed for computer graphics special effects since 1996. They are all based on CFD but sacrifice physical reality for visual plausability and time. But as the speed of computer increases rapidly and the capability of GPU (graphics processing unit) improves, methods for more physical realism have been tried. In this talk, I will focus on four aspects of fluid simulation methods for computer graphics: (1) particle level-set methods, (2) particle-based simulation, (3) methods for exact satisfaction of incompressibility constraint, and (4) GPU-based simulation. (1) Particle level-set methods evolve the surface of fluid by means of the zero-level set and a band of massless marker particles on both sides of it. The evolution of the zero-level set captures the surface in an approximate manner and the evolution of marker particles captures the fine details of the surface, and the zero-level set is modified based on the particle positions in each step of evolution. (2) Recently the particle-based Lagrangian approach to fluid simulation gains some popularity, because it automatically respects mass conservation and the difficulty of tracking the surface geometry has been somewhat addressed. (3) Until recently fluid simulation algorithm was dominated by approximate fractional step methods. They split the Navier-Stoke equation into two, so that the first one solves the equation without considering the incompressibility constraint and the second finds the pressure which satisfies the constraint. In this approach, the first step introduces error inevitably, producing numerical diffusion in solution. But recently exact fractional step methods without error have been developed by fluid mechanics scholars), and another method was introduced which satisfies the incompressibility constraint by formulating fluid in terms of vorticity field rather than velocity field (by computer graphics scholars). (4) Finally, I want to mention GPU implementation of fluid simulation, which takes advantage of the fact that discrete fluid equations can be solved in parallel.

  • PDF

Level Set Advection of Free Fluid Surface Modified by Surface Tension

  • Pineda, Israel;Gwun, Oubong
    • 스마트미디어저널
    • /
    • 제4권2호
    • /
    • pp.9-16
    • /
    • 2015
  • Fluids appear in innumerable phenomena; therefore, it is interesting to reproduce those phenomena by computer graphics techniques. However, this process is not trivial. We work with a fluid simulation that uses Navier-Stokes equations to model the fluid, a semi-Lagrangian approach to solve it and the level set method to track the surface of the fluid. Modified versions of the Navier-Stokes equations for computer graphics allow us to create a wide diversity of effects. In this paper, we propose a technique that allows us to integrate a force inspired by surface tension into the model. We describe which information we need and how to modify the model with this new approach. We end up with a modified simulation that has additional effects that might be suitable for computer graphics purposes. The effects that we are able to recreate are small waves and droplet-like formations close to the surface of the fluid. This model preserves the overall behavior governed by the Navier-Stokes equations.

INTERACTIVE VISUALIZATION TECHNIQUES FOR A VIRTUAL REALITY BASED ANALSYIS OF SIMULATION RESULTS

  • Benolken, Paul;Graf, Holger;Rix, Joachim
    • 한국시뮬레이션학회:학술대회논문집
    • /
    • 한국시뮬레이션학회 2001년도 The Seoul International Simulation Conference
    • /
    • pp.237-247
    • /
    • 2001
  • In this paper we present an overview of existing state of the art visualization techniques fur the interactive analysis of results from numerical simulations and measurements. We describe the basic concepts and key ideas behind these different visualization methods in this paper. The potential of these techniques for an efficient integration into a virtual reality environment will be investigated. Furthermore we present our first demonstrator fur visualizing multiparametric data and give an outlook on our plans for further exploiting and developing these techniques in an upcoming project.

  • PDF

곡선 캠을 이용한 자동 이송장치의 기구 해석 및 Simulation용 Graphic-Oriented CAD 개발 2 (Graphics-Oriented CAD Developmen of Kinematic Analysis And Simwlation of An Automatic Feeding System By A Curvilinear Cam. Part II : Graphics-Oriented CAD Development)

  • 신중호;류갑상;김상진
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 제어로봇시스템학회 1987년도 한국자동제어학술회의논문집; 한국과학기술대학, 충남; 16-17 Oct. 1987
    • /
    • pp.269-272
    • /
    • 1987
  • This paper is concerned on kinematic analysis and simulation of an automatic feeding mechanism subjected by the motion of a curvilinear inverse cam. The main objection is the development of computer-aided design (CAD) program for simulating the motion of the cam-feeding mechanism using computer-graphics. A computer program CACAFS (Computer-Aided Cam and Automatic Feeding System) is independent of computer hardware used. The program is also interactive using a menu-selection technique. As the second part of the paper for the motion simulation of the cam-feeding system, this paper discusses the state-of-art for CAD. The first part of the paper presents the algorithm to simulate the notion of the cam-feeding mechanism.

  • PDF

모바일 3차원 그래픽 아키덱쳐를 위한 시뮬레이션 프레임웍 (A Simulation Framework for Mobile 3D Graphics Architecture)

  • 이원종;박정수;한탁돈
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2006년도 한국컴퓨터종합학술대회 논문집 Vol.33 No.1 (A)
    • /
    • pp.226-228
    • /
    • 2006
  • In this paper we describe a simulation and development framework for designing mobile 3D graphics architectures. We are developing a simple and flexible simulation and verification environment (SVE) that uses gITrace's ability to intercept and redirect an OpenGL/ES streams. In combination wlth gITrace to trace OpenGL/ES commands, the SVE simulates the behavior of mobile 3D graphics pipeline during playback of traces, and then produces the second geometry trace that can be used as a test vector for the Verilog/HDL RT-level model. By comparing the frame-by-frame results, we can conduct architectural verification. To demonstrate the functionality of the SVE, we show the implementation of the verified mobile 3D architecture on a FPGA board. For this, we also present an application development environment (ADE) includes a mobile graphics API and a device driver interface (DDI). The proposed two software environments, the SVE and the ADE could be used fer developing and testing mobile applications, architectural study and speculative hardware designs.

  • PDF

가는 막대의 물리기반 실시간 시뮬레이션 (Physics-Based Real-Time Simulation of Thin Rods)

  • 최민규
    • 한국컴퓨터그래픽스학회논문지
    • /
    • 제16권2호
    • /
    • pp.1-7
    • /
    • 2010
  • 본 논문에서는 큰 회전 변형이 일어나는 가는 막대를 실시간에 시뮬레이션하는 기법을 제안한다. 가는 막대는 로프나 머리카락과 같이 일차원적인 구조를 표현하는데 널리 사용될 수 있다. 시각적으로 사실적인 가는 막대의 애니메이션을 실시간에 생성하는 것은 컴퓨터 그래픽스분야에서 오랫동안 주요한 도전 과제였다. 본 논문에서는 연속체 역학에 기반한 지배방정식을 세우고 이를 실시간에 적분하는 가는 막대구조를 위한 모달와핑기법을 개발한다. 이와같은 새로운 시뮬레이션 기법은 삼차원 솔리드를 위해 개발된 종전의 모달 와핑 기법을 확장한 것이다. 본 논문에서 제안한 방법은 매우 많은 정점으로 이루어진 가는 막대 구조의 큰 휨과 꼬임변형도 실시간에 사실적으로 생성할 수 있다.

컴퓨터 그래픽스를 이용한 날염 패턴 디자인에 관한 연구 (A Study on the Printing Pattern Design using Computer Graphics)

  • 이연순
    • 대한가정학회지
    • /
    • 제30권1호
    • /
    • pp.49-65
    • /
    • 1992
  • The writer did a survey of current textile patterns for the purpose of identifying a motif trend. After identifying a current motif trend the writer used an IBM PC 386 Computer and Lumena Software to design actual patterns. The results are as follows: 1. The most common currently used prints are floral patterns. 2. Knowing that floral patterns are most popular, the writer established a motif using the Rose of Sharon, the national flower of Korea. 3. Using computer graphics to move, enlarge and scale-down motif, the writer has been able to design various textile patterns. 4. Creating patterns with computer graphics was not only more efficient, but it also produced more accurate designs and a greater variety of designs. 5. Using the many computer graphic functions avaliable, a greater variety of patterns changes and compositions can be displayed than would be possible if produce by hand. 6. Computer simulations of textiles and clothing made it possible to evaluate the printed fabric or finished product. Faults in the printed fabric or clothing could be corrented before production. Through simulation then it is possible to create higher quality garments and readuce costly mistakes. Thereby greater profits will be realized from the finished garments.

  • PDF

질량스프링 시뮬레이션을 위한 병렬 구조 설계 방법 (Parallel Structure Design Method for Mass Spring Simulation)

  • 성낙준;최유주;홍민
    • 한국컴퓨터그래픽스학회논문지
    • /
    • 제25권3호
    • /
    • pp.55-63
    • /
    • 2019
  • 최근 물리 시뮬레이션 분야의 성능 개선을 위해 GPU 컴퓨팅 방식이 활용되고 있다. 특히 많은 연산의 양을 요구하는 변형물체 시뮬레이션의 경우 실시간성 보장을 위해 GPU 기반 병렬처리 알고리즘을 필요로 한다. 본 연구진은 변형물체 시뮬레이션을 구현하는 방법 중 하나인 질량스프링 시뮬레이션 기법의 성능을 향상시키기 위한 병렬 구조 설계 방법에 대한 연구를 수행하였다. 이를 위해 GPU에 직접 접근이 가능한 그래픽 라이브러리인 OpenGL의 GLSL을 사용하였으며, 독립적인 파이프라인인 컴퓨트 쉐이더를 활용해 GPGPU 환경을 구현하였다. 병렬 구조 설계 방법의 효과를 검증하기 위해 스프링 기반 질량스프링 시스템을 CPU기반과 GPU기반으로 구현하였으며, 실험의 결과 본 설계 방법을 적용하였을 때 CPU 환경에 비해 연산 속도가 약 6,000% 개선됨을 보였다. 추후 본 연구에서 제안한 설계 방법을 활용한다면 경량화 시뮬레이션 기술이 필요한 증강현실 및 가상현실 분야에 효과적으로 적용이 가능할 것으로 기대한다.

쉐이더 구조를 위한 마이크로 아키텍쳐 시뮬레이션 환경 (A Cycle-Accurate Simulation Environment for Shader Architecture)

  • 하상원;이원종;한탁돈
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2006년도 한국컴퓨터종합학술대회 논문집 Vol.33 No.1 (A)
    • /
    • pp.196-198
    • /
    • 2006
  • Shader architecture is one of the fastest growing fields in the ever advancing 3D graphics, and massive amounts of Ideas and technologies are being introduced to the market continuously. In this paper, we present a flexible cycle-accurate simulation environment to accelerate and alleviate the process of developing and verifying these ideas and technologies. Combination of 3D graphics API and hardware simulator allows OpenGL applications to be emulated off-the-shelf for a given shader micro-architecture. Easily modified parameters allow the simulation environment to be tailored to specific demands or requirements.

  • PDF