👨🏻‍💻Introduction to UDF Coding with 2D Pipe Flow Simulation Tutorial

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • In this video, you will learn the basics of User Defined Functions (UDF) and how to write a UDF code, what each statement means inside the code file, and how to interpret it and use it in ANSYS FLUENT Software.
    #ansys #fluent #mechanical #engineering #mechanicalengineering #tutorial #coding #userdefinedfunction #functions #fluid #flow #fluidflow

Комментарии • 22

  • @fitorisqulah1490
    @fitorisqulah1490 3 года назад +2

    Thank you for your systematic explanation! This video helps a lot.

  • @isacici8529
    @isacici8529 3 года назад +3

    hello my teacher
    I will have a pressure study on UDF time dependent and can you send me an example of this on a three-dimensional pipe.
    thank you teacher

  • @eamona708
    @eamona708 3 года назад

    thank you, saved me hours

  • @asifraj321
    @asifraj321 2 года назад

    Very nice explanation. please make a video on the pulsatile flow of blood.

  • @jloudefonty3231
    @jloudefonty3231 4 года назад

    Very good tutorial, please continue

  • @nsccnortheastern8853
    @nsccnortheastern8853 5 лет назад +3

    Hello Mr. Kouta,
    I am getting the following error:
    Error: C:/Users/kombe/AppData/Local/Temp/Vtrial.c.13720.3.c: line 12: non-integer subscript expression: double.
    On this line: F_PROFILE(t,thread,position) = (15*t)
    Do you know why??

    • @FelixFrankie
      @FelixFrankie 2 года назад

      Did you try adding the point between 15 and *? - (15.*t)

  • @chihebbeji1964
    @chihebbeji1964 5 лет назад +3

    Hello Ahmad, thanks for this amazing tutorial. I'm working an a variable inlet temperature inside a pipe depending on the time steps.
    I want the temperature profile to be 27°C between 0 and 600 min and 29,5°C between 1700 and 2330 min, otherwise I wand a constant temperature profile at 31°C.
    How can I add these modifications to your UDF code?
    Kind regards

  • @dramarecaps2731
    @dramarecaps2731 4 года назад

    Great video!

  • @DhirajKumar-rd6vr
    @DhirajKumar-rd6vr 2 года назад

    very helpful video. please make a video on how to apply a non uniform (gaussian) heat flux on wall of tube

  • @prashantsaini6372
    @prashantsaini6372 5 лет назад +1

    sir can you please tell me how i can make the UDF for a data file which i want to give as a heat source on the surface of wall. Please revert sir.

  • @NishanthVikraman
    @NishanthVikraman 3 года назад

    Thank you Ahmad

  • @hadjerbellamri7409
    @hadjerbellamri7409 5 лет назад

    great one! thanks a lot

  • @gabrielagambetta7819
    @gabrielagambetta7819 5 лет назад

    hi, if my problem is steady state i have to change "realt=CURRENT_TIME;" ??

  • @shivabairisn
    @shivabairisn 4 года назад

    How can we add a profile equation at the outlet?

  • @zara9305
    @zara9305 5 лет назад

    Hi Sir,
    thanks so much,
    I'm wondering to ask the Nusselt number and temperature gradient UDFs

  • @pritampriyadarshi7746
    @pritampriyadarshi7746 Год назад

    Heyy.I need suggestions and help to write for 3d pipe flow udf coding.
    TIA

  • @hanantasenawp
    @hanantasenawp 4 года назад

    Hello, can you share the note of UDF parameter? Thank you

  • @sam19022004
    @sam19022004 Год назад

    Error: floating point exception
    Error Object: #f
    What does it mean ?

    • @AhmadKouta
      @AhmadKouta  Год назад +1

      This error usually occurs when some number is divided by zero and causes the simulation to stop. Check your parameters. Also, there may be a problem with the mesh. So try improving the mesh too.

    • @sam19022004
      @sam19022004 Год назад

      @@AhmadKoutathanks for your advice I will try 😊