|
[Sponsors] |
how to apply constant velocity to particles during the simulation |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 24, 2014, 02:52 |
how to apply constant velocity to particles during the simulation
|
#1 |
Senior Member
mohammad
Join Date: Dec 2010
Location: UK
Posts: 245
Rep Power: 16 |
Dear all,
I am simulating a domain with some particles moving in a certain direction during the whole simulation. My problem is to apply this constant velocity to the particles in the entire domain and during my simulation. Does anyone have any idea or suggestion? thanks |
|
January 24, 2014, 03:47 |
|
#2 |
New Member
Marek Chodorski
Join Date: Aug 2013
Location: Poland
Posts: 13
Rep Power: 13 |
Hi,
Have a look here - description is in polish http://feazone.org/readarticle.php?article_id=11 vx, vy, vz are wind velocity. If equation you solve is the same use Galerkin method with up-winding. Marek |
|
January 24, 2014, 05:17 |
|
#3 |
Senior Member
Join Date: Nov 2013
Posts: 1,965
Rep Power: 27 |
I could imagine a udf that looks like this:
Code:
DEFINE_DPM_SCALAR_UPDATE(fixedvel,cell,thread,initialize,p) { P_VEL(p)[0]=10.0; P_VEL(p)[1]=0; P_VEL(p)[2]=0; } Although I must admit that I find it difficult to believe that you really want to force the particles to always have the same velocity, and would advise you to take a step back and look at your physical model and the problem you are trying to solve. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Simulation of radial gas turbine, Inlet velocity components | dmaz | CFX | 17 | May 19, 2019 10:45 |
Particle trace velocity structure in grid fire simulation | hanklord | Main CFD Forum | 0 | July 12, 2013 04:25 |
velocity of massless particles and velocity of flow field in same coordinate | payam_IUST | FLUENT | 0 | October 19, 2009 00:24 |
Fluent UDF load and apply inlet velocity b.c. | Knut Lehmann | Main CFD Forum | 2 | June 29, 2007 05:53 |
what the result is negatif pressure at inlet | chong chee nan | FLUENT | 0 | December 29, 2001 06:13 |