Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
svchb committed Jul 15, 2024
1 parent 01c6b71 commit a6183e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/schemes/boundary/dummy_particles/dummy_particles.jl
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ function BoundaryModelDummyParticles(initial_density, hydrodynamic_mass,
end

@doc raw"""
AdamiPressureExtrapolation(; pressure_offset)
AdamiPressureExtrapolation(; pressure_offset=0.0)
`density_calculator` for `BoundaryModelDummyParticles`.
# Keywords
- `pressure_offset=0.0`: Sometimes it is necessary to artificially increase the boundary pressure
to prevent penetration which is possible by increasing this value.
to prevent penetration, which is possible by increasing this value.
"""
struct AdamiPressureExtrapolation{ELTYPE}
Expand Down

0 comments on commit a6183e2

Please sign in to comment.