mus_particles_updateFluidVolumeFraction Subroutine

public subroutine mus_particles_updateFluidVolumeFraction(particleGroup, scheme, geometry, params, nElems)

Main routine to update the fluid volume fraction in the auxField

Arguments

Type IntentOptional Attributes Name
type(mus_particle_group_type), intent(in) :: particleGroup

Array of particles

type(mus_scheme_type), intent(inout) :: scheme

scheme for access to varSys

type(mus_geom_type), intent(in) :: geometry

Geometry for access to tree

type(mus_param_type), intent(in) :: params

Params for access to dt, dx, etc.

integer, intent(in) :: nElems

Number of elements including halos (multilevel not supported yet so no ghosts)