Re: Charged gas in neutral gas
OpenLB – Open Source Lattice Boltzmann Code › Forums › on OpenLB › General Topics › Charged gas in neutral gas › Re: Charged gas in neutral gas
January 1, 2019 at 11:17 pm
#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?