CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Fluent UDF and Scheme Programming (https://www.cfd-online.com/Forums/fluent-udf/)
-   -   UDF For translational movement (https://www.cfd-online.com/Forums/fluent-udf/127686-udf-translational-movement.html)

parradux December 17, 2013 13:44

UDF For translational movement
 
edit: This is a bug in fluent 14.5 in version 15 works great.
I have a new problem I would like to make my object translate in the -X direction. How do I do this?


Hi,

I want to compile the following UDF:

#include<udf.h>
DEFINE_CG_MOTION(wall, dt, cg_vel, cg_omega, time, dtime)
{
cg_vel[0] = -0.6; /* x-velocity*/
cg_vel[1] = 0.0;
cg_vel[2] = 0.0;
NV_S (cg_omega, =, 0.0); /* no angular motion */
}

Very simple right? When I try to hit build - I get the following error:

c:\Program Files\ANSYS Inc\v145\fluent\fluent14.5.0\src\storage.h(2887) : error C2010: '.' : unexpected in macro formal parameter list
c:\Program Files\ANSYS Inc\v145\fluent\fluent14.5.0\src\storage.h(2887) : error C2010: '.' : unexpected in macro formal parameter list
c:\Program Files\ANSYS Inc\v145\fluent\fluent14.5.0\src\storage.h(2887) : error C2010: '.' : unexpected in macro formal parameter list
c:\Program Files\ANSYS Inc\v145\fluent\fluent14.5.0\src\storage.h(2892) : error C2010: '.' : unexpected in macro formal parameter list
c:\Program Files\ANSYS Inc\v145\fluent\fluent14.5.0\src\storage.h(2892) : error C2010: '.' : unexpected in macro formal parameter list
c:\Program Files\ANSYS Inc\v145\fluent\fluent14.5.0\src\storage.h(2892) : error C2010: '.' : unexpected in macro formal parameter list

My working folder is set to where my mesh and .c file. I've tried starting fluent with x64 visual tools command prompt launcher and that doesn't work.

Any thoughts?

parradux December 18, 2013 16:20

By negative x direction I mean the following:

My object is currently moving in the +x and it will hit a wall boundary I want it to move in the opposite direction (-x) how do I do this?

Riki November 18, 2014 03:26

Hi Parradux. Its very old post but recently i have the same problem.

D:\ANSYS1~1.5\v145\fluent\fluent14.5.0\cortex\src\ cx.h(45) : error C2632: 'long' followed by 'long' is illegal
D:\ANSYS1~1.5\v145\fluent\fluent14.5.0\src\storage .h(2887) : error C2010: '.' : unexpected in macro formal parameter list
D:\ANSYS1~1.5\v145\fluent\fluent14.5.0\src\storage .h(2887) : error C2010: '.' : unexpected in macro formal parameter list
D:\ANSYS1~1.5\v145\fluent\fluent14.5.0\src\storage .h(2887) : error C2010: '.' : unexpected in macro formal parameter list
D:\ANSYS1~1.5\v145\fluent\fluent14.5.0\src\storage .h(2892) : error C2010: '.' : unexpected in macro formal parameter list
D:\ANSYS1~1.5\v145\fluent\fluent14.5.0\src\storage .h(2892) : error C2010: '.' : unexpected in macro formal parameter list
D:\ANSYS1~1.5\v145\fluent\fluent14.5.0\src\storage .h(2892) : error C2010: '.' : unexpected in macro formal parameter list

How did you solve this problem?

pakk November 18, 2014 03:41

His solution apparently was to go to Fluent version 15.0, if I read his edit correctly.

(I can not give more help, this error is a mystery to me.)

Riki November 19, 2014 00:33

After 6 hours effort, I solved the problem. It's working now for Ansys 14.5.

pakk November 19, 2014 03:01

If you can describe your method to solve it, it can be helpful for people who have the same problem in the future.

Riki November 19, 2014 03:42

Its hard to explain step by step but I got most help from one of the post in this forum.

http://www.cfd-online.com/Forums/flu...ng-math-h.html

good day

Mentorslayer September 9, 2015 07:29

Follow the path
 
You can just follow the way
c:\Program Files\ANSYS Inc\v145\fluent\fluent14.5.0\src\storage.h(2887)
and find the error then correct them.
It really works.

ahmed fahmy June 15, 2019 18:09

Quote:

Originally Posted by Mentorslayer (Post 563111)
You can just follow the way
c:\Program Files\ANSYS Inc\v145\fluent\fluent14.5.0\src\storage.h(2887)
and find the error then correct them.
It really works.



please can you write your udf code here ???

ahmed fahmy June 15, 2019 18:11

Quote:

Originally Posted by Riki (Post 519906)
Its hard to explain step by step but I got most help from one of the post in this forum.

http://www.cfd-online.com/Forums/flu...ng-math-h.html

good day


please can you kindly write your UDF code here


All times are GMT -4. The time now is 03:40.