Equation-free modeling is a method for
multiscale computation and
computer-aided analysis. It is designed for a class of complicated systems in which one observes evolution at a macroscopic, coarse scale of interest, while accurate models are only given at a finely detailed, microscopic, level of description. The framework empowers one to perform macroscopic computational tasks (over large space-time scales) using only appropriately initialized microscopic simulation on short time and small length scales. The methodology eliminates the derivation of explicit macroscopic
evolution equation
Time evolution is the change of state brought about by the passage of time, applicable to systems with internal state (also called ''stateful systems''). In this formulation, ''time'' is not required to be a continuous parameter, but may be disc ...
s when these equations conceptually exist but are not available in closed form; hence the term equation-free.
Introduction
In a wide range of chemical, physical and biological systems, coherent macroscopic behavior emerges from interactions between microscopic entities themselves (molecules, cells, grains, animals in a population, agents) and with their environment. Sometimes, remarkably, a coarse-scale differential equation model (such as the
Navier-Stokes equations for fluid flow, or a
reaction–diffusion system
Reaction–diffusion systems are mathematical models which correspond to several physical phenomena. The most common is the change in space and time of the concentration of one or more chemical substances: local chemical reactions in which the s ...
) can accurately describe macroscopic behavior. Such macroscale modeling makes use of general principles of conservation (atoms, particles, mass, momentum, energy), and closed into a well-posed system through phenomenological
constitutive equations
In physics and engineering, a constitutive equation or constitutive relation is a relation between two physical quantities (especially kinetic quantities as related to kinematic quantities) that is specific to a material or substance, and ap ...
or
equations of state
In physics, chemistry, and thermodynamics, an equation of state is a thermodynamic equation relating state variables, which describe the state of matter under a given set of physical conditions, such as pressure, volume, temperature, or in ...
. However, one increasingly encounters
complex systems that only have known microscopic, fine scale, models. In such cases, although we observe the emergence of coarse-scale, macroscopic behavior, modeling it through explicit closure relations may be impossible or impractical.
Non-Newtonian fluid
A non-Newtonian fluid is a fluid that does not follow Newton's law of viscosity, i.e., constant viscosity independent of stress. In non-Newtonian fluids, viscosity can change when under force to either more liquid or more solid. Ketchup, for exa ...
flow,
chemotaxis,
porous media
A porous medium or a porous material is a material containing pores (voids). The skeletal portion of the material is often called the "matrix" or "frame". The pores are typically filled with a fluid (liquid or gas). The skeletal material is usu ...
transport,
epidemiology
Epidemiology is the study and analysis of the distribution (who, when, and where), patterns and determinants of health and disease conditions in a defined population.
It is a cornerstone of public health, and shapes policy decisions and evide ...
, brain modeling and neuronal systems are some typical examples. Equation-free modeling aims to use such microscale models to predict coarse macroscale emergent phenomena.
Performing coarse-scale computational tasks directly with fine-scale models is often infeasible: direct simulation over the full space-time domain of interest is often computationally prohibitive. Moreover, modeling tasks, such as
numerical bifurcation analysis, are often impossible to perform on the fine-scale model directly: a coarse-scale steady state may not imply a steady state for the fine-scale system, since individual molecules or particles do not stop moving when the gas density or pressure become stationary. Equation-free modeling circumvents such problems by using short bursts of appropriately initialized fine-scale simulation, and, in spatial problems, on small well-separated patches of space. A free Matlab/Octave toolbox empowers people to use these equation-free methods.
The coarse time-stepper
Dynamic problems invoke the coarse time-stepper. In essence, short bursts of computational experiments with the fine-scale simulator estimate local time derivatives. Given an initial condition for the coarse variables
at time
, the coarse time-stepper involves four steps:
* Lifting, creates microscale initial conditions
, consistent with the macrostate
;
* Simulation, uses the microscale simulator to compute the microscale state
at over a short interval
;
* Restriction, obtains the macrostate
from the fine-scale state
;
* the Time-step, extrapolation of macrostate
from
to
predicts the state a macrotime in the future.
Multiple time steps simulates the system into the macro-future.
If the microscale model is stochastic, then an ensemble of microscale simulations may be needed to obtain sufficiently good extrapolation in the time step. Such a coarse time-stepper may be used in many algorithms of traditional continuum numerical analysis, such as numerical bifurcation analysis, optimization, control, and even accelerated coarse-scale simulation.
For deterministic systems, the Matlab/Octave toolbox provides a user with higher-order accurate time-steppers:
a second- and fourth-order Runge--Kutta scheme, and a general interface scheme.
Traditionally, algebraic formulae determine time derivatives of the coarse model. In this approach, the macroscale derivative is estimated by the inner microscale simulator, in effect performing a closure on demand. A reason for the name ''equation-free'' is by analogy with matrix-free numerical linear algebra; the name emphasizes that macro-level equations are never constructed explicitly in closed form.
Restriction
The restriction operator often follows directly from the specific choice of the macroscale variables. For example, when the microscale model evolves an ensemble of many particles, the restriction typically computes the first few moments of the particle distribution (the density, momentum, and energy).
Lifting
The lifting operator is usually much more involved. For example, consider a particle model: we need to define a mapping from a few low order moments of the particle distribution to initial conditions for each particle. The assumption that a relation exists that closes in these low order, coarse, moments, implies that the detailed microscale configurations are functionals of the moments (sometimes referred to as slaving ). We assume this relationship is established/emerges on time scales that are fast compared to the overall system evolution (see
slow manifold In mathematics, the slow manifold of an equilibrium point of a dynamical system occurs as the most common example of a center manifold. One of the main methods of simplifying dynamical systems, is to reduce the dimension of the system to that of t ...
theory and applications ). Unfortunately, the closure (slaving relations) are algebraically unknown (as otherwise the coarse evolution law would be known).
Initializing the unknown microscale modes randomly introduces a lifting error: we rely on the separation of macro and micro time scales to ensure a quick relaxation to functionals of the coarse macrostates (healing). A preparatory step may be required, possibly involving microscale simulations constrained to keep the macrostates fixed. When the system has a unique fixed point for the unknown microscale details conditioned upon the coarse macrostates, a constrained runs algorithm may perform this preparatory step using only the microscale time-stepper.
An illustrative example
A toy problem illustrates the basic concepts. For example, consider the
differential equation
In mathematics, a differential equation is an equation that relates one or more unknown functions and their derivatives. In applications, the functions generally represent physical quantities, the derivatives represent their rates of change, a ...
system for two variables
:
:
Capital
denotes the presumed macroscale variable, and lowercase
the microscale variable. This classification means that we assume a coarse model of the form
exists, although we do not necessarily know what it is. Arbitrarily define the lifting from any given macrostate
as
. A simulation using this lifting and the coarse time-stepper is shown in the figure.

The solution of the differential equation rapidly moves to the
slow manifold In mathematics, the slow manifold of an equilibrium point of a dynamical system occurs as the most common example of a center manifold. One of the main methods of simplifying dynamical systems, is to reduce the dimension of the system to that of t ...
for any initial data. The coarse time-stepper solution would agree better with the full solution when the 100 factor is increased. The graph shows the lifted solution (blue solid line)
. At times
, the solution is restricted and then lifted again, which here is simply setting
. The slow manifold is shown as a red line. The right plot shows the time derivative of the restricted solution as a function of time (blue curve), as well as the time derivative
(the coarse time derivative), as observed from a full simulation (red curve).
On application to concrete multiscale problems
The equation-free approach has been applied to many examples. The examples illustrate the various ways to construct and assemble the algorithmic building blocks. Numerical analysis establishes the accuracy and efficiency of this approach. Additional numerical analysis on other methods of this type has also been done.
Applying the equation-free paradigm to a real problem requires considerable care, especially defining the lifting and restriction operators, and the appropriate outer solver.
* The first challenge is to identify the macroscale observables. They need to be complete enough so that the unknown microscale variables can be reliably reconstructed (lifted). Physical arguments often identify the macroscale observables. Almost always one invokes densities, but there are some surprisingly simple examples where correlation functions are essential macroscale variables. If not resorting to physical arguments, then modern data-mining or manifold learning techniques, such as Isomap or diffusion maps, may obtain the macroscale variables from microscale simulation.
* There should be a clear separation between the time-scales of the macroscale observables and the time-scales of the remaining microscale modes quasi-equilibrate given any macrostate.
* Knowing the macroscale observables might not be sufficient. One strategy to obtain such information is the baby-bathwater scheme which uses only appropriately initialized simulations.
Coarse bifurcation analysis
The recursive projection method enables the computation of
bifurcation diagram
In mathematics, particularly in dynamical systems, a bifurcation diagram shows the values visited or approached asymptotically (fixed points, periodic orbits, or chaotic attractors) of a system as a function of a bifurcation parameter in the sy ...
s using legacy simulation code. It also empowers the coarse time-stepper to perform equation-free bifurcation computations. Consider the coarse time stepper in its effective form
:
which includes explicit dependence upon one or more parameters
. Bifurcation analysis computes
equilibria or
periodic orbit In mathematics, in the study of iterated functions and dynamical systems, a periodic point of a function is a point which the system returns to after a certain number of function iterations or a certain amount of time.
Iterated functions
Given ...
s, their stability and dependence upon parameter
.
Compute a coarse equilibrium as a
fixed point of the coarse time stepper
:
In the equation-free context, the recursive projection method is the outer solver of this equation, and the coarse time-stepper enables this method to be performed using fine scale dynamics.
Additionally, for problems where the macroscale has continuous symmetries, one can use a template based approach to compute coarse
self-similar
__NOTOC__
In mathematics, a self-similar object is exactly or approximately similar to a part of itself (i.e., the whole has the same shape as one or more of the parts). Many objects in the real world, such as coastlines, are statistically s ...
or
travelling wave
In physics, mathematics, and related fields, a wave is a propagating dynamic disturbance (change from equilibrium) of one or more quantities. Waves can be periodic, in which case those quantities oscillate repeatedly about an equilibrium (re ...
solutions as fixed points of a coarse time-stepper that also encodes appropriate rescaling and/or shifting of space-time and/or solution.
For example, self-similar diffusion solutions may be found as the
probability density function
In probability theory, a probability density function (PDF), or density of a continuous random variable, is a function whose value at any given sample (or point) in the sample space (the set of possible values taken by the random variable) c ...
of detailed
molecular dynamics
Molecular dynamics (MD) is a computer simulation method for analyzing the physical movements of atoms and molecules. The atoms and molecules are allowed to interact for a fixed period of time, giving a view of the dynamic "evolution" of th ...
.
An alternative to the recursive projection method is to use Newton—Krylov methods.
Coarse projective integration
The coarse time stepper accelerates simulation over large macroscale times. In the scheme described above, let the large macro-time-step
, and be on the time scale of the slow coarse dynamics. Let the computed
in terms of the coarse variable, and let the microscale simulation compute
from a local time simulation with initial condition that the coarse variable
. Then we approximate
via extrapolating over a gap by
:
where, for example, simple linear extrapolation would be
:
This scheme is the called coarse projective forward Euler, and is the simplest in the class.
The
steps taken before the extrapolation reflect that we must allow the system to settle onto a quasi-equilibrium (from the microscale point of view), so that we can make a reliable extrapolation of the slow dynamics. Then the size of the projective integration step is limited by stability of the slow modes.
Higher order versions of coarse projective integration can be formed, analogous to
Adams–Bashforth or
Runge–Kutta. Higher order schemes for systems where the microscale noise is still apparent on the macroscale time step are more problematic.
Patch dynamics
The spatial analogue of projective integration is the gap-tooth scheme.
The idea of the gap-tooth scheme is to perform simulations of small patches of space, the teeth, separated by unsimulated space, the gaps.
By appropriately coupling the small patches of simulations we create a large scale, coarse level, simulation of the spatially extended system.
When the microscale simulator is computationally expensive the gap-tooth scheme empowers efficient large scale prediction.
Furthermore, it does this without us ever having to identify an algebraic closure for a large scale model.
[Roberts, A.J. and Kevrekidis, I.G. (2007). General tooth boundary conditions for equation free modelling ''SIAM J. Scientific Computing'' 29(4): 1495–1510.]
The Matlab/Octave toolbox provides support to users to implement simulations on an rectangular grid of patches in 1D or 2D space.
The combination of the gap-tooth scheme with coarse projective integration is called patch dynamics.
Coupling boundary conditions
The key to the gap-tooth and patch scheme is the coupling of the small patches across unsimulated space.
Surprisingly, the generic answer is to simply use classic Lagrange interpolation, whether in one dimension
or multiple dimensions. This answer is related to the coupling in
holistic discretization and theoretical support provided by the theory of
slow manifold In mathematics, the slow manifold of an equilibrium point of a dynamical system occurs as the most common example of a center manifold. One of the main methods of simplifying dynamical systems, is to reduce the dimension of the system to that of t ...
s.
The interpolation provides value or flux boundary conditions as required by the microscale simulator.
High order consistency between the macroscale gap-tooth/patch scheme and the microscale simulation is achieved through high order Lagrange interpolation.
However, commonly the microscale is a noisy particle based or
agent-based model
An agent-based model (ABM) is a computational model for simulating the actions and interactions of autonomous agents (both individual or collective entities such as organizations or groups) in order to understand the behavior of a system and what ...
.
In such cases the relevant macroscale variables are averages such as mass and momentum density.
Then one generally has to form averages over a core of each tooth/patch, and apply the coupling condition over a finite action region on the edges of each tooth/patch.
The provisional recommendation is to make these regions as big as half the tooth/patch.
That is, for efficiency one makes the microscale tooth/patch as small as possible, but limited by the need to fit in action and core regions big enough to form accurate enough averages.
Lifting
Patch dynamics is the combination of the gap-tooth scheme and coarse projective integration. Just as for normal projective integration, at the start of each burst of microscale simulation, one has to create an initial condition for each patch that is consistent with the local macroscale variables, and the macroscale gradients from neighboring interpolated patches. The same techniques suffice.
Open problems and future directions
Assumptions and choices about the macroscale evolution are crucial in the equation-free scheme. The key assumption is that the variables we choose for the macroscale coupling must effectively close on the chosen macroscale. If the chosen macroscale length is too small then more coarse scale variables may be needed: for example, in fluid dynamics we conventionally close the PDEs for density, momentum and energy; yet in high speed flow especially at lower densities we need to resolve modes of molecular vibration because they have not equilibrated on the time scales of the fluid flow. Qualitatively the same considerations apply to the equation-free approach.
For many systems appropriate coarse variables are more-or-less known by experience. However, in complex situations there is a need to automatically detect the appropriate coarse variables, and then use them in the macroscale evolution. This needs much more research utilizing techniques from data mining and manifold learning. In some problems it could be that as well as densities, the appropriate coarse variables also need to include spatial correlations, as in the so-called Brownian bugs.
[W. R. Young, A. J. Roberts, and G. Stuhne. Reproductive pair correlations and the clustering of organisms. ''Nature'', 412:328–331, 2001.]
The macroscale may have to be treated as a stochastic system, but then the errors are likely to be much larger and the closures more uncertain.
References
External links
* {{Scholarpedia , title=Equation-free modeling , urlname=Equation-free_modeling , curator=Yannis Kevrekidis
Mathematical modeling
Emergence