Skip to content

IISPH is not correctly considering velocity of moving boundaries #910

@efaulhaber

Description

@efaulhaber

With #751, the predicted velocity of boundary particles is defined as zero:

@propagate_inbounds function predicted_velocity(system::BoundarySystem, particle)
    return zero(SVector{ndims(system), eltype(system)})
end

For moving boundaries, this should instead be the prescribed velocity at the next time step.
There might be other instances where the equations have to be changed to correctly support moving boundaries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions