diff --git a/atom.xml b/atom.xml index 787a234b..56d70255 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ FLOW Lab - 2024-10-17T17:41:10-06:00 + 2024-10-23T20:56:02-06:00 http://flow.byu.edu Andrew Ning diff --git a/feed.xml b/feed.xml index 6b3bbc13..b195c2ec 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2024-10-17T17:41:10-06:00http://flow.byu.edu/feed.xmlFLOW LabFlight, Optimization, and Wind LaboratoryAndrew NingOptimization Book Available2021-10-15T00:00:00-06:002021-10-15T00:00:00-06:00http://flow.byu.edu/posts/opt-book]]>Andrew NingBEM Paper2021-07-30T00:00:00-06:002021-07-30T00:00:00-06:00http://flow.byu.edu/posts/bem-paper]]>Andrew NingEduardo Research Update2021-03-01T00:00:00-07:002021-03-01T00:00:00-07:00http://flow.byu.edu/posts/eduardo-latest]]>Eduardo AlvarezReformulated VPM2021-02-01T00:00:00-07:002021-02-01T00:00:00-07:00http://flow.byu.edu/posts/reformulated-vpm]]>Eduardo AlvarezOptimization Book Announcement2021-01-20T00:00:00-07:002021-01-20T00:00:00-07:00http://flow.byu.edu/posts/optimization-book]]>Andrew NingPJ Defense2020-09-30T00:00:00-06:002020-09-30T00:00:00-06:00http://flow.byu.edu/posts/pj-defense]]>Andrew NingVPM Paper2020-08-30T00:00:00-06:002020-08-30T00:00:00-06:00http://flow.byu.edu/posts/vpm-paper]]>Eduardo AlvarezAirborne Wind with Vortex Particle Method2020-08-16T00:00:00-06:002020-08-16T00:00:00-06:00http://flow.byu.edu/posts/wind-harvesting]]>Judd Mehr and Eduardo AlvarezEduardo’s Past Three Years2020-08-10T00:00:00-06:002020-08-10T00:00:00-06:00http://flow.byu.edu/posts/eduardo-three-years]]>Eduardo AlvarezFLOWUnsteady in Google Drive2020-08-02T00:00:00-06:002020-08-02T00:00:00-06:00http://flow.byu.edu/posts/google-drive-vpm]]>Eduardo Alvarez \ No newline at end of file +Jekyll2024-10-23T20:56:02-06:00http://flow.byu.edu/feed.xmlFLOW LabFlight, Optimization, and Wind LaboratoryAndrew NingOptimization Book Available2021-10-15T00:00:00-06:002021-10-15T00:00:00-06:00http://flow.byu.edu/posts/opt-book]]>Andrew NingBEM Paper2021-07-30T00:00:00-06:002021-07-30T00:00:00-06:00http://flow.byu.edu/posts/bem-paper]]>Andrew NingEduardo Research Update2021-03-01T00:00:00-07:002021-03-01T00:00:00-07:00http://flow.byu.edu/posts/eduardo-latest]]>Eduardo AlvarezReformulated VPM2021-02-01T00:00:00-07:002021-02-01T00:00:00-07:00http://flow.byu.edu/posts/reformulated-vpm]]>Eduardo AlvarezOptimization Book Announcement2021-01-20T00:00:00-07:002021-01-20T00:00:00-07:00http://flow.byu.edu/posts/optimization-book]]>Andrew NingPJ Defense2020-09-30T00:00:00-06:002020-09-30T00:00:00-06:00http://flow.byu.edu/posts/pj-defense]]>Andrew NingVPM Paper2020-08-30T00:00:00-06:002020-08-30T00:00:00-06:00http://flow.byu.edu/posts/vpm-paper]]>Eduardo AlvarezAirborne Wind with Vortex Particle Method2020-08-16T00:00:00-06:002020-08-16T00:00:00-06:00http://flow.byu.edu/posts/wind-harvesting]]>Judd Mehr and Eduardo AlvarezEduardo’s Past Three Years2020-08-10T00:00:00-06:002020-08-10T00:00:00-06:00http://flow.byu.edu/posts/eduardo-three-years]]>Eduardo AlvarezFLOWUnsteady in Google Drive2020-08-02T00:00:00-06:002020-08-02T00:00:00-06:00http://flow.byu.edu/posts/google-drive-vpm]]>Eduardo Alvarez \ No newline at end of file diff --git a/me275/schedule/hw7/index.html b/me275/schedule/hw7/index.html new file mode 100644 index 00000000..a2a67513 --- /dev/null +++ b/me275/schedule/hw7/index.html @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + HW · ME 275 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

HW 7

+ +

due 10/31/2024 before midnight via Learning Suite +25 possible points

+ +
+ +

These first two problems come from x.

+ +
    +
  1. +

    A mass-spring-damper is a common mechanical system model, for example: vehicle suspension, a bridge, human body, aircraft landing gear, etc. In class, we considered a case with gravity (e.g., bungee jumper), but we now consider the simpler case without gravity (e.g., horizontal). Newton’s second law results in:

    + +\[m\frac{dx^2}{dt^2} + b \frac{dx}{dt} + k x = 0\] + +

    where \(m\) is the mass, \(b\) is the damping coefficient, and $k\(is the spring constant. Let\)m = 20, k = 20\(and for\)b\(we will try three values: 5, 40, 200. Assume an initial displacement of 1 and an initial velocity of 0. Using a standard ODE solver, plot the results from\)t = 0$$ to 15, with all three cases on the same plot.

    +
  2. +
  3. +

    A simple model of an epidemic is:

    + +

    \(\begin{align} + \frac{dS}{dt} &= - i S I\\ + \frac{dI}{dt} &= i S I - r I\\ + \frac{dR}{dt} &= r I\\ + \end{align}\) + where \(S\) = susceptible individuals, \(I\) = infected individuals, \(R\) = recovered individuals, \(i\) = infection rate, \(r\) = recovery rate. A city has 10,000 people all of whom are susceptible.

    + +

    (a) If a single infectious individual enters the city at t = 0, compute the progression of the epidemic until the number of infected individuals falls below 10. Use the following parameters: \(i\) = 0.0002 and \(r\) = 0.15. Plot S, I and R as a function of time, all on the same plot.

    +
  4. +
+ +
+ + + diff --git a/me415/schedule/hw7/index.html b/me415/schedule/hw7/index.html index 9dd804e2..0f408407 100644 --- a/me415/schedule/hw7/index.html +++ b/me415/schedule/hw7/index.html @@ -11,7 +11,7 @@ - HW 7 · ME 415 + HW · ME 415 @@ -87,57 +87,98 @@

- -

HW 7: Structures

+ +

HW 7

-

due 11/8/2017 before midnight via Learning Suite +

due 10/30/2024 before midnight via Learning Suite 50 possible points

-

Structures

- -

The structural loading and altitude range of your aircraft are both too limited to require a rigorous structural analysis. Instead, analyze a two-passenger electric powered aircraft, i.e., an air taxi with the specifications provided below. Construct a V-n diagram for this aircraft including both maneuver and gust loads (you only need to create the positive loading side of the diagram for this assignment). In practice, gust loading needs to be computed at every altitude, but for this assignment consider only gusts at 15,000 ft altitude. Be sure to both explain and show your work (not just the final diagram).

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mass1,500 kg
CLmax1.1
Sref20 m\(^2\)
mean geometric chord2.8 m
lift curve slope (\(C_{L,\alpha}\))4.7
max design speed (\(V_c\))75 m/s (EAS)
- -

Build/Fly/Control

- -

Spend at least four hours (each) this week working on building, flying, and/or designing your autopilot.

- -

Report:

- -
    -
  • How much time you personally spent working on building/flying/control.
  • -
  • What you personally accomplished in detail.
  • -
  • An overview of what the team accomplished, lessons learned, and areas for future improvement. Specifically comment on any improvements that were made to improve the structural reliability of your aircraft.
  • -
  • Include any relevant photos.
  • -
+
+ +
    +
  1. +

    A transport aircraft has the following properties:

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    span50 m
    Sref300 m\(^2\)
    CDp0.01
    Oswald efficiency0.7
    altitude35,000 ft
    take-off mass200,000 kg
    fuel burned60,000 kg
    specific fuel consumption0.55 hr\(^{-1}\)
    \(M_{cc}\)0.75
    + +

    a) Plot the lift-to-drag ratio as a function of flight speed.

    + +

    b) Plot the range (in km) as a function of flight speed.

    + +

    For simplicity, we’ll assume constant altitude, and use a constant weight (average between takeoff and landing). Sidenote: this fuel represents that burned during a typical mission, but it would need to carry more for reserves. Because we are varying speed, and are at relatively high Mach numbers, it will be important to include compressibility drag (use 3.41 in the book). Be sure to use a wide enough range of speeds to clearly see the peaks (where each metric is maximized).

    +
  2. +
  3. +

    Consider two wings. Wing A is elliptically loaded. Wing B has a 5% larger span but with the same root bending moment (and so will not be elliptically loaded). What is the inviscid span efficiency of Wing B? What is the ratio of induced drag for Wing B divided by Wing A?

    +
  4. +
  5. +

    Create a flight envelope diagram of true air speed versus altitude for a small electric powered aircraft, i.e., an air taxi, with the specifications provided below.

    + + + + + + + + + + + + + + + + + + + + + + + + +
    mass1,500 kg
    CLmax1.1
    Sref20 m\(^2\)
    max design speed75 m/s (EAS)
    ceiling8,000 ft
    +
  6. +
+
diff --git a/me415/schedule/index.html b/me415/schedule/index.html index b5e96091..21d2d16b 100644 --- a/me415/schedule/index.html +++ b/me415/schedule/index.html @@ -320,13 +320,13 @@

Schedule

W Oct 30 - Midterm Review + Structural Loads   - HW 7 + HW 7 F Nov 1 - Structural Loads + Midterm Review 8.1-8.2