File tree Expand file tree Collapse file tree
src/schemes/boundary/open_boundary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ It requires a specific flow direction to be passed to the [`BoundaryZone`](@ref)
88For 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)
Original file line number Diff line number Diff line change 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"""
2626struct FirstOrderMirroring{ELTYPE}
2727 firstorder_tolerance:: ELTYPE
You can’t perform that action at this time.
0 commit comments