HOME

TheInfoList



OR:

In computational modelling, multiphysics simulation (often shortened to simply "multiphysics") is defined as the simultaneous simulation of different aspects of a physical system or systems and the interactions among them. For example, simultaneous simulation of the physical stress on an object, the temperature distribution of the object and the thermal expansion which leads to the variation of the stress and temperature distributions would be considered a multiphysics simulation. Multiphysics simulation is related to multiscale simulation, which is the simultaneous simulation of a single process on either multiple time or distance scales. As an
interdisciplinary Interdisciplinarity or interdisciplinary studies involves the combination of multiple academic disciplines into one activity (e.g., a research project). It draws knowledge from several fields such as sociology, anthropology, psychology, economi ...
field, multiphysics simulation can span many science and engineering disciplines. Simulation methods frequently include
numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic computation, symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of ...
,
partial differential equations In mathematics, a partial differential equation (PDE) is an equation which involves a multivariable function and one or more of its partial derivatives. The function is often thought of as an "unknown" that solves the equation, similar to how ...
and
tensor analysis In mathematics and physics, a tensor field is a function (mathematics), function assigning a tensor to each point of a region (mathematics), region of a mathematical space (typically a Euclidean space or manifold) or of the physical space. Tens ...
.


Multiphysics simulation process

The implementation of a multiphysics simulation follows a typical series of steps: * Identify the aspects of the system to be simulated, including physical processes, starting conditions, and the coupling or boundary conditions among these processes. * Create a
discrete Discrete may refer to: *Discrete particle or quantum in physics, for example in quantum theory * Discrete device, an electronic component with just one circuit element, either passive or active, other than an integrated circuit * Discrete group, ...
mathematical model of the system. * Numerically solve the model. * Process the resulting data.


Mathematical models

Mathematical models used in multiphysics simulations are generally a set of coupled equations. The equations can be divided into three categories according to the nature and intended role:
governing equation The governing equations of a mathematical model describe how the values of the unknown variables (i.e. the dependent variables) change when one or more of the known (i.e. independent) variables change. Physical systems can be modeled phenomenol ...
, auxiliary equations and boundary/initial conditions. A governing equation describes a major physical mechanism or process. Multiphysics simulations are numerically implemented with
discretization In applied mathematics, discretization is the process of transferring continuous functions, models, variables, and equations into discrete counterparts. This process is usually carried out as a first step toward making them suitable for numeri ...
methods such as the
finite element method Finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat tran ...
,
finite difference method In numerical analysis, finite-difference methods (FDM) are a class of numerical techniques for solving differential equations by approximating Derivative, derivatives with Finite difference approximation, finite differences. Both the spatial doma ...
, or
finite volume method The finite volume method (FVM) is a method for representing and evaluating partial differential equations in the form of algebraic equations. In the finite volume method, volume integrals in a partial differential equation that contain a divergen ...
.


Challenges of multiphysics simulation

Generally speaking, multiphysics simulation is much harder than that for individual aspects of the physical processes. The main extra issue is how to integrate the multiple aspects of the processes with proper handling of the interactions among them. Such issues become quite difficult when different types of numerical methods are used for the simulations of individual physical aspects. For example, when simulating a fluid-structure interaction problem with typical Eulerian finite volume method for flow and Lagrangian finite element method for structure dynamics.


See also

* Finite difference time-domain method


References

* Susan L. Graham, Marc Snir, and Cynthia A. Patterson (Editors), ''Getting Up to Speed: The Future of Supercomputing,'
Appendix D
The National Academies Press, Washington DC, 2004. . * Paul Lethbridge, ''Multiphysics Analysis'', p26, The Industrial Physicist, Dec 2004/Jan 2005

Archived at

{{Computer simulation Numerical analysis Computational physics