avion dock
avion dock
  • Видео 7
  • Просмотров 47 054

Видео

UAV fuel simulation using SIMULINK
Просмотров 1 тыс.3 года назад
An introductory video to get started with SIMULINK by developing a UAV fuel burn simulation model. The propeller data can be accessed here: m-selig.ae.illinois.edu/props/propDB.html The link to the SIMULINK model: github.com/rohith8272/UAV-fuel-simulation
Aircraft simulation using MATLAB and Python
Просмотров 8 тыс.4 года назад
#aeronauticalengineering #aircraftsimulation #MATLAB #Python This tutorial walks through the program to simulate the longitudinal equations of motion of an aircraft in MATLAB and Python. Link to the aerodynamic and geometric data of the Convair aircraft: ntrs.nasa.gov/archive/nasa/casi.ntrs.nasa.gov/19730003312.pdf MATLAB flight simulation script: Python flight simulation script:
NASA OpenVSP modeling and analysis tutorial
Просмотров 31 тыс.4 года назад
#aeronautical #engineering #aerospace #UAV #drones #aircraftdesign Introductory tutorial to set up the geometry and running an aerodynamic simulation (VLM and parasitic drag calculation) of your aircraft model.
Modelling and simulation of Airbus A400M aircraft in NASA OpenVSP
Просмотров 2,3 тыс.4 года назад
#aeronautical #engineering #modelling #aircraft Basic modeling of the A400M aircraft using engineering drawings in NASA OpenVSP software.
F-16 Fighter aircraft modelling in NASA Open Vehicle SketchPAD (OpenVSP)
Просмотров 1,4 тыс.4 года назад
#aircraftdesign #Aircraft #Flight #Aerospace #Engineering #3dmodelling #F16 #OpenVSP Modeling of an F16 fighter aircraft using the engineering drawing as a reference in OpenVSP.
Ardupilot Software in the loop (SITL) testing with Flightgear | quick setup guide
Просмотров 2,8 тыс.4 года назад
#ardupilot #drones #UAV #SITL #quadcopter Quick setup of software in the loop simulation of a quadcopter with flight gear visualization. 1. Go to the autotest directory in the ardupilot folder. 2. Run the shell for running the FlightGear simulation : ./fg_quad_view.sh 3. In another terminal run the following cmd from the autotest directory : python sim_vehicle.py -v ArduCopter map console If yo...

Комментарии

  • @long-vo3ru
    @long-vo3ru 2 месяца назад

    Could you please share the vsp model in this video?

  • @eshwahsajjad4997
    @eshwahsajjad4997 2 месяца назад

    Hi . When I run VSPAERO launch solver . Results are not shown and graph appears to be blank. Some options are grey . What should I do

  • @jorbedo
    @jorbedo Год назад

    Thanks for the tutorial, with that data, how to calculate the engine hp?

    • @aviatormaxim
      @aviatormaxim 5 месяцев назад

      For piston aircraft - drag / 2.5 = average required h.p

  • @amauryboucly8707
    @amauryboucly8707 Год назад

    Hello, thank you very much for this great video! It is really well done, could you please give your file of the A 400m?

  • @jorbedo
    @jorbedo Год назад

    If you need to visualize basic aerodynamics exporting STL on the fastest algorithm: Fluidx3D ruclips.net/video/Gd_MEHPecw0/видео.html

  • @EM-xq9ts
    @EM-xq9ts Год назад

    Great thanks? can you give sousce code&

  • @bundeligeetsanrakshan3246
    @bundeligeetsanrakshan3246 Год назад

    We may not require any of these quantities, W, m, Iyy, S, MAC, Q, etc. as you are directly taking the values of Xa, Xu, Xw, Za, Zu, Zw, Ma, Mw, Mq, etc. These quantities are only required when you are using coefficients of the derivatives and converting them to the dimensional derivatives in this case your direct values.

  • @bundeligeetsanrakshan3246
    @bundeligeetsanrakshan3246 Год назад

    You have chosen density rho = 1.225Kg/m^3 which is at sea level but your flying altitude is h = H = 23000*0.3048, which is incorrect. Density decreases with altitude.

  • @bundeligeetsanrakshan3246
    @bundeligeetsanrakshan3246 Год назад

    I am solving for non-linear 6dof equations and I am getting all solutions straight lines for different initial conditions. Why? I checked with function (aircraft_EOM()) values it has different values then it is given out. Why is that they must be same. In a function I am solving 12 variables 12 non-linear equations for aircraft! Why I am getting the error could you please help me! You video is very helpful! Thank you for the video.

    • @universo_desconocido
      @universo_desconocido 5 месяцев назад

      Hi mate, I would love to ask you some questions if you are still active on RUclips

    • @bundeligeetsanrakshan3246
      @bundeligeetsanrakshan3246 4 месяца назад

      @@universo_desconocido Thank you for your reply sir. The reason for the error is due to pitching angle goes near to 90degrees and cos term was on denominator. I implemented the solution by giving the condition, if theta = 90, change it to 89degrees or slightly more close to 90 degrees. Other than aircraft nonlinear equations of motion, I have developed the similar code for Airship nonlinear equations of motion. Thank you for your reply sir.

  • @ceydakavak5918
    @ceydakavak5918 Год назад

    Hi again, I have a question: In VSP Aero, Mach number was set as 0. But after the graphs are plotted, we see that a Mach number is evaluated based on the altitude and flow velocity given. Why inserting M=0 in variables do not create a problem? (We only varied alpha and inserted 0 as M, but M did not stay as zero.)

    • @hafizuddinmohdlowhim8426
      @hafizuddinmohdlowhim8426 Месяц назад

      M=0 is for the aircraft speed but the flow velocity can be from airspeed and not the aircraft speed. For example, if the wind gust is 100km/h, that is some flow velocity. It makes sense if the Mach is not equal to zero if the boundary conditions is not properly defined.

  • @ceydakavak5918
    @ceydakavak5918 Год назад

    Hi, this was really helpful, thank you very much. I will make an opimization between wing volume and fuselage volume in order to reach some desired objectives. I'm considering to use OpenVSP for geometrical changes. What is the easiest way to change gepmetrical parameters automatically in OpenVSP? For example, let's say that the chord length and span will change such that Cl/Cd would be the greatest? Where can I reach you, if you are willing to help? Thank you so much in advance!

    • @anzdes219
      @anzdes219 Год назад

      you're building something ?

  • @thomasmaier7053
    @thomasmaier7053 2 года назад

    Looks very impressive. What can you do with this model after you created it for OpenVSP? Can you derive meaningful flight characteristics from a simulation? I wonder if this is a viable solution to generating FlightGear flight models.

  • @ifeetz7612
    @ifeetz7612 2 года назад

    The Tinyhawk freestyle 2, is the reason that I am seriously into soldering......and getting more proficient all the time! I have had a couple of these drones and they are so much fun! I recently accidentally throttled way up, when my drone was upside down over a parking lot(black top)! Just snapped my frame in a couple of places. Already learning how close the 3 motor wire pads are to each other. If you can successfully solder the 7000 kv motors without bridging joints, you are just about on your way to soldering anything. I recently ordered the lollipop vtx antenna, and the small plug which can be soldered in place. I think that I may just separate the wire inside and solder the lollipop directly to the board, connecting the antenna to the active element!

  • @phanindrakumarkuppam1248
    @phanindrakumarkuppam1248 2 года назад

    I tried to take parasite drag of a wing alone and I couldn't able to obtain the values could you please help me

  • @fidgetrunner6251
    @fidgetrunner6251 2 года назад

    @avion dock where did you find the xalpha zalpha and malpha variables in the document? I could not find them.

  • @AtyabHakeem
    @AtyabHakeem 2 года назад

    It would be really helpful if u could touch more upon the results of the various graphs that are relevant to aircraft conceptual design... Like the one u said about elliptical curve and positive slope for Cl v Cd...

    • @aviondock6715
      @aviondock6715 2 года назад

      Thanks for the feedback! I will make another video about it.

  • @Stevieboyfpv
    @Stevieboyfpv 3 года назад

    Its such a superb little quad! With loads of room for progression upgrading and learning!

  • @madhavvenkatesh6782
    @madhavvenkatesh6782 3 года назад

    can you post the scripts in the description? They are not there.

  • @manjaintan4181
    @manjaintan4181 3 года назад

    Bahasabl negeri atas awan

  • @manjaintan4181
    @manjaintan4181 3 года назад

    Ok.faster

  • @lotan9709
    @lotan9709 3 года назад

    Yang sayang aku like yang cinta allah coment.

  • @DamoclS111
    @DamoclS111 3 года назад

    Very usefull thanks!

  •  3 года назад

    How do you import the 3view image?

  • @gregbarnhouse8923
    @gregbarnhouse8923 3 года назад

    The scripts links are blank?

  • @yashaswiniravi2801
    @yashaswiniravi2801 4 года назад

    Very informative video! Do more such videos :)

  • @sudharsansubramani1685
    @sudharsansubramani1685 4 года назад

    I followed every step but for the fuselage is not showing up after comp analysis and vspaero analysis stops.

    • @aviondock6715
      @aviondock6715 4 года назад

      The software does crash if the geometry isn't defined properly. I mostly leave a small gap between the wing and fuselage and the other intersections to prevent this issue. Hope this helps.