Rotation-symmetric pressure distribution
In this example, you will learn how to
- solve a rotation-symmetric problem one-dimensionally
- perform a convergence test against an analytical solution
- apply the
Rotational Extrusion
filters in ParaView for a two-dimensional visualization of the one-dimensional results
Result. With the Rotational Extrusion
and the Warp By Scalar
filters in ParaView,
the pressure distribution of this example looks as shown in the following picture:

Table of contents. This description is structured as follows:
Problem setup
We consider a single-phase problem that leads to a rotation-symmetric pressure distribution. The following figure illustrates the setup:
This could, for example, represent a cross section of an injection/extraction well in a homogeneous and isotropic porous medium, where the well with radius
Mathematical model
In this example we are using the single-phase model of DuMux, which considers Darcy's law to relate the Darcy velocity
where we identify the Darcy velocity in radial direction
Discretization
We employ a finite-volume scheme to spatially discretize the mass balance equation shown above. Let us consider a discretization of the one-dimensional domain into control volumes
For this type of equation, the implementation of the finite-volume schemes in DuMux is based on the general form:
where
In DuMux, this is rotational extrusion is approximated by using modified control volume volumes and control volume face areas for the mid-point integration rule.
Implementation & Post processing
Part 1: Rotation-symmetric one-phase flow simulation setup
➡️ Click to continue with part 1 of the documentation |
---|
Part 2: Main program flow
➡️ Click to continue with part 2 of the documentation |
---|
Part 3: Post-processing with ParaView
➡️ Click to continue with part 3 of the documentation |
---|