Skip to content
Snippets Groups Projects
Commit a5a53d31 authored by Lars Bilke's avatar Lars Bilke Committed by Lars Bilke
Browse files

[web] Added archetype for benchmark page.

parent 109ce589
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,17 @@ This fetches articles from the CMS to e.g. `ogs/web/data/news.json`.
## How-Tos
### Create a new page
By using `hugo new` you can create a new page with the correct frontmatter for that kind of page:
```bash
hugo new --kind benchmark docs/benchmarks/elliptic/groundwater-flow-dirichlet.md
```
- `--kind` is one the `archetypes/*`
- path is relative to `content/` and determines the URL of the page
### Images
Use shortcode `img`:
......
+++
author = "[TODO]"
project = "[TODO].prl"
[menu]
[menu.benchmarks]
parent = "[TODO]"
weight = 1
+++
{{< project-link >}}
## Equations
## Input files
The main project file is `[TODO]`. It describes the processes to be solved and the related process variables together with their initial and boundary conditions. It also references the mesh and geometrical objects defined on the mesh.
As of now a small portion of possible inputs is implemented; one can change:
- the mesh file
- the geometry file
- introduce more/different Dirichlet boundary conditions (different geometry or values)
The geometries used to specify the boundary conditions are given in the `[TODO]` file.
The input mesh `[TODO]` is stored in the VTK file format and can be directly visualized in Paraview for example.
## Running simulation
To start the simulation (after successful compilation) run:
```bash
$ ogs [TODO]
```
## Results and evaluation
+++
author = ""
+++
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