From 9d5334ca5d8fd72a1b7d4da173b27670129f65aa Mon Sep 17 00:00:00 2001
From: Yonghui56 <huangyh56@gmail.com>
Date: Tue, 26 Jun 2018 00:10:10 +0800
Subject: [PATCH] Separate the md file into two, which correspond to each
 benchmark, respectively.

---
 .../two-phase-flow-PP/TwoPhaseFlowPP.md       | 22 -------------------
 .../main.pdf                                  |  0
 .../two-phase-flow-pp-liakopoulos.md          | 22 +++++++++++++++++++
 .../two-phase-flow-pp-mcwhorter.md            | 22 +++++++++++++++++++
 4 files changed, 44 insertions(+), 22 deletions(-)
 delete mode 100644 web/content/docs/benchmarks/two-phase-flow-PP/TwoPhaseFlowPP.md
 rename web/content/docs/benchmarks/{two-phase-flow-PP => two-phase-flow-pp-form}/main.pdf (100%)
 create mode 100644 web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-liakopoulos.md
 create mode 100644 web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-mcwhorter.md

diff --git a/web/content/docs/benchmarks/two-phase-flow-PP/TwoPhaseFlowPP.md b/web/content/docs/benchmarks/two-phase-flow-PP/TwoPhaseFlowPP.md
deleted file mode 100644
index a8e4557d9ed..00000000000
--- a/web/content/docs/benchmarks/two-phase-flow-PP/TwoPhaseFlowPP.md
+++ /dev/null
@@ -1,22 +0,0 @@
-+++
-project = "Parabolic/TwoPhaseFlowPP"
-author = "Yonghui Huang"
-date = "2018-06-20T14:37:58+01:00"
-title = "Isothermal two-phase flow transport model with PP formulation"
-weight = 101
-
-[menu]
-  [menu.benchmarks]
-    parent = "two-phase-flow-PP-formulation"
-
-+++
-
-{{< data-link >}}
-
-## Problem description
-
-Two benchmarks are presented here which are dedicated to simulating the two-phase flow transport in porous media with the pessure-capillary pressure as the primary variables. For the detailed benchmark settings and results description, please refer to the attached document.
-
-## Results and evaluation
-
-See [this PDF](../main.pdf).
diff --git a/web/content/docs/benchmarks/two-phase-flow-PP/main.pdf b/web/content/docs/benchmarks/two-phase-flow-pp-form/main.pdf
similarity index 100%
rename from web/content/docs/benchmarks/two-phase-flow-PP/main.pdf
rename to web/content/docs/benchmarks/two-phase-flow-pp-form/main.pdf
diff --git a/web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-liakopoulos.md b/web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-liakopoulos.md
new file mode 100644
index 00000000000..ae1c7d271c1
--- /dev/null
+++ b/web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-liakopoulos.md
@@ -0,0 +1,22 @@
++++
+project = "Parabolic/TwoPhaseFlowPP/Liakopoulos/TwoPhase_Lia_quad_short.prj"
+author = "Yonghui Huang"
+date = "2018-06-20T14:37:58+01:00"
+title = "Liakopoulos experiment"
+weight = 101
+
+[menu]
+  [menu.benchmarks]
+    parent = "two-phase-flow-pp"
+
++++
+
+{{< data-link >}}
+
+## Problem description
+
+One benchmark -- Liakopoulos experiment is presented here. The benchmark is applied to simulate the two-phase flow transport in porous media with gravity effects. The pessure and capillary pressure are selected as the primary variables in this formulation. For the detailed benchmark settings and results description, please refer to the attached document.
+
+## Results and evaluation
+
+See [this PDF](../main.pdf).
diff --git a/web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-mcwhorter.md b/web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-mcwhorter.md
new file mode 100644
index 00000000000..ccd49b44e34
--- /dev/null
+++ b/web/content/docs/benchmarks/two-phase-flow-pp-form/two-phase-flow-pp-mcwhorter.md
@@ -0,0 +1,22 @@
++++
+project = "Parabolic/TwoPhaseFlowPP/McWhorter/TwoPhase_mcwt_line.prj"
+author = "Yonghui Huang"
+date = "2018-06-20T14:37:58+01:00"
+title = "McWhorter problem"
+weight = 101
+
+[menu]
+  [menu.benchmarks]
+    parent = "two-phase-flow-pp"
+
++++
+
+{{< data-link >}}
+
+## Problem description
+
+One benchmark -- McWhorter problem is presented here which is dedicated to simulating the two-phase flow transport in porous media with the pessure-capillary pressure as the primary variables. A special focus of this benchmark is placed on the capillary effects in immiscible two-phase flow transport. For the detailed benchmark settings and results description, please refer to the attached document.
+
+## Results and evaluation
+
+See [this PDF](../main.pdf).
-- 
GitLab