We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.

Ansys Learning Forum Forums Discuss Simulation Fluids How to simulate 3D analysis of water flow(open-channel flow) for an undershot turbine. Reply To: How to simulate 3D analysis of water flow(open-channel flow) for an undershot turbine.

Vinod Kumar
Subscriber


This image is the result after flow time 1.196s, I am worried about it's orientation. Kindly guide me, how tackle this problem. 


Syntax/structure of  udf file for dynamic mesh motion is:


#include "udf.h"


 


 DEFINE_SDOF_PROPERTIES(stage, prop, dt, time, dtime)


 {


   prop[SDOF_MASS]   = 1576.66;


   prop[SDOF_IXX]  = 2146.055;


   prop[SDOF_IYY]  = 2146.05;


   prop[SDOF_IZZ]  = 1920.10;


   printf ("nstage: updated 6DOF properties");


 }Â