marker_set_AddSphere Subroutine

private subroutine marker_set_AddSphere(this, center, radius, vel, dl, tag)

Add an IB sphere

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)

Sphere center

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

Sphere radius

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

Sphere velocity

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

Marker spacing

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

Tag


Calls

proc~~marker_set_addsphere~~CallsGraph proc~marker_set_addsphere marker_set%marker_set_AddSphere markers markers proc~marker_set_addsphere->markers p p proc~marker_set_addsphere->p proc~lagrangian_set_resize lagrangian_set%lagrangian_set_Resize proc~marker_set_addsphere->proc~lagrangian_set_resize