Skip to content

Commit 8beb4d9

Browse files
author
LasNikas
committed
fix typos
1 parent 8863884 commit 8beb4d9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/schemes/boundary/open_boundary/method_of_characteristics.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ It requires a specific flow direction to be passed to the [`BoundaryZone`](@ref)
88
For more information about the method see [description below](@ref method_of_characteristics).
99
1010
# Keywords
11-
- `extrapolate_reference_values=nothing`: If one of the follwoing mirror methods is choosen,
12-
the reference values are extrapolated from the fluid domain to the boundary particles.
11+
- `extrapolate_reference_values=nothing`: If one of the following mirroring methods is selected,
12+
the reference values are extrapolated from the fluid domain to the boundary particles:
1313
- [`ZerothOrderMirroring`](@ref)
1414
- [`FirstOrderMirroring`](@ref)
1515
- [`SimpleMirroring`](@ref)

src/schemes/boundary/open_boundary/mirroring.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ end
2020
"""
2121
FirstOrderMirroring
2222
23-
Fluid properties are interpolated onto ghost nodes using the method propsed by [Liu and Liu (2006)](@cite Liu2006),
24-
to retrieve first oder kernel and particle consistency.
23+
Fluid properties are interpolated onto ghost nodes using the method proposed by [Liu and Liu (2006)](@cite Liu2006),
24+
to retrieve first order kernel and particle consistency.
2525
"""
2626
struct FirstOrderMirroring{ELTYPE}
2727
firstorder_tolerance::ELTYPE

0 commit comments

Comments
 (0)