From 10e43960e84c291709a82f60a006eb592c726fdb Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Tue, 2 Aug 2022 14:39:57 +0200 Subject: [PATCH] [web] Adapted to new structure: Thermo-Hydro-Mechanics --- web/config/_default/config.toml | 4 ---- .../docs/benchmarks/thermo-hydro-mechanics/_index.md | 6 ++++++ .../thermohydromechanics-bgr}/index.md | 6 +----- 3 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 web/content/docs/benchmarks/thermo-hydro-mechanics/_index.md rename web/content/docs/benchmarks/{bgr_verification_examples/thermohydromechanics => thermo-hydro-mechanics/thermohydromechanics-bgr}/index.md (94%) diff --git a/web/config/_default/config.toml b/web/config/_default/config.toml index a2696b0361b..e7b6485ee47 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 = "Thermo-Hydro-Mechanics" -identifier = "thermo-hydro-mechanics" -weight = 8 -[[menu.benchmarks]] name = "Hydro-Thermal" identifier = "hydro-thermal" weight = 7 diff --git a/web/content/docs/benchmarks/thermo-hydro-mechanics/_index.md b/web/content/docs/benchmarks/thermo-hydro-mechanics/_index.md new file mode 100644 index 00000000000..e7228be8f2b --- /dev/null +++ b/web/content/docs/benchmarks/thermo-hydro-mechanics/_index.md @@ -0,0 +1,6 @@ ++++ +title = "Thermo-Hydro-Mechanics" +layout = "gallery" +image = "TODO" +weight = 8 ++++ diff --git a/web/content/docs/benchmarks/bgr_verification_examples/thermohydromechanics/index.md b/web/content/docs/benchmarks/thermo-hydro-mechanics/thermohydromechanics-bgr/index.md similarity index 94% rename from web/content/docs/benchmarks/bgr_verification_examples/thermohydromechanics/index.md rename to web/content/docs/benchmarks/thermo-hydro-mechanics/thermohydromechanics-bgr/index.md index 7f42442889f..ff10ab485f0 100644 --- a/web/content/docs/benchmarks/bgr_verification_examples/thermohydromechanics/index.md +++ b/web/content/docs/benchmarks/thermo-hydro-mechanics/thermohydromechanics-bgr/index.md @@ -4,11 +4,7 @@ title = "Thermohydromechanics: Verification examples by Vogel, Maßmann" weight = 40 project = ["ThermoHydroMechanics/Linear/verification/thm2_1Dfixd/thm2_1Dfixd.prj"] author = "Jan Thiedau" - -[menu] - [menu.benchmarks] - parent = "thermo-hydro-mechanics" - +aliases = [ "/docs/benchmarks/bgr_verification_examples/thermohydromechanics/" ] +++ This is one of the benchmark examples with analytical solutions presented -- GitLab