From 27fcd0e0c80d5a99eeee672ebfd83a57db69ed2d Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 24 Oct 2011 13:20:00 +0000 Subject: [PATCH] Write some text. git-svn-id: https://svn.dealii.org/trunk@24667 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-43/doc/results.dox | 46 ++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/deal.II/examples/step-43/doc/results.dox b/deal.II/examples/step-43/doc/results.dox index e2be4611ff..68e6024178 100644 --- a/deal.II/examples/step-43/doc/results.dox +++ b/deal.II/examples/step-43/doc/results.dox @@ -1,5 +1,51 @@

Results

+... + + + + + + + + + + + + + + + +
+ @image html "step-43.3d.velocity.png" "" width=50% +

+ Velocity vectors of flow through the porous medium with random + permeability model. Streaming paths of high permeability and resulting + high velocity are clearly visible. +

+
+ @image html "step-43.3d.streamlines.png" "" width=50% +

+ Streamlines colored by the saturation along the streamline path. Blue + streamlines indicate low saturations, i.e., the flow along these + streamlines must be slow or else more fluid would have been + transported along them. On the other hand, green paths indicate high + velocities since the fluid front has already reached further into the + domain. +

+
+ @image html "step-43.3d.saturation.png" "" width=50% +

+ Streamlines with a volume rendering of the saturation, showing how far + the fluid front has advanced at this time. +

+
+ @image html "step-43.3d.mesh.png" "" width=50% +

+ Surface of the mesh showing the adaptive refinement along the front. +

+
+

Possibilities for extensions

-- 2.39.5