November 7, 2017 at 2:12 pm
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");
 }Â