Unrealistic values of Cd

Hello everyone! I am running a 3D simulation of UAV(Unmanned Aerial Vehicle) at Mach ~0.04. However when i plot the cd vs alpha(-15 to 15) im getting unrealistic values. Could anyone look into it? Would be a great help! For example im getting low Cd at high alpha. Attached below are the results. Runs and their corresponding angle of attack are as: Boundary conditions are velocity inlet, pressure outlet, wall at the uav surface free stream on the 4 remaining enclosure faces

29 -14
27 -13
25 -12
23 -11
21 -10
19 -9
17 -8
15 -7
13 -6
11 -5
9 -4
7 -3
5 -2
3 -1
1 0
2 1
4 2
6 3
8 4
10 5
12 6
14 7
16 8
18 9
20 10
22 11
24 12
26 13
28 14
30 15

Hi @bame15

Would it be possible for you to share me the project link, so that I could dive into this issue further.

Thanks!
Bryan

@BryanArsenio Here is the link to the project

Hi @bame15

I checked your project, and I found that the runs look stable. The result also seems to correspond really well with the boundary conditions that you set.

The problem is that you are not plotting “cd vs alpha (-15 to 15)”, since the x-axis is not the alpha it self, rather the Run number. In your parametric Boundary Condition for Velocity inlet you defined an alternating positive-negative value for the y-velocity (see image), which then if you plot with x-axis as the Run number this would be cd vs alpha (0, 1, -1, 2, -2, 3, -3…), and in that case the plot seems to be physically make-sense.

Additionally, you use a moving wall as your side walls, however you specify a constant velocity of 13.89 m/s in x-direction (see image), this creates a non physical region around the edge connecting the side-walls and the inlet, making the solution less accurate. I would advise you to use slip-wall instead.

Thank you!
Bryan