vriphys13
Permanent URI for this collection
Browse
Browsing vriphys13 by Subject "Physically based modeling"
Now showing 1 - 6 of 6
Results Per Page
Sort Options
Item Connective Tissues Simulation on GPU(The Eurographics Association, 2013) Bosman, Julien; Duriez, Christian; Cotin, Stéphane; Jan Bender and Jeremie Dequidt and Christian Duriez and Gabriel ZachmannRecent work in the field of medical simulation have led to real advances in the mechanical simulation of organs. However, it is important to notice that, despite the major role they may have in the interaction between organs, the connective tissues are often left out of these simulations. In this paper, we propose a model which can rely on either a mesh based or a meshless methods. To provide a realistic simulation of these tissues, our work is based on the weak form of continuum mechanics equations for hyperelastic soft materials. Furthermore, the stability of deformable objects simulation is ensured by an implicit temporal integration scheme. Our method allows to model these tissues without prior assumption on the dimension of their of their geometry (curve, surface or volume), and enables mechanical coupling between organs. To obtain an interactive frame rate, we develop a parallel version suitable for to GPU computation. Finally we demonstrate the proper convergence of our finite element scheme.Item Exploring the Use of Adaptively Restrained Particles for Graphics Simulations(The Eurographics Association, 2013) Manteaux, Pierre-Luc; Faure, François; Redon, Stéphane; Cani, Marie-Paule; Jan Bender and Jeremie Dequidt and Christian Duriez and Gabriel ZachmannIn this paper, we explore the use of Adaptively Restrained (AR) particles for graphics simulations. Contrary to previous methods, Adaptively Restrained Particle Simulations (ARPS) do not adapt time or space sampling, but rather switch the positional degrees of freedom of particles on and off, while letting their momenta evolve. Therefore, inter-particles forces do not have to be updated at each time step, in contrast with traditional methods that spend a lot of time there. We present the initial formulation of ARPS that was introduced for molecular dynamics simulations, and explore its potential for Computer Graphics applications: We first adapt ARPS to particle-based fluid simulations and propose an efficient incremental algorithm to update forces and scalar fields. We then introduce a new implicit integration scheme enabling to use ARPS for cloth simulation as well. Our experiments show that this new, simple strategy for adaptive simulations can provide significant speedups more easily than traditional adaptive models.Item Initial Steps for the Coupling of JavaScript Physics Engines with X3DOM(The Eurographics Association, 2013) Huber, Linda; Jan Bender and Jeremie Dequidt and Christian Duriez and Gabriel ZachmannDuring the past years, first physics engines based on JavaScript have been developed for web applications. These are capable of displaying virtual scenes much more realistically. Thus, new application areas can be opened up, particularly with regard to the coupling of X3DOM-based 3D models. The advantage is that web-based applications are easily accessible to all users. Furthermore, such engines allow popularizing and presenting simulation results without having to compile large simulation software. This paper provides an overview and a comparison of existing JavaScript physics engines. It also introduces a guideline for the derivation of a physical model based on a 3D model in X3DOM. The aim of using JavaScript physics engines is not only to virtually visualize designed products but to simulate them as well. The user is able to check and test an individual product virtually and interactively in a browser according to physically correct behavior regarding gravity, friction or collision. It can be used for verification in the design phase or web-based training purposes.Item Physics-based Human Neck Simulation(The Eurographics Association, 2013) Luo, Zhiping; Pronost, Nicolas; Egges, Arjan; Jan Bender and Jeremie Dequidt and Christian Duriez and Gabriel ZachmannIn deformable character animation, the skin deformation of the neck is important to reproduce believable facial animation. The neck also plays an important role in supporting the head in balance while generating the controlled head movements that are essential to many aspects of human behavior. However, neck animation is largely overlooked both in computer graphics and animation due to the complexity of the cervical anatomy. This paper presents a physical human neck model based on biomechanical modeling. Relevant anatomical structures part of a 3D model of the human musculoskeletal system are modeled as deformable or linked rigid bodies. We couple the soft-hard bodies using soft constraints via elastic springs and form a Lagrangian dynamic system. The simulation of dynamic skin deformation is achieved by automatically binding the skin vertices to underlying bodies in an anatomically correct manner. Experimental results are provided and show the high level of realism that our model offers. In addition, the simulation runs at interactive rates on a modern computer.Item RPI-MATLAB-Simulator: A Tool for Efficient Research and Practical Teaching in Multibody Dynamics(The Eurographics Association, 2013) Williams, Jedediyah; Lu, Ying; Niebe, Sarah; Andersen, Michael; Erleben, Kenny; Trinkle, Jeffrey C.; Jan Bender and Jeremie Dequidt and Christian Duriez and Gabriel ZachmannWe present the RPI-MATLAB-Simulator (RPIsim) as an open source tool for research and education in multibody dynamics. RPIsim is designed and organized to be extended. Its modular design allows users to edit or add new components without worrying about extra implementation details. RPIsim has two main goals: 1. Provide an intuitive and easily extendable platform for research and education in multibody dynamics. 2. Maintain an evolving code base of useful algorithms and analysis tools for multibody dynamics problems. Although research often focuses on a specific subset of problems, work too often begins with developing software in a broader scope simply to realize a test bed for research to begin. It is our hope that RPIsim alleviates some of this burden by decreasing development time, thusly increasing efficiency in research. Further, we aim to provide a practical teaching tool. Because it is a fully working simulator, and since it offers the instant gratification of visualized contact dynamics, RPIsim offers students the opportunity to experiment and explore dynamics in the powerful environment of MATLAB. With multiple built-in simulation methods, and support for a simulation data convention, RPIsim facilitates the fair comparison of methods, including those being developed with RPIsim.Item Tridiagonal Matrix Formulation for Inextensible Hair Strand Simulation(The Eurographics Association, 2013) Han, Dongsoo; Harada, Takahiro; Jan Bender and Jeremie Dequidt and Christian Duriez and Gabriel ZachmannThis paper proposes a method to simulate inextensible hair strands using tridiagonal matrix formulation in which distance constraints are formulated as a linear system. The proposed method avoids constructing a full matrix explicitly. Instead, it takes advantage of the chain topology and serial indexing to formulate symmetric tridiagonal matrix. Furthermore, we use a linear distance constraint so that the constraint gradient can be easily formulated. With this matrix-free formulation, memory usage can be extremely lowered. Since the formulated matrix is diagonally dominant, we can solve it by an efficient direct solver. Comparing error (i.e., stretch of constraints) of the proposed constraint solver to ones of the position-based solver with different number of iterations, we show that error of the proposed method is much smaller than those of position-based solver. Also the simulation result shows mush less numerical damping compared to Dynamic Follow-The-Leader method. By implementing in GPU, we demonstrate that our proposed method is simple and efficient.