marker_set_AddPlane Subroutine

private subroutine marker_set_AddPlane(this, center, normal, width, vel, dl, tag)

Add an IB plane

Type Bound

marker_set

Arguments

Type IntentOptional Attributes Name
class(marker_set), intent(inout) :: this

Collection of Resolved Particles

real(kind=wp), intent(in) :: center(3)

Plane center

character(len=*), intent(in) :: normal

Plane normal

real(kind=wp), intent(in) :: width(3)

Plane extents

real(kind=wp), intent(in) :: vel(3)

Plane velocity

real(kind=wp), intent(in) :: dl

Marker spacing

integer(kind=8), intent(in), optional :: tag

Tag


Calls

proc~~marker_set_addplane~~CallsGraph proc~marker_set_addplane marker_set%marker_set_AddPlane markers markers proc~marker_set_addplane->markers proc~lagrangian_set_resize lagrangian_set%lagrangian_set_Resize proc~marker_set_addplane->proc~lagrangian_set_resize