|
[Sponsors] |
sinusoidal oscillating airfoil simulation in CFX |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 7, 2017, 14:15 |
sinusoidal oscillating airfoil simulation in CFX
|
#1 |
New Member
mamly
Join Date: Sep 2010
Posts: 12
Rep Power: 16 |
Hello guys
I am trying to simulate a sinusoidal oscillating airfoil by CFX. The airfoil is NACA0012 and the oscillating center is 0.25 chord. the UDF for the oscilation is: --------------------------------------------------------------------- # include "udf.h" #define D 10.0 /* Amplitude */ #define K 0.026 /* Reduced Frequency */ DEFINE_CG_MOTION(airfoil, dt, vel, omega, time, dtime) { omega[2]=0.0174532*D*2.0*K*cos(2.0*K*time); } ---------------------------------------------------------------------- Can you help me and tell me how can I simulate this airfoil? I have no problem in modeling and mesh generation, but I don't know, where should I implement these equations? Waiting for you! Best |
|
August 7, 2017, 20:22 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
I would not do this using a user function. This can be implemented easily in CEL and that is much easier. Have a look at the CFX tutorials for how to implement CEL expressions.
|
|
Tags |
cfx, sinusoidal oscillating, udf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
3D wave simulation CFX | JimG91 | CFX | 9 | January 2, 2023 01:54 |
Problem with airfoil shape optimization | robyTKD | SU2 Shape Design | 7 | March 7, 2022 17:18 |
simulating 2D airfoil mesh in CFX | iffy | ANSYS Meshing & Geometry | 7 | January 24, 2017 04:05 |
2D FFD Optimization | RLangtry | SU2 | 2 | August 5, 2014 10:48 |
FSI Simulation of a 2D airfoil | marcanyada | CFX | 13 | July 3, 2014 10:23 |