mus_load_particlekind Subroutine

public subroutine mus_load_particlekind(particle_kind, conf)

Get the particle kind from the configuration

Resulting string is one of: * Momentum-exchange method (kind = 'MEM') * Discrete Particle Simulations (kind = 'DPS') * One-way coupled Discrete Particle Simulations (kind = 'DPS_oneway') or 'none', if there are no particle to be modeled

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(inout) :: particle_kind

particleGroup to add particles loaded from the lua script to

type(flu_State) :: conf

configuration