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

interpreted udf for nanofluid

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 8, 2024, 06:32
Default interpreted udf for nanofluid
  #1
New Member
 
Beheira
Join Date: Sep 2023
Posts: 4
Rep Power: 3
atia is on a distinguished road
hello iam trying to simulate nanofluid flow in parabolic trough collector i wrote a udf file for nanofluid and interpreted in fluent it gives me this error how can i solve this
pp -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/main" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/addon-wrapper" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/io" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/species" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/pbns" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/numerics" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/sphysics" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/storage" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/mphase" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/bc" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/models" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/material" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/amg" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/util" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/mesh" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/udf" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/ht" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/dx" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/turbulence" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/acoustics" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/parallel" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/etc" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/ue" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/dpm" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/dbns" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/tgrid/src" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/cortex/src" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/client/src" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/multiport/src" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/../include" -I. -DUDFCONFIG_H="<udfconfig-host.h>" "F:/work/nano.c"
In file included from C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/udf/udf.h:22,
from C:/Users/hanno/AppData/Local/Temp/nano.c.23252.0.c:1:
C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/main/global.h:287: badly punctuated parameter list in `#define'
In file included from C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/dpm/dpm_tools.h:10,
from C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/udf/udf.h:54,
from C:/Users/hanno/AppData/Local/Temp/nano.c.23252.0.c:1:
C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/dpm/dpm_parallel.h:631: badly punctuated parameter list in `#define'

cpp -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/main" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/addon-wrapper" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/io" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/species" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/pbns" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/numerics" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/sphysics" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/storage" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/mphase" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/bc" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/models" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/material" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/amg" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/util" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/mesh" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/udf" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/ht" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/dx" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/turbulence" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/acoustics" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/parallel" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/etc" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/ue" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/dpm" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/src/dbns" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/tgrid/src" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/cortex/src" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/client/src" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/multiport/src" -I"C:\PROGRA~1\ANSYSI~1\v231\fluent\fluent23.1.0/../include" -I. -DUDFCONFIG_H="<C:/Users/hanno/AppData/Local/Temp/udfconfig-23252-node0.h>" "C:/Users/hanno/AppData/Local/Temp/nano.c.23252.0.c"
atia is offline   Reply With Quote

Reply

Tags
fluent - udf, nanofluid modelling, parabolic trough, udf


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
Problem with interpreted UDF with UDM calculation Kabador FLUENT 4 July 8, 2018 03:36
Compiled Vs Interpreted UDF in Fluent 15 Far Fluent UDF and Scheme Programming 1 August 2, 2014 06:48
errors in interpreted udf for two macro Asghari FLUENT 0 August 7, 2006 02:29
compiled or interpreted udf Aireen FLUENT 11 August 25, 2005 00:54
interpreted udf compile Fred FLUENT 2 June 16, 2005 21:58


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