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
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(inout) | :: | particle_kind |
particleGroup to add particles loaded from the lua script to |
||
| type(flu_State) | :: | conf |
configuration |