From b9624435d4a5b3e2226c033acaf7b73860aba3b9 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 2 Aug 2022 14:42:53 +0200 Subject: [PATCH] [web] Adapted to new structure: Hydro-Thermal --- web/config/_default/config.toml | 4 ---- .../ClassicalTransportExample_full_upwind_stb/index.md | 5 ----- .../index.md | 5 ----- .../hydro-thermal/HeatTransportInStationaryFlow/index.md | 4 ---- web/content/docs/benchmarks/hydro-thermal/_index.md | 6 ++++++ web/content/docs/benchmarks/hydro-thermal/compare.png | 1 + .../benchmarks/hydro-thermal/constant-viscosity/index.md | 5 ----- .../docs/benchmarks/hydro-thermal/decovalex-TH/index.md | 5 ----- 8 files changed, 7 insertions(+), 28 deletions(-) create mode 100644 web/content/docs/benchmarks/hydro-thermal/_index.md create mode 120000 web/content/docs/benchmarks/hydro-thermal/compare.png diff --git a/web/config/_default/config.toml b/web/config/_default/config.toml index e7b6485ee47..8ee3e7ed6a1 100644 --- a/web/config/_default/config.toml +++ b/web/config/_default/config.toml @@ -67,10 +67,6 @@ name = "Heat Transport BHE" identifier = "heat-transport-bhe" weight = 12 [[menu.benchmarks]] -name = "Hydro-Thermal" -identifier = "hydro-thermal" -weight = 7 -[[menu.benchmarks]] name = "Liquid Flow" identifier = "liquid-flow" weight = 9 diff --git a/web/content/docs/benchmarks/hydro-thermal/ClassicalTransportExample_full_upwind_stb/index.md b/web/content/docs/benchmarks/hydro-thermal/ClassicalTransportExample_full_upwind_stb/index.md index 1cefe88cda7..0f8afd7ee94 100644 --- a/web/content/docs/benchmarks/hydro-thermal/ClassicalTransportExample_full_upwind_stb/index.md +++ b/web/content/docs/benchmarks/hydro-thermal/ClassicalTransportExample_full_upwind_stb/index.md @@ -4,11 +4,6 @@ author = "Wenqing Wang" date = "2022-06-27T11:28:24+02:00" title = "Classical transport example: using the full upwind stabilization" weight = 161 - -[menu] - [menu.benchmarks] - parent = "hydro-thermal" - +++ {{< data-link >}} diff --git a/web/content/docs/benchmarks/hydro-thermal/ClassicalTransportExample_isotropic_diffusion_stb/index.md b/web/content/docs/benchmarks/hydro-thermal/ClassicalTransportExample_isotropic_diffusion_stb/index.md index 381aa33cd0f..df531b53fff 100644 --- a/web/content/docs/benchmarks/hydro-thermal/ClassicalTransportExample_isotropic_diffusion_stb/index.md +++ b/web/content/docs/benchmarks/hydro-thermal/ClassicalTransportExample_isotropic_diffusion_stb/index.md @@ -4,11 +4,6 @@ author = "Wenqing Wang" date = "2022-06-07T14:55:48+02:00" title = "Classical transport example: using the isotropic diffusion stabilization" weight = 161 - -[menu] - [menu.benchmarks] - parent = "hydro-thermal" - +++ {{< data-link >}} diff --git a/web/content/docs/benchmarks/hydro-thermal/HeatTransportInStationaryFlow/index.md b/web/content/docs/benchmarks/hydro-thermal/HeatTransportInStationaryFlow/index.md index 58ab3a8aab6..e55746b3295 100644 --- a/web/content/docs/benchmarks/hydro-thermal/HeatTransportInStationaryFlow/index.md +++ b/web/content/docs/benchmarks/hydro-thermal/HeatTransportInStationaryFlow/index.md @@ -4,10 +4,6 @@ author = "Wenqing Wang" title = "One dimensional heat transport in stationary flow" date = 2020-12-14T08:00:32+01:00 weight = 153 - -[menu] - [menu.benchmarks] - parent = "hydro-thermal" +++ ## Problem description diff --git a/web/content/docs/benchmarks/hydro-thermal/_index.md b/web/content/docs/benchmarks/hydro-thermal/_index.md new file mode 100644 index 00000000000..aa1d0e8d3f2 --- /dev/null +++ b/web/content/docs/benchmarks/hydro-thermal/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Hydro-Thermal" +layout = "gallery" +image = "compare.png" +weight = 7 ++++ diff --git a/web/content/docs/benchmarks/hydro-thermal/compare.png b/web/content/docs/benchmarks/hydro-thermal/compare.png new file mode 120000 index 00000000000..e5b27cc9863 --- /dev/null +++ b/web/content/docs/benchmarks/hydro-thermal/compare.png @@ -0,0 +1 @@ +constant-viscosity/compare.png \ No newline at end of file diff --git a/web/content/docs/benchmarks/hydro-thermal/constant-viscosity/index.md b/web/content/docs/benchmarks/hydro-thermal/constant-viscosity/index.md index 26f7c39bdec..9546f8fda7e 100644 --- a/web/content/docs/benchmarks/hydro-thermal/constant-viscosity/index.md +++ b/web/content/docs/benchmarks/hydro-thermal/constant-viscosity/index.md @@ -4,11 +4,6 @@ author = "Thomas Fischer" date = "2017-02-16T15:17:53+01:00" title = "Constant viscosity" weight = 161 - -[menu] - [menu.benchmarks] - parent = "hydro-thermal" - +++ {{< data-link >}} diff --git a/web/content/docs/benchmarks/hydro-thermal/decovalex-TH/index.md b/web/content/docs/benchmarks/hydro-thermal/decovalex-TH/index.md index 6067b20a471..8809ca6b17b 100644 --- a/web/content/docs/benchmarks/hydro-thermal/decovalex-TH/index.md +++ b/web/content/docs/benchmarks/hydro-thermal/decovalex-TH/index.md @@ -4,11 +4,6 @@ author = "Wenqing Wang" date = "2018-02-13T12:42:53+01:00" title = "An example of the coupled thermal hydraulic processes in the FEBEX type repository" weight = 161 - -[menu] - [menu.benchmarks] - parent = "hydro-thermal" - +++ {{< data-link >}} -- GitLab