Fortran-FOSS-Programmers / FOODIE

Fortran Object-Oriented Differential-equations Integration Environment, FOODIE
129 stars 30 forks source link

Particle tracer #38

Open ShatrovOA opened 4 years ago

ShatrovOA commented 4 years ago

Dear All,

Can you help me understand if this software is capable of tracing particles in Velocity vector fields? Equation that describes this process is dx_ij / dt = V_i. i = 1,2,3 (3 dimensions), j = 1,..,n (n particles). V_i \in [x0,x1]x[y0,y1]x[z0,z1]. x_ij(0) is given.

szaghi commented 4 years ago

Hi @ShatrovOA ,

yes FOODIE can integrate such an ODE

ShatrovOA commented 4 years ago

Thanks, @szaghi . I will give it a try.

By the way, great job with all of your libraries. I love them =)