• Title/Summary/Keyword: physics simulation

Search Result 1,118, Processing Time 0.029 seconds

Efficient Cloth Modeling Using Boundary CNN based Image Super-Resolution Method (효율적인 옷감 모델링을 위한 경계 합성곱 신경망 기반의 이미지 슈퍼 해상도 기법)

  • Kim, Jong-Hyun;Kim, Donghui
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2020.07a
    • /
    • pp.425-428
    • /
    • 2020
  • 본 논문에서는 경계 합성곱 신경망(Convolutional neural network, CNN)기반의 슈퍼 해상도 기법을 이용하여 저해상도 옷감 메쉬를 슈퍼 해상도로 노이즈 없이 안정적으로 표현할 수 있는 기법을 제안한다. 저해상도와 고해상도 메쉬들 간의 쌍은 옷감 시뮬레이션을 통해 얻을 수 있으며, 이렇게 얻어진 데이터를 이용하여 고해상도-저해상도 데이터 쌍을 설정한다. 학습할 때 사용되는 데이터는 옷감 메쉬를 지오메트리 이미지로 변환하여 사용한다. 우리가 제안하는 경계 합성곱 신경망은 저해상도 이미지를 고해상도 이미지로 업스케일링 시키는 이미지 합성기를 학습시키기 위해 사용된다. 테스트 결과로 얻어진 고해상도 이미지가 고해상도 메쉬로 다시 변환되면, 저해상도 메쉬에 비해 주름이 잘 표현되며, 경계 부근에서 나타나는 노이즈 문제가 완화된다. 합성 결과에 대한 성능으로는 전통적인 물리 기반 시뮬레이션보다 약 10배 정도 빠른 성능을 보여준다.

  • PDF

From dark matter to baryons in a simulated universe via machine learning

  • Jo, Yongseok
    • The Bulletin of The Korean Astronomical Society
    • /
    • v.45 no.1
    • /
    • pp.50.2-50.2
    • /
    • 2020
  • The dark matter (DM) only simulations have been exploited to study e.g. the large scale structures and properties of a halo. In a baryon side, the high-resolution hydrodynamic simulation such as IllustrisTNG has helped extend the physics of gas along with stars and DM. However, the expansive computational cost of hydrodynamic simulations limits the size of a simulated universe whereas DM-only simulations can generate the universe of the cosmological horizon size approximately. I will introduce a pipeline to estimate baryonic properties of a galaxy inside a dark matter (DM) halo in DM-only simulations using a machine trained on high-resolution hydrodynamic simulations. An extremely randomized tree (ERT) algorithm is used together with multiple novel improvements such as a refined error function in machine training and two-stage learning. By applying our machine to the DM-only simulation of a large volume, I then validate the pipeline that rapidly generates a galaxy catalog from a DM halo catalog using the correlations the machine found in hydrodynamic simulations. I will discuss the benefits that machine-based approaches like this entail, as well as suggestions to raise the scientific potential of such approaches.

  • PDF

Physics-Based Cloth and Liquid Interaction using GPU Optimization (GPU 최적화를 이용한 물리 기반 옷감과 액체의 상호작용)

  • Seong-Hyeok Moon;Jong-Hyun Kim
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2023.01a
    • /
    • pp.395-398
    • /
    • 2023
  • 본 논문에서는 물리 기반 옷감 시뮬레이션과 SPH(Smoothed particle hydrodynamics) 기반의 유체 시뮬레이션 간의 상호작용에서 표현되는 다양한 물리적 효과를 GPU 기반으로 빠르게 표현할 수 있는 프레임워크를 제안한다. 기존 기법과는 다르게 수치적 안정성을 개선하기 위해 CCD(Continuous collision detection)를 활용하였으며, 모든 연산이 GPU에서 동작하기 때문에 매우 빠르게 옷감과 유체의 상호작용 장면인 다공성 재질, 기공 흐름, 흡수, 방사, 확산을 모델링할 수 있다.

  • PDF

Cosmological N-body simulations for Intracluster Light using the Galaxy Repacement Technique

  • Chun, Kyungwon;Shin, Jihye;Smith, Rory;Ko, Jongwan;Yoo, Jaewon
    • The Bulletin of The Korean Astronomical Society
    • /
    • v.46 no.1
    • /
    • pp.29.2-29.2
    • /
    • 2021
  • Intracluster light (ICL) is composed of the stars diffused throughout the galaxy cluster but does not bound to any galaxy. The ICL is a ubiquitous feature of galaxy clusters and occupies a significant fraction of the total stellar mass in the cluster. Therefore, the ICL components are believed to help understand the formation and evolution of the clusters. However, in the numerical study, one needs to perform the high-resolution cosmological hydrodynamic simulations, which require an expensive calculation, to trace these low-surface brightness structures (LSB). Here, we introduce the Galaxy Replacement Technique (GRT) that focuses on implementing the gravitational evolution of the diffused ICL structures without the expensive baryonic physics. The GRT reproduces the ICL structures by a multi-resolution cosmological N-body re-simulation using a full merger tree of the cluster from a low-resolution DM-only cosmological simulation and an abundance matching model. Using the GRT, we show the preliminary results about the evolution of the ICL in the on-going simulations for the various clusters.

  • PDF

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

  • Sung, Nak-Jun;Choi, Yoo-Joo;Hong, Min
    • Journal of the Korea Computer Graphics Society
    • /
    • v.25 no.3
    • /
    • pp.55-63
    • /
    • 2019
  • Recently, the GPU computing method has been utilized to improve the performance of the physics simulation field. In particular, in the case of a deformed object simulation requiring a large amount of computation, a GPU-based parallel processing algorithm is required to guarantee real-time performance. We have studied the parallel structure design method to improve the performance of the mass spring simulation method which is one of the methods of implementing the deformation object simulation. We used OpenGL's GLSL, a graphics library that allows direct access to the GPU, and implemented the GPGPU environment using an independent pipeline, the compute shader. In order to verify the effectiveness of the parallel structure design method, the mass - spring system was implemented based on CPU and GPU. Experimental results show that the proposed method improves computation speed by about 6,000% compared to the CPU Environment. It is expected that the lightweight simulation technology can be effectively applied to the augmented reality and the virtual reality field by using the design method proposed later in this research.

Monte Carlo Simulations of Detection Efficiency and Position Resolution of NaI(TI)-PMT Detector used in Small Gamma Camera (소형 감마카메라 제작에 사용되는 NaI(TI)- 광전자증배관 검출기의 민감도와 위치 분해능 특성 연구를 위한 몬테카를로 시뮬레이션)

  • Kim, Jong-Ho;Choi, Yong;Kim, Jun-Young;Im, Ki-Chun;Kim, Sang-Eun;Choi, Yeon-Sung;Joo, Kwan-Sik;Kim, Young-Jin;Kim, Byung-Tae
    • Progress in Medical Physics
    • /
    • v.8 no.2
    • /
    • pp.67-76
    • /
    • 1997
  • We studied optical behavior of scintillation light generated in NaI(TI) crystal using Monte Carlo simulation method. The simulation was performed for the model of NaI(TI) scintillator (size: 60 mm ${\times}$ 60 mm ${\times}$ 6 mm) using an optical tracking code. The sensitivity as a function of surface treatment (Ground, Polished, Metal-0.95RC, Polished-0.98RC, Painted- 0.98RC) of the incident surface of the scintillator was compared. The effects of NaI(TI) scintillator thickness and the refractive index of light guide optically coupling between the NaI(TI) scintillator and photomultiplier tube (PMT) were simulated. We also evaluated intrinsic position resolution of the system by calculating the spread of scintillation light generated. The sensitivities of the system having the surface treatment of Ground, Polished, Metal-0.95RC, Polished-0.98RC and Painted-0.98RC were 70.9%, 73.9%, 78.6%, 80.1% and 85.2%, respectively, and the surface treatment of Painted-0.98RC allowed the highest sensitivity. As increasing the thickness of scintillation crystal and light guide, the sensitivity of the system was decreased. As the refractive index of light guide increases, the sensitivity was increased. The intrinsic position resolution of the system was estimated to be 1.2 mm in horizontal and vertical directions. In this study, the performance of NaI(TI)-PMT detector system was evaluated using Monte Carlo simulation. Based on the results, we concluded that the NaI(TI)-PMT detector array is a favorable configuration for small gamma camera imaging breast tumor using Tc-99m labeled radiopharmaceuticals.

  • PDF

Evolution and scaling of a simulated downburst-producing thunderstorm outflow

  • Oreskovic, Christopher;Savory, Eric;Porto, Juliette;Orf, Leigh G.
    • Wind and Structures
    • /
    • v.26 no.3
    • /
    • pp.147-161
    • /
    • 2018
  • For wind engineering applications downbursts are, presently, almost exclusively modeled, both experimentally and numerically, as transient impinging momentum jets (IJ), even though that model contains none of the physics of real events. As a result, there is no connection between the IJ-simulated downburst wind fields and the conditions of formation of the event. The cooling source (CS) model offers a significant improvement since it incorporates the negative buoyancy forcing and baroclinic vorticity generation that occurs in nature. The present work aims at using large-scale numerical simulation of downburst-producing thunderstorms to develop a simpler model that replicates some of the key physics whilst maintaining the relative simplicity of the IJ model. Using an example of such a simulated event it is found that the non-linear scaling of the velocity field, based on the peak potential temperature (and, hence, density) perturbation forcing immediately beneath the storm cloud, produces results for the radial location of the peak radial outflow wind speeds near the ground, the magnitude of that peak and the time at which the peak occurs that match well (typically within 5%) of those produced from a simple axi-symmetric constant-density dense source simulation. The evolution of the downdraft column within the simulated thunderstorm is significantly more complex than in any axi-symmetric model, with a sequence of downdraft winds that strengthen then weaken within a much longer period (>17 minutes) of consistently downwards winds over almost all heights up to at least 2,500 m.

The Feasibility Study on the Direct Use of the MC-derived Physical Quantities to Determine the Model Parameters of RTPS with -Model-Based Photon Dose Calculation Algorithm (모델기반 광자선량 계산방식을 사용하는 전산화치료계획장치의 모델변수 결정에 있어 몬테카를로 모사법에 의해 유도된 방사선 물리량의 직접 적용 가능성에 대한 연구)

  • 강세권;박희철;배훈식;조병철
    • Progress in Medical Physics
    • /
    • v.15 no.2
    • /
    • pp.77-83
    • /
    • 2004
  • The commissioning of a model-based treatment planning system requires many parameters to fit the measured depth doses and transverse profiles. For the commissioning of the Pinnacle$^3$ system, through the Monte Carlo (MC) simulation, the necessary parameters, including the photon spectrum, contaminant electrons, off-axis softening and fluency of photons, were observed. Through the simulation the parameters contained valuable information, but the calculated results of the Pinnacle$^3$ using the MC-derived parameters showed discrepancies with those measured for the off-axis softening and the fluency of photons. Even though the MC calculation produces reasonable values for the commissioning, the thorough physical basis of the Pinnacle$^3$'s commissioning process is needed in order to directly use the MC derived parameters.

  • PDF

Electromagnetic Vector Fields Simulation with Mathematica (전자기 벡터장 시각화를 위한 Mathematica 시뮬레이션)

  • Choi, Yong-Dae;Yun, Hee-Joong
    • Journal of the Korean Vacuum Society
    • /
    • v.21 no.2
    • /
    • pp.69-77
    • /
    • 2012
  • Visualization of the electromagnetic vector fields are presented and examined with Mathematica. Vector fields may be used to represent a great of many physical quantities in various area of physics, including electromagnetism with vector differential operators. Because they deal with abstract, three-dimensional fields that are some times very difficult to visualize, electromagnetism can be conceptually rather difficult. Visual representation of such an abstract vector fields is invaluable to student or researchers working in this field and also helps teaching electromagnetism to physics or engineering students. Mathematica provides a wider range of graphical tools including plot of vector fields and vector analysis, which can be applied to visualization of electromagnetic system. We have visualized the most fundamental concepts of the electromagnetic vector $\vec{E}=-\vec{\nabla}_{\varphi}$, $\vec{D}={\epsilon}\vec{E}$, $\vec{\nabla}{\times}\vec{A}$, $\vec{B}={\mu}\vec{H}$, $\vec{B}={\mu}_0(\vec{H}+\vec{M})$, which are confirmed with vector calculations and valid graphically with some presentations.

[ $^{99m}Tc$ ] Generator Safety Simulation Based on GEANT4 (GEANT4를 이용한 $^{99m}Tc$ Generator 안전성 시뮬레이션)

  • Kang, Sang-Koo;Han, Dong-Hyun;Kim, Chong-Yeal
    • Progress in Medical Physics
    • /
    • v.19 no.1
    • /
    • pp.1-8
    • /
    • 2008
  • Technisium $(^{99m}Tc)$ is one of the most widely used radioactive isotopes for diagnosis in nuclear medicine. In general, technisium is produced inside the so called $^{99m}Tc$ generator which is usually made out of lead to shield relatively high energy radiation from $^{99}Mo$ and its daughter nuclide $^{99m}Tc$. In this paper, a GEANT4 simulation is carried out to test the safety of the $^{99m}Tc$ generator, taking the Daiichi product with radioactivity of 500 mCi as an example. According to the domestic regulation on radiation safety, the dose at 10 cm and 100 cm away from the surface of shielding container should not exceed 2.0 mSv/h and 0.02 mSv/h, respectively. The simulated dose turned out to be less than the limit, satisfying the domestic regulation.

  • PDF