2.4 Static or dynamic pressure?

One could reformulate equation (1) somewhat. To this end, let us say that we would want to represent the pressure p as the sum of two parts that we will call static and dynamic, p = ps + pd. If we assume that ps is already given, then we can replace (1) by

2ηu + pd = ρg ps.

One typically chooses ps as the pressure one would get if the whole medium were at rest – i.e., as the hydrostatic pressure. This pressure can be computed noting that (1) reduces to

ps = ρ(ps,Ts,x)g = ρ̄g

in the absence of any motion where Ts is some static temperature field (see also Section 2.6). This, our rewritten version of (1) would look like this:

2ηu + pd = ρ(p,T,x) ρ(ps,Ts,x)g.

In this formulation, it is clear that the quantity that drives the fluid flow is in fact the buoyancy caused by the variation of densities, not the density itself.

This reformulation has a number of advantages and disadvantages:

We do note that most of the codes available today and that we are aware of split the pressure into static and dynamic parts nevertheless, either internally or require the user to specify the density profile as the difference between the true and the hydrostatic density. This may, in part, be due to the fact that historically most codes were written to solve problems in which the medium was considered incompressible, i.e., where the definition of a static density was simple.

On the other hand, we intend ASPECT to be a code that can solve more general models for which this definition is not as simple. As a consequence, we have chosen to solve the equations as stated originally – i.e., we solve for the full pressure rather than just its dynamic component. With most traditional methods, this would lead to a catastrophic loss of accuracy in the dynamic pressure since it is many orders of magnitude smaller than the total pressure at the bottom of the earth mantle. We avoid this problem in ASPECT by using a cleverly chosen iterative solver that ensures that the full pressure we compute is accurate enough so that the dynamic pressure can be extracted from it with the same accuracy one would get if one were to solve for only the dynamic component. The methods that ensure this are described in detail in [KHB12] and in particular in the appendix of that paper.

Note: By default, ASPECT uses the full pressure in the equations, and only prescribing density deviations from a reference state on the right-hand side of (1) would lead to negative densities in the energy equation (3). However, when using one of the approximations described in Section 2.10, the energy balance uses the reference density ρ̄ instead of the full density, which makes it possible to formulate the Stokes system in terms of the dynamic instead of the full pressure. In order to do this, one would have to use a material model (see Section 6.3.1) in which the density is in fact a density variation, and then the pressure solution variable would only be the dynamic pressure.