Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alemelis committed Oct 30, 2024
2 parents 83d42a3 + ba388b6 commit 5956c49
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/src/man/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

The latest Julia binary can be downloaded for all platforms from the official [website](https://julialang.org/downloads/).

openBF can be installed via `Pkg.clone`. Start `julia` in a terminal session and run
openBF can be installed via Julia REPL. Start `julia` in a terminal session and run

```julia
using Pkg
Pkg.clone("https://github.com/INSIGNEO/openBF.git")
julia> ]

(@v1.11) pkg> add https://github.com/INSIGNEO/openBF.git
```

## Run a simulation
Expand Down Expand Up @@ -53,4 +54,4 @@ When setting `save_stats=true`, a `<project_name>.conv` file is written in the r

### `.last`/`.out` Format

These files contain as many rows as defined in the config by the `jump` parameter (default `100`), and 6 columns. The first column contains the simulation time for the current cardiac cycles; column 2-6 report waveforms at five locations along the vessel, namely _inlet_, _1/4th_ of the length, _mid-point_, _3/4th_ of the length and _outlet_.
These files contain as many rows as defined in the config by the `jump` parameter (default `100`), and 6 columns. The first column contains the simulation time for the current cardiac cycles; column 2-6 report waveforms at five locations along the vessel, namely _inlet_, _1/4th_ of the length, _mid-point_, _3/4th_ of the length and _outlet_.

0 comments on commit 5956c49

Please sign in to comment.