Hi everyone,
I was investigating the GitHub implementation of the method used for the calculation of CD0 for a lifting surface (wing element) as well.
My doubt concerns the calculation of Cl0_2D: I found that it is initially set to 0, but I could not figure out whether this value is updated somewhere during the calculation or if the initialized value is actually the one used in the end.
Does anyone know where/how Cl0_2D is updated during the computation?
Thank you in advance for your help and for any clarification you can provide.
Thank you for your prompt reply.
I realized that the version I was using is version 3.40.1. In this previous version, the same formulation seems to be used, but the parameter Cl0_2D_ is not present among the input parameters (while it is available in the current version).
Could you please provide some information about how Cl0_2D_ was handled in the previous implementation? Was it internally calculated or updated during the computation, or was a different approach used?
Thank you again in advance for your help.