velocity calculation

Asked by Jessica

Hello!!

I wanted to know how were the velocities over time was implemented in ESyS-particle. I am using a 3-dimensional silo flow and the incorporated interactions between unbonded particles as well between walls were rotational friction and aritficial viscosities (linear and rotational).

I am using the vector fieldsaver in obtaining the velocity data.

I guess that will be all!!

Thanks!!

Jessica

Question information

Language:
English Edit question
Status:
Solved
For:
ESyS-Particle Edit question
Assignee:
No assignee Edit question
Solved by:
SteffenAbe
Solved:
Last query:
Last reply:
Revision history for this message
Best SteffenAbe (s-abe) said :
#1

Not sure exactly what you mean by "how were the velocities over time was implemented in ESyS-particle".
If you like to know the details of the time integration scheme - its a simple, fully explicit first order scheme (see the CParticle::integrate and CRotParticle::integrate functions in Model/Particle.cpp and Model/RotParticle.cpp respectively). If that doesn't answer your question, could you specify it in abit more detail ?

Steffen Abe

Revision history for this message
Jessica (jescarish) said :
#2

Thanks SteffenAbe, that solved my question.