From b8142a6190b6084217a33b6259d3aebf614bd3cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20D=C3=B6rnbrack?= <maximlian.doernbrack@ufz.de> Date: Fri, 13 Dec 2024 14:45:03 +0100 Subject: [PATCH] Adds process dependent configuration landing page to website --- web/content/docs/processes/component-transport/_index.md | 2 +- web/content/docs/processes/heat-transport/_index.md | 2 +- web/content/docs/processes/multiphase/_index.md | 2 +- web/content/docs/processes/overview/_index.md | 9 +++++++++ ...thermal-conductivity-porosity-mixing.md => _index.md} | 7 +++++++ web/content/docs/processes/thermal-processes/_index.md | 2 +- 6 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 web/content/docs/processes/overview/_index.md rename web/content/docs/processes/shared-content/{effective-thermal-conductivity-porosity-mixing.md => _index.md} (94%) diff --git a/web/content/docs/processes/component-transport/_index.md b/web/content/docs/processes/component-transport/_index.md index eaf72d661d2..f0942c7eb7c 100644 --- a/web/content/docs/processes/component-transport/_index.md +++ b/web/content/docs/processes/component-transport/_index.md @@ -1,4 +1,4 @@ +++ title = "Component Transport" -weight = 3 +weight = 4 +++ diff --git a/web/content/docs/processes/heat-transport/_index.md b/web/content/docs/processes/heat-transport/_index.md index c2b9d5a1c57..7c4e41236bc 100644 --- a/web/content/docs/processes/heat-transport/_index.md +++ b/web/content/docs/processes/heat-transport/_index.md @@ -1,4 +1,4 @@ +++ title = "Heat Transport" -weight = 1 +weight = 2 +++ diff --git a/web/content/docs/processes/multiphase/_index.md b/web/content/docs/processes/multiphase/_index.md index 56704bd29f5..bcc8d9c99c8 100644 --- a/web/content/docs/processes/multiphase/_index.md +++ b/web/content/docs/processes/multiphase/_index.md @@ -1,4 +1,4 @@ +++ title = "Multiphase" -weight = 2 +weight = 3 +++ diff --git a/web/content/docs/processes/overview/_index.md b/web/content/docs/processes/overview/_index.md new file mode 100644 index 00000000000..c0e9d59c99b --- /dev/null +++ b/web/content/docs/processes/overview/_index.md @@ -0,0 +1,9 @@ ++++ +date = "2024-12-13T12:00:00+01:00" +title = "Overview" +author = "Maximilian Dörnbrack +weight = 1 + + +## Description +Some process features of OGS are more complicated and need an extended description of the functions in the project files (.prj). The following is a collection of this extended documentation of certain processes or features. This list is unfortunately not complete but is constantly being expanded. \ No newline at end of file diff --git a/web/content/docs/processes/shared-content/effective-thermal-conductivity-porosity-mixing.md b/web/content/docs/processes/shared-content/_index.md similarity index 94% rename from web/content/docs/processes/shared-content/effective-thermal-conductivity-porosity-mixing.md rename to web/content/docs/processes/shared-content/_index.md index 158a9253a2c..1fc3c34b4bf 100644 --- a/web/content/docs/processes/shared-content/effective-thermal-conductivity-porosity-mixing.md +++ b/web/content/docs/processes/shared-content/_index.md @@ -1,3 +1,10 @@ ++++ +date = "2023-03-09 09:22:24" +title = "Thermal conductivity: effective porosity mixing" +author = "Feliks Kiszkurno" +weight = 6 ++++ + In some process, the effective thermal conductivity can be calculated automatically depending on the conductivities of solid and liquid phases and porosity. Following example can be considered: the Layer0 is a porous clay fully saturated by water. In such a case, in order to run simulation for correct value of thermal conductivity for such a medium, there has to be separate values for thermal conductivity of water (in liquid phase) and clay (in solid phase) defined. Those two values together with porosity can be used to obtain parameter representative for the whole medium. It can be done with following equation for volumetric mixing: diff --git a/web/content/docs/processes/thermal-processes/_index.md b/web/content/docs/processes/thermal-processes/_index.md index 90a3415dafe..654d22d36ba 100644 --- a/web/content/docs/processes/thermal-processes/_index.md +++ b/web/content/docs/processes/thermal-processes/_index.md @@ -2,5 +2,5 @@ author = "Feliks Kiszkurno" date = "2023-01-10" title = "Thermal processes" -weight = 2 +weight = 5 +++ -- GitLab