Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas committed Jul 18, 2024
1 parent e22e832 commit ef387da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion docs/src/systems/boundary.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,14 @@ Modules = [TrixiParticles]
Pages = [joinpath("schemes", "boundary", "open_boundary", "boundary_zones.jl")]
```

### [Method of characteristics](@id method_of_characteristics)
# [Open Boundary Models](@id open_boundary_models)

## [Method of characteristics](@id method_of_characteristics)

```@autodocs
Modules = [TrixiParticles]
Pages = [joinpath("schemes", "boundary", "open_boundary", "method_of_characteristics.jl")]
```

The difficulty in non-reflecting boundary conditions, also called open boundaries, is to determine
the appropriate boundary values of the exact characteristics of the Euler equations.
Expand Down
2 changes: 1 addition & 1 deletion src/schemes/boundary/open_boundary/system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Open boundary system for in- and outflow particles.
# Keywords
- `sound_speed`: Speed of sound.
- `fluid_system`: The corresponding fluid system
- `boundary_model`: Boundary model (see [BoundaryModelLastiwka](@ref))
- `boundary_model`: Boundary model (see [Open Boundary Models](@ref open_boundary_models))
- `buffer_size`: Number of buffer particles.
- `reference_velocity`: Reference velocity is either a function mapping each particle's coordinates
and time to its velocity, an array where the ``i``-th column holds
Expand Down

0 comments on commit ef387da

Please sign in to comment.