Hello all,
Is it possible to calculate granular temperature of particles? I see that command compute temp/sphere
is phased out.
Thanks and regards,
Vinay
A project by DCS Computing and CFDEMresearch
This website uses cookies to ensure you get the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies. This website uses cookies. By continuing to browse the site you are agreeing to our use of cookies. More info
mschramm | Wed, 04/26/2017 - 21:53
Particle Temperature
Hello,
See the example heatTransfer_1 for an example of what you want.
This example uses the fix heat/gran command
see https://www.cfdem.com/media/DEM/docu/fix_heat_gran_conduction.html
vinaym | Mon, 05/01/2017 - 10:41
velocity fluctuations
Sorry, thats not what I meant. I wanted granular temperature as a measure of the velocity fluctuations in a granular system.
Thank you.
mschramm | Mon, 05/01/2017 - 23:23
That I don't know
If you are modeling a gas, you could incorporate your equations directly into the input file via the variable command...
Something along the lines as
variable my_temp atom "(2.0/3.0) * (1.0/k) * (1.0/2.0 * mass * (vx*vx + vy*vy + vz*vz))"
This would give you temperature as a function of velocity for each atom.