|
[Sponsors] |
February 19, 2011, 06:54 |
dpm drag coefficient
|
#1 |
New Member
Igor Bonefacic
Join Date: Mar 2009
Location: Rijeka, Croatia
Posts: 5
Rep Power: 17 |
Hello!
I'm trying to simulate pulverized biomass combustion and would like to implement custom drag laws on biomass particles. I have several injections of biomass particles of different shapes and sizes and would like to assign different drag coefficients for different injections. For example injection-1 are cilindrical particles injection-2 flake-like etc. my question is how to identify injections in UDF? I tried with something like this: if (p->injection->name=="injection-1") { /* ...calculate Drag for cilindrical particle*/ .. .. } else { Drag=SphereDragCoeff(RE); } return(Drag); But in this case sphere drag law is used even for "injection-1". btw. "injection-1" is the name of injection assigned in injections panel under injection name. Where am I making a mistake? Thanks in advance, Igor B. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Drag Coefficient Convergence Problem | John | FLUENT | 18 | June 24, 2023 10:22 |
Drag coefficient, DPM. | jorge poyatos | FLUENT | 14 | January 20, 2012 14:41 |
Drag coefficient for parcels in dieselFoam | sebastian_vogl | OpenFOAM Running, Solving & CFD | 5 | December 31, 2008 13:19 |
Automotive test case | vinz | OpenFOAM Running, Solving & CFD | 98 | October 27, 2008 09:43 |
DPM drag coefficient | Spielkind | FLUENT | 1 | August 12, 2007 13:27 |