Ansys Fluent: Moving Object Using Dynamic Mesh And UDF

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 22

  • @prathameshsahoo3172
    @prathameshsahoo3172 5 หลายเดือนก่อน

    Best video on dynamic meshing by far ❤

  • @jacobsss5827
    @jacobsss5827 7 หลายเดือนก่อน

    This song is sooo similar to "Meskie Granie - Poczatek"
    Thanks for the tutorial

  • @ChiếnHoàng-s7c
    @ChiếnHoàng-s7c 11 หลายเดือนก่อน +1

    Hello, I have a question for you. Can you explain about "vel[0] = - 0.25 * sin(t); vel[1] = 0.25 * cos(2*t); omega[2] = 10*cos(3*t);" in your script? What do these mean?

  • @mmnyako
    @mmnyako 4 หลายเดือนก่อน

    One question pls,
    why did you separate the boundary layer at 5:25 ?
    my guess is that youdon't want to apply dynamic mesh remeshing, layering and smoothing on the boundary layer zone, but only apply the remeshing on the tetrahedral/triangular cells of the fluid zone
    pls correct me if I am wrong Thanks!

  • @bradleyjomard
    @bradleyjomard 5 หลายเดือนก่อน

    I keep getting negative cell volumes stopping me from running this, would you have any idea why?

  • @alfaageng
    @alfaageng 11 หลายเดือนก่อน

    Sir please make a video of spraying nozzle move in translation motion

  • @muhammadsumair8727
    @muhammadsumair8727 ปีที่แล้ว

    i want to fix my mesh in horizontal direction and allow free to move in vertical direction , how this is possible

  • @tuongy2k
    @tuongy2k 2 ปีที่แล้ว +2

    Where can I get the UDFCase124.c file? Thank you!

  • @prathameshsahoo3172
    @prathameshsahoo3172 5 หลายเดือนก่อน

    I followed your udf and all the steps but console shows
    Warning: incorrect cg motion UDF functionname:: libduf on zone 6

  • @jacobsss5827
    @jacobsss5827 7 หลายเดือนก่อน +1

    I've got "floating point exception" error

  • @ahmaddanial2740
    @ahmaddanial2740 2 ปีที่แล้ว +1

    hye, can you explain about the coding.

  • @asifraj321
    @asifraj321 ปีที่แล้ว

    How can I display simulation results as well as time on graph in animation?

  • @vivekjadhav2468
    @vivekjadhav2468 2 ปีที่แล้ว

    i really loved your video. can u make a video tutorial on undulating fin in water?

  • @wahyuindradh9027
    @wahyuindradh9027 2 ปีที่แล้ว +1

    Can u give a tutorial how PIG move in pipe please??

  • @tusharpatel4654
    @tusharpatel4654 3 ปีที่แล้ว

    Can we apply dynamic mesh without udf ?

    • @fluentsetup1232
      @fluentsetup1232  3 ปีที่แล้ว +5

      Yes, but if you do, you can only get the domain to move accordingly to the forces being exerted on it by the surrounding fluid. If you wanna supply some external force or torque or define the motion of the body with an equation, you need a UDF.

  • @juanmanuelreyestroncoso4122
    @juanmanuelreyestroncoso4122 2 ปีที่แล้ว +2

    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.

    • @jacobsss5827
      @jacobsss5827 7 หลายเดือนก่อน

      Same for me. Idk If we shouldn't just prepare an additional .h file just with the headers...

    • @burgaoguilherme
      @burgaoguilherme 7 หลายเดือนก่อน

      same error here, have you guys found a fix for it?