From 66837ffebfe03cd80ffcaa06fc88d20bdc8b1267 Mon Sep 17 00:00:00 2001 From: "Dmitry Yu. Naumov" <github@naumov.de> Date: Wed, 12 Sep 2018 15:40:27 +0200 Subject: [PATCH] [web] LiquidFlow; Use backticks for file names. --- web/content/docs/benchmarks/liquid-flow/buildup_test.pandoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/content/docs/benchmarks/liquid-flow/buildup_test.pandoc b/web/content/docs/benchmarks/liquid-flow/buildup_test.pandoc index 939e41e51f4..002dff45e23 100644 --- a/web/content/docs/benchmarks/liquid-flow/buildup_test.pandoc +++ b/web/content/docs/benchmarks/liquid-flow/buildup_test.pandoc @@ -73,7 +73,7 @@ undisturbed reservoir pressure . Input files {#input-files .unnumbered .unnumbered} =========== -The benchmark project is defined in the input file 'buildup\_test.prj'. It defines the process to +The benchmark project is defined in the input file `buildup_test.prj`. It defines the process to be solved as "LiquidFlow" and the primary variable is hence pressure. The initial condition is set to $p_0=67.5\ \mathrm{bar}$ and the undisturbed boundary is achieved by a large domain size @@ -81,8 +81,8 @@ $(r=1000\ \mathrm{m})$. The time-dependent source term is applied in this benchmark. From the beginning until $t=424800$ sec, the pumping rate was maintained at a constant rate. Afterwards, the well is shut-in and pressure starts to build up. The geometries used to specify the model domain, boundary -conditions, and source term can be found in 'line\_1000\_axi.gml' file. -The mesh is specified in 'line\_1000\_axi.vtu', which is stored in the +conditions, and source term can be found in `line_1000_axi.gml` file. +The mesh is specified in `line_1000_axi.vtu`, which is stored in the VTK format and can be directly visualized in Paraview. Analytical solution {#analytical-solution .unnumbered .unnumbered} -- GitLab