|
[Sponsors] |
![]() |
![]() |
#1 |
Member
Yash Ganatra
Join Date: Mar 2013
Posts: 67
Rep Power: 12 ![]() |
Attached is the UDF - I have combined two UDF's from the tutorial regarding giving an inlet velocity profile and a source term in the X-momentum eqn. Separately they are working fine but when I combine them by interpreting, this the error:
Error chip-exec: combined: wrong return type: float udf function expectedchip-exec: combined: argument 1: incorrect type (38): int expectedchip-exec: combined: argument 2: incorrect type (5): pointer expectedchip-exec: combined: argument 3: incorrect type (0): pointer expectedchip-exec: combined: argument 4: incorrect type (0): int expected Also I have a fundamental doubt: In a UDF like this where I have inlet velocity variable and also a source term, I will hook the UDF in Inlet velocity and Sources ; the same UDF is attached to inlet velocity and momentum eqn ; but how does FLUENT distinguish between the application of these two? What if it confuses between the condition? I hope I have made my point clear. I am a beginner and learning about UDF Thanks, Yash |
|
![]() |
![]() |
![]() |
![]() |
#2 |
Member
Yash Ganatra
Join Date: Mar 2013
Posts: 67
Rep Power: 12 ![]() |
I got the solution after scouting around earlier threads.
Yash |
|
![]() |
![]() |
![]() |
![]() |
#3 |
New Member
Join Date: Mar 2014
Posts: 3
Rep Power: 11 ![]() |
Hi,
I'm getting the same error .Could you please let me know how did you figure out to eliminate this error? Thanks |
|
![]() |
![]() |
![]() |
![]() |
#4 |
New Member
Join Date: Sep 2018
Posts: 8
Rep Power: 6 ![]() |
||
![]() |
![]() |
![]() |
![]() |
#5 |
Senior Member
Alexander
Join Date: Apr 2013
Posts: 2,309
Rep Power: 33 ![]() ![]() |
in code above was
Code:
source = dS[eqn] = 0. ; Code:
{source = 0. ; dS[eqn] = 0. ;}
__________________
best regards ****************************** press LIKE if this message was helpful |
|
![]() |
![]() |
![]() |
Tags |
error udf, fluent - udf, source terms, udf and programming |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
error compiling modified applications | yvyan | OpenFOAM Programming & Development | 21 | March 1, 2016 04:53 |
Compiling dynamicTopoFvMesh for OpenFOAM 2.1.x | Saxwax | OpenFOAM Installation | 25 | November 29, 2013 05:34 |
Errors in UDF | shashank312 | Fluent UDF and Scheme Programming | 6 | May 30, 2013 20:30 |
CGNS lib and Fortran compiler | manaliac | Main CFD Forum | 2 | November 29, 2010 06:25 |
UDF: DEFINE_CG_MOTION for vertical jump motion of an electrode! | alban | Fluent UDF and Scheme Programming | 2 | June 8, 2010 18:54 |