How to calculate 'drag coefficient' in CFX? I am working on Dish antenna to calculate 'cd', but am unable to get for different angle of attack. I have created Domain, and used this expression:
dragcoeff: force_x()@dish/(0.5*airrho*speed^2*area)
airrho: 1.2250[kg/m^3]
speed: 16.67[m/s]
area: which area I have to choose for my model? Whether dish front area or surface area? and for different angle of attack, when the flow is on x-axis, how to change the area values. (as if the flow is on x axis, and the dish is facing upward, then which area should be consider?
These are the expressions I have given for my model..whether these expressions are correct or not? Please suggest the expression for finding drag coefficient