Request for Basic Simulation Code Without Experimental Data #193
Replies: 2 comments
-
Hi @prem-tekkr, The basic example in the tutorials does not require any input data (CFD nor experiment) for the airfoil lookup tables---it automatically calls XFOIL on the given airfoil sections to generate its own look up table |
Beta Was this translation helpful? Give feedback.
-
Hello @EdoAlvarezR , Thank you so much for your response. 1) I am trying to calculate lift and drag using circulation via a MATLAB script, but I’m facing issues in obtaining accurate values for Lift (L). The example wing code giving the outputs CL and CD after the simulation and compares them with experimental results in the terminal. However, I’m encountering errors when I try to remove the experimental data comparison. Here’s an example of the output I’m getting: END wing2_500/wing2_500_pfield ELAPSED TIME: 0 hours 24 minutes 13 seconds Postprocessing...
How can I adjust the code to display only the FLOWUnsteady CL and CD values after the simulation? 2) The basic example creates a VLM wing with constant sweep, dihedral, taper ratio, and linear twist between the root and wing tips. How can I modify the code to create a wing with different sections, such as combining a rectangular wing with a forward sweep section(as shown in the fig |
Beta Was this translation helpful? Give feedback.
-
Hello ,
I’m using FLOWUnsteady for the first time and facing difficulties writing my own simulation code without having CFD or experimental data. Can anyone please share example code for simulating a wing or propeller that does not rely on CFD or experimental data for validation? I’d appreciate any guidance or resources to help me get started with defining simulation parameters and running the code independently of external data.
Beta Was this translation helpful? Give feedback.
All reactions