|
[Sponsors] |
to separate pressure force and viscous force using udf |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 14, 2013, 06:29 |
to separate pressure force and viscous force using udf
|
#1 |
New Member
Yaroslav
Join Date: Nov 2013
Posts: 4
Rep Power: 13 |
Hi all!
I'm simulate unsteady flow in Fluent and I need write to file pressure force and viscous force on a wall every time step. I'm using UDF in parallel, but my UDF working wrong. After first time step Fluent crashes UDf code : DEFINE_EXECUTE_AT_END(compute_forces) { #if !RP_HOST #endif //!RP_HOST #if !RP_HOST #endif //!RP_HOST #if RP_NODE #endif //RP_NODE #if !RP_NODE #endif //!RP_NODE[/INDENT]} Thank you! |
|
October 19, 2014, 08:26 |
|
#2 | |
New Member
Kuldip Kulkarni
Join Date: Nov 2012
Location: Pune, Maharashtra
Posts: 4
Rep Power: 14 |
Quote:
Please define macro for unsteady simulation before #if !RP_HOST. You have to define real current_time; current_time = CURRENT_TIME; It may work. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how does Fluent calculate the pressure and viscous force ? | e30.lsb | FLUENT | 7 | June 27, 2011 22:31 |
Viscous force and coefficient viscous force | tobino | Main CFD Forum | 0 | February 20, 2011 22:06 |
how does Fluent calculate the pressure and viscous force vector? | Ralf Schmidt | FLUENT | 2 | May 17, 2010 16:49 |
pressure force and viscous force | CFD | FLUENT | 0 | March 7, 2006 02:03 |
what the result is negatif pressure at inlet | chong chee nan | FLUENT | 0 | December 29, 2001 06:13 |