|
[Sponsors] |
Particle Injection File or DEFINE_DPM_INJECTION_IN |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 18, 2008, 14:16 |
Particle Injection File or DEFINE_DPM_INJECTION_IN
|
#1 |
Guest
Posts: n/a
|
I would like to inject particles and to continuously change the location of particular injecting particles as Fluent iterates.
I have tried creating a INJ file that defines the particle characteristics. However, Fluent does not recognize changes to the file as it iterates. You must reload the file for Fluent to recognize it. I have also tried creating a UDF: #include "udf.h" #include "dpm.h" DEFINE_DPM_INJECTION_INIT(init_inj,plat) { Particle *p; loop(p,plat->p) { P_INIT_DIAM(p) = 0.000005; } } None of these methods appear to change the injection as Fluent iterates. I was wondering if someone could assist me in this problem. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
2.0.x on Mac OSX | niklas | OpenFOAM Installation | 74 | March 28, 2012 17:46 |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
[Gmsh] Compiling gmshFoam with OpenFOAM-1.5 | BlGene | OpenFOAM Meshing & Mesh Conversion | 10 | August 6, 2009 05:26 |
Compiling OpenFOAM13 on AMD64 with Redhat Enterprise | mbeaudoin | OpenFOAM Installation | 20 | June 17, 2008 07:43 |
PHI file structure | Eugene | Phoenics | 9 | November 2, 2001 23:00 |