Updates the Surface Density Function
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(ResPart_set), | intent(inout) | :: | this |
Collection of Resolved Particles |
||
| type(eulerian_obj_r), | intent(inout) | :: | SDF |
Surface density function |
impure subroutine ResPart_set_UpdateSDF(this,SDF) !> Updates the Surface Density Function implicit none class(ResPart_set), intent(inout) :: this !! Collection of Resolved Particles type(eulerian_obj_r), intent(inout) :: SDF !! Surface density function call this%ib%UpdateSDF(SDF) return end subroutine ResPart_set_UpdateSDF