|
[Sponsors] |
July 8, 2024, 07:32 |
interpreted udf for nanofluid
|
#1 |
New Member
Beheira
Join Date: Sep 2023
Posts: 4
Rep Power: 3 |
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" |
|
Tags |
fluent - udf, nanofluid modelling, parabolic trough, udf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with interpreted UDF with UDM calculation | Kabador | FLUENT | 4 | July 8, 2018 04:36 |
Compiled Vs Interpreted UDF in Fluent 15 | Far | Fluent UDF and Scheme Programming | 1 | August 2, 2014 07:48 |
errors in interpreted udf for two macro | Asghari | FLUENT | 0 | August 7, 2006 03:29 |
compiled or interpreted udf | Aireen | FLUENT | 11 | August 25, 2005 01:54 |
interpreted udf compile | Fred | FLUENT | 2 | June 16, 2005 22:58 |