Ansys Learning Forum › Forums › Discuss Simulation › Fluids › coupled simulation of vehicle and fluid tank › Reply To: coupled simulation of vehicle and fluid tank
March 4, 2024 at 8:04 am
vikram chahal
Subscriber
eal fluid_force_x = 10.0;
    real fluid_force_y = 0.0;
    real fluid_force_z = 0.0;
    real fluid_moment_x = 0.0;
    real fluid_moment_y = 5.0;
    real fluid_moment_z = 0.0;
Â
    Thread *t;
    face_t f;
    cell_t c;
Â
    /* Loop over all cells */
    begin_c_loop(c, t)
    {
showing error in step 2 of this code line 44,45,46,47,48,49, 51,52,53 for real fluid force and moments in x,y,z direction showing parse error and line 56 showinfg t as undeclared variable.