|
[Sponsors] |
Help Please ! Eulerian Model-----Drag Coefficient |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 13, 2004, 13:12 |
Help Please ! Eulerian Model-----Drag Coefficient
|
#1 |
Guest
Posts: n/a
|
Hi,
I am using Eulerian Model for multiphase flow. In the model, the drag coefficient is 1.0. And I defined the UDF of Drag coefficient as follows: #include "udf.h" DEFINE_EXCHANGE_PROPERTY(drag, cell, x_thread, s, f) { Cd = 1.0; return Cd; } When the UDF is interpreted, Fluent says "Cd" is an undeclared variable. Even if I declare Cd is a real later, Fluent still showed me the same message. Could someone help me? Thank you. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Drag Coefficient for Ellipse Form (2D) | Ketut Utama | Main CFD Forum | 8 | December 11, 2014 12:03 |
Drag coefficient for two ahmed bodies | nfeiler | STAR-CCM+ | 7 | September 5, 2011 19:31 |
Solidification drag coefficient | atulverma | FLOW-3D | 1 | May 14, 2009 10:24 |
Energy dissipation and Drag coefficient | Freeman | Main CFD Forum | 10 | January 27, 2006 08:42 |
Please help a newbie find the drag on a 3d model | David Amer | Main CFD Forum | 1 | March 6, 2002 04:33 |