Skip to content
Snippets Groups Projects
Commit 9c0d209d authored by Feliks Kiszkurno's avatar Feliks Kiszkurno
Browse files

Merge branch 'website' into 'master'

Adds process dependent configuration landing page to website

See merge request ogs/ogs!5175
parents 887e49fa c884b1ae
No related branches found
No related tags found
No related merge requests found
Showing
with 45 additions and 14 deletions
+++ +++
title = "Component Transport" title = "Component Transport"
weight = 3 weight = 4
+++ +++
...@@ -3,14 +3,6 @@ date = "2019-11-21T12:00:13+01:00" ...@@ -3,14 +3,6 @@ date = "2019-11-21T12:00:13+01:00"
title = "HEAT_TRANSPORT_BHE" title = "HEAT_TRANSPORT_BHE"
author = "Wanlong Cai, Haibing Shao" author = "Wanlong Cai, Haibing Shao"
weight = 1 weight = 1
[menu.docs]
name = "Process-dependent configuration"
identifier = "processes"
weight = 5
post = "Get more insight into process-specific configurations."
[menu.docs.params]
category = "User"
+++ +++
## Description ## Description
......
+++ +++
title = "Heat Transport" title = "Heat Transport"
weight = 1 weight = 2
+++ +++
+++ +++
title = "Multiphase" title = "Multiphase"
weight = 2 weight = 3
+++ +++
+++
date = "2024-12-13T12:00:00+01:00"
title = "Overview"
author = "Maximilian Dörnbrack"
weight = 1
+++
+++
date = "2024-12-13T12:00:00+01:00"
title = "Introduction"
author = "Maximilian Dörnbrack"
weight = 1
[menu.docs]
name = "Process-dependent configuration"
identifier = "processes"
weight = 5
post = "Get more insight into process-specific configurations."
[menu.docs.params]
category = "User"
+++
## 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.
+++
author = "Feliks Kiszkurno"
date = "2023-01-10"
title = "Shared Content"
weight = 6
+++
+++
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. 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: 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:
......
...@@ -75,7 +75,7 @@ For more details, see [Process variables]({{< ref "process_variables" >}}). ...@@ -75,7 +75,7 @@ For more details, see [Process variables]({{< ref "process_variables" >}}).
THM can automatically obtain thermal conductivity for the medium based on thermal conductivities of phases and porosity. THM can automatically obtain thermal conductivity for the medium based on thermal conductivities of phases and porosity.
{{% include "../../shared-content/effective-thermal-conductivity-porosity-mixing.md" %}} See [Thermal conductivity: effective porosity mixing]({{% ref "effective-porosity-mixing" %}}) for more information.
#### Examples #### Examples
......
...@@ -213,7 +213,7 @@ The diagonal lumping of the mass matrix of the Richards equation can be using by ...@@ -213,7 +213,7 @@ The diagonal lumping of the mass matrix of the Richards equation can be using by
TRM can automatically obtain thermal conductivity for the medium based on thermal conductivities of phases and porosity. TRM can automatically obtain thermal conductivity for the medium based on thermal conductivities of phases and porosity.
{{% include "../../shared-content/effective-thermal-conductivity-porosity-mixing.md" %}} See [Thermal conductivity: effective porosity mixing]({{% ref "effective-porosity-mixing" %}}) for more information.
#### Examples #### Examples
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
author = "Feliks Kiszkurno" author = "Feliks Kiszkurno"
date = "2023-01-10" date = "2023-01-10"
title = "Thermal processes" title = "Thermal processes"
weight = 2 weight = 5
+++ +++
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment