Skip to content

Re: Charged gas in neutral gas

#2985
kolotinsky
Participant

My aim is to simulate the following equation
df/dt + v*df/dr + (F/m)*df/dv = w*(f-f0)
As I understand in OpenLb algorithm for this case f0 is shifted maxwell distribution.
I suppose to simulate collisionless ion gas in neutral gas it is enough to replace shifted maxwell distribution function of ions with maxwell distribution function of neutral gas. How can I apply my idea using OpenLB? Is it possible to change some source file to implement my idea?