Thank you. It was really useful for my installation procedure.
@Arseniy_Arseniy Жыл бұрын
Thank you. It's working now
@권인규-f4y11 ай бұрын
Thank you. You save my life
@vikkjayyak26422 жыл бұрын
Fluent 2022 comes with inbuilt compiler. this video is not necessary if using 2022 version. if using earlier version, when opening fluent in workbench, a setup window will open, in that make sure your udf file is present in the working directory. That is very important
@CFD_Mechanic2 жыл бұрын
built in compiler works for you?
@CFD_Mechanic2 жыл бұрын
inbuilt compiler does not work for me
@vikkjayyak26422 жыл бұрын
@@CFD_Mechanic yea it does. I compiled a rotating motion UDF and it compiled. Maybe you need to reinstall.
@CFD_Mechanic2 жыл бұрын
@@vikkjayyak2642 in 2022?
@vikkjayyak26422 жыл бұрын
@@CFD_Mechanic yea 2020R2
@veljkourkovic48611 күн бұрын
I didn’t get you about this one: How did tou solve fatal error LNK 1104 cannot open file ‘kernel32.lib’?
@dogeguitar96782 жыл бұрын
great. It works!!!!!!
@shanwang8236 Жыл бұрын
sir, i'm learning the udf, there are some questions confused me long time. hope you can give me some advices. the first question is the messaging passing type like PRF_CSEND and PRF_CRECV is block conmunicating or non-block conmunicating? the seccond question is the library of messaage passing in udf is same as mpi library?
@MohamedAsharSultanMohamedYousu Жыл бұрын
while downloading visual studio 2017 community version it says 'Not Available'. Can I install 2019 or the latest version? I ries latest version 2022 but the software or files you selected while downloading,.i.e. universal Windows and Desktop development are not the same. What could be done?
@CFD_Mechanic Жыл бұрын
yes, just check from ansys website that which version is compatiable with your fluent version
@MohamedAsharSultanMohamedYousu Жыл бұрын
@@CFD_Mechanic Ansys2021R1 is the version, but the software or files you selected while downloading, universal Windows and Desktop development are different.
@CFD_Mechanic Жыл бұрын
@@MohamedAsharSultanMohamedYousu check on ansys website
@ivicailic8492 жыл бұрын
Hello, can you give information what is first ansys version that have built in UDF compiler?
@CFD_Mechanic2 жыл бұрын
Some one here was telling me that Fluent 2022 has builtin compiler
@ivicailic8492 жыл бұрын
@@CFD_Mechanic thank you for answering, i tried to google it, bit i could not find reliable information. Thanks again
@leodaniel52452 жыл бұрын
Hey Ivica, I found an option for using in-built compiler near 'Build' in FLUENT R2020 R2. I haven't tried it, you can see the same in this video at 02:54. Hopefully, it is the same.
@ivicailic8492 жыл бұрын
@@leodaniel5245 thank you for answer! I alredy use 2022 version and it seems to work very good!
@dimasajialamsyah7311 Жыл бұрын
How to compile, if i want use ansys workbench
@CFD_Mechanic Жыл бұрын
workbench?
@dharam9702 жыл бұрын
Sir how I can learn icem cfd. Pls suggest
@CFD_Mechanic2 жыл бұрын
There are my course on udemy. Links are provided in description
@juanmanuelreyestroncoso41222 жыл бұрын
Greetings, thank you, it was very helpful, unfortunately when I try to compile the .c code, in the console apears an error message and I'm unable to know what is causing it, I really will appreciate your help In file included from udf_names.c:3: C:\PROGRA~1\ANSYSI~1\v212\fluent\fluent21.2.0\src\udf\udf.h(79,12): fatal error: 'ud_io1.h' file not found # include "ud_io1.h" ^~~~~~~~~~ 1 warning and 1 error generated. scons: *** [udf_names.obj] Error 1 scons: building terminated because of errors.