-
Hi, all. I want to run the 'wing.jl' using Actuator Surface Model(ASM). The ASM is vortex sheet + VLM. The original code of the 'wing.jl' : running with ALM(Actuator Line Model: Lifting Line + VLM). So I change the 'wing.jl' code with this LINK. And the code is running well, but the number of particles is same with the original 'wing.jl' code. Could you check this code for running the code with ASM ? Thank you. *[Code(the .jl file does not uploaded,,,)]
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
Hi Inseo! Indeed, the number of particles printed on screen (and the log file) should stay the same. When you pull up the Would you mind pulling up the P.S. As I mention in the docs, ASM is needed for cases with very strong wake interactions (e.g., a prop wake impinging directly on a wing surface). For anything else, like the isolated wing example under |
Beta Was this translation helpful? Give feedback.
-
Hi Ed. I checked the large amount of the particles on the wing surface. The point on the surface looks like collocation point in vortex lattice method. So, you mean that the ASM(with Vortex sheet) can calculate the aerodynamic coefficient of the wing using high resolution better than ALM(With Lifting Line). And then, Propeller-wing interaction can be solved by ASM with high resolution of the wing surface as you mentioned. But the section aerodynamic data and wing aerodynamic coefficient still weird. ASM-example_pfield.log Can you check it ? I think the ASM script that I wrote is something wrong. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Hi, It's been a while. I made the ASM code with reference to vahana.jl code. Here is the ASM code that can analysis the wing aerodynamic force with Actuator Surface Model.
You can save the section aerodynamic data using *pos.dat, *cl.dat and *cd.dat. Thank you, |
Beta Was this translation helpful? Give feedback.
Hi, It's been a while.
I made the ASM code with reference to vahana.jl code.
Here is the ASM code that can analysis the wing aerodynamic force with Actuator Surface Model.