![]() |
direction vectors for lift and drag in fluent
hi i have one query regarding direction vectors of drag and lift forces in fluent. in many tutorial the direction vectors at any angle of attack lets say 4 degree is 0.99576 for x axis and 0.06976 for y axis. and for lift the direction vectors are -0.06976 and 0.99576. however the under mention link says that drag direction vector should be negative also.
http://www.engineeringarchives.com/les_fm_draglift.html what is the correct way to calculate lift and drag in fluent need guidance thanks in advance. |
It doesn't matter. You can use the following command to get the force in the positive x-direction
Code:
/report/forces/wall-forces yes 1 0 0 noCode:
/report/forces/wall-forces yes -1 0 0 no |
RE
then what is the correct drag force vector direction in fluent. my geometry is in yz plane while flow direction is in y direction and it originates from -162 meters. for a 4 degree aoa what should be the direction vectors i should put in.
regards |
Whatever is parallel to your freestream
|
Re
as far as my humble understanding my free stream is flowing from -ve y direction to positive y direction so i should be taking a -ve direction vector of drag. correct me sir if i am wrong.
regards |
You can just take the drag vector in the positive Y direction. Try:
/report/forces/wall-forces yes 0 1 0 no |
re
sir my geometry is at an angle of attack not at zero degree. it would be better to use the cosine and sine of aoa as direction of force vectors while owing to -ve direction of flow i can use the -ve sign in force vector. with positive value i am getting higher values then expected. and they stayed the same at different aoa which is not correct.
regards |
| All times are GMT -4. The time now is 21:44. |