Skip to content

Commit

Permalink
authors
Browse files Browse the repository at this point in the history
  • Loading branch information
alemelis committed Dec 21, 2023
1 parent a2c3b23 commit 1cb2055
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ makedocs(
"Quickstart" => "man/quickstart.md",
"Configuration" => "man/config.md",
"Examples" => "man/examples.md",
# "Manual" => Any[
# # "Guide" => "man/guide.md",
# # "man/config.md",
# # "man/examples.md"
# ]
],
)

Expand Down
6 changes: 6 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

openBF is an open-source 1D blood flow solver based on MUSCL finite-volume numerical scheme, written in [Julia](https://julialang.org/downloads/) and released under [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0) free software license.

openBF has been developed by [Dr. A. Melis](https://alemel.is) under the supervision of [Dr. A. Marzo](https://www.sheffield.ac.uk/mecheng/academic-staff/alberto-marzo) as part of the PhD project on cardiovascular modelling at [INSIGNEO](https://www.sheffield.ac.uk/insigneo) Institute, Department of Mechanical Engineering of The University of Sheffield. All the contributors are listed on [github](https://github.com/INSIGNEO/openBF/graphs/contributors).

The accompaigning [PhD Thesis](https://etheses.whiterose.ac.uk/19175/) contains the relevant theoretical background and the explanation of the numerical scheme implemented. A shorter backgound introduction is given in the [Overview](man/overview.md) page.

Head over to the [Quickstart](man/quickstart.md) section for installation and running instructions.

## Publications

openBF has been used in the following works:
Expand Down

0 comments on commit 1cb2055

Please sign in to comment.