CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT

Particle Injection File or DEFINE_DPM_INJECTION_IN

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 18, 2008, 13:16
Default Particle Injection File or DEFINE_DPM_INJECTION_IN
  #1
Dave
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.
  Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
2.0.x on Mac OSX niklas OpenFOAM Installation 74 March 28, 2012 16:46
Working directory via command line Luiz CFX 4 March 6, 2011 20:02
[Gmsh] Compiling gmshFoam with OpenFOAM-1.5 BlGene OpenFOAM Meshing & Mesh Conversion 10 August 6, 2009 04:26
Compiling OpenFOAM13 on AMD64 with Redhat Enterprise mbeaudoin OpenFOAM Installation 20 June 17, 2008 06:43
PHI file structure Eugene Phoenics 9 November 2, 2001 22:00


All times are GMT -4. The time now is 17:55.