• No results found

Version #4. Adding a trailing edge wire

N/A
N/A
Protected

Academic year: 2021

Share "Version #4. Adding a trailing edge wire"

Copied!
7
0
0

Loading.... (view fulltext now)

Full text

(1)

~ 1 ~ Version #4

Adding a trailing edge wire

Consider the mid-point of the trailing edge of the kite in Version #3. Under the influence of the lift, this point moved

1

up in the Z-direction by 0.172 meters (∆𝑍) and towards the nose by 0.122 meters (∆𝑋). That's a total displacement of 0.211 meters (∆𝐷).

The length of the trailing edge before any displacement was 12 feet, or 3.658 meters.

After the final iteration, it was 3.688 meters (calculated by adding up the length of the line segments between all points on the trailing edge). This is an extension, or stretch, of the trailing edge by (3.688 - 3.658) / 3.658 = 0.82%.

My goal for this version is to find out if a trailing edge wire can limit the displacement of the center point on the trailing edge to, say, one-half of its displacement with fabric alone. In other words, I want ∆𝐷 to be, say, 0.1 meters.

It's usual to sew a hem along the trailing edge of the fabric and to run a small-diameter wire through the space created by the hem. I will use the following physical model for the trailing edge wire.

1

The locations of points(100, 50) and (100,51) after the final iteration were set out in the SavedLocations text file as:

100 50 3.04545452562481 -0.018613597304234 0.171813301612158 100 51 3.04545452562481 0.018613597304234 0.171813301612158

∆𝐷 Z

∆𝑋

∆𝑍

Z

(2)

~ 2 ~

The black dots are consecutive points along the fabric at the trailing edge. The triangles represent some of the grid triangles which meet at these points. I imagine that there is a small round ring sewn to the fabric at each of these points. The trailing edge wire is the red line passing through the rings. The arrows on the ends represent the pull of the tension acting along the axis of the wire.

The little rings are intended to be frictionless. They do not exert any force along the axis of the wire. In effect, they are like little pulleys, and allow the wire to slide through until it reaches an equilibrium position.

The main characteristic of this model is that the tension along the axis of the wire is the same at every point. Since the little rings cannot exert any axial force on the wire, there is nothing to hold the wire in place "sideways" except the wing tips of the kite, which are fixed in position (for now).

Now, let's take this model to the next step, and make the little rings vanishingly small.

This means that the points of interest along the wire are exactly the same as the points already defined along the trailing edge of the fabric.

It follows that each point on the trailing edge actually has two ways of exerting a force on its neighbours on the trailing edge, through the fabric (as before) and through the tension in the wire. The two forces act in the same direction. We can even assume that the forces are additive.

I am going to treat the trailing edge wire like a spring, in much the same way as I treated stretching of the fabric. For the wire, though, we can calculate Hooke's constant quite readily.

Let's assume that the wire has a diameter of one millimeter. Its cross-sectional area 𝜋𝑟

2

is 7.85 x 10

-7

square meters. Young's modulus (elastic modulus, say 𝐸) for steel wire is said to be 183.9 GPa, or 1.839 x 10

11

Newtons per square meter. If a piece of this wire has an unstretched length 𝐿

0

and is stretched by distance ∆𝐿 by some force 𝐹, then the stress divided by the strain is:

𝐸 = 𝑠𝑡𝑟𝑒𝑠𝑠

𝑠𝑡𝑟𝑎𝑖𝑛 = 𝐹 × 𝐿

0

𝐴𝑟𝑒𝑎 × ∆𝐿

→ 𝐹 = 𝐸 × 𝐴𝑟𝑒𝑎 × ∆𝐿

𝐿

0

→ 𝐹 = 1.839 × 10

11

× 7.85 × 10

−7

× ∆𝐿 𝐿

0

→ 𝐹 = 144,000 ∆𝐿

𝐿

0

So, Hooke's constant for the wire is 144,000 Newtons. (The units are a little different

than Hooke's constant for the fabric, because this constant is to be multiplied by the

fractional elongation of the wire rather than its absolute elongation in meters.)

(3)

~ 3 ~

We now have two Hooke's constants. In the code, I use parameter names FabricHooke (previously named simply Hooke) and TEWireHooke to keep them separate.

What should be the unstretched length of the trailing edge wire?

When laying out the fabric in Version #1, I assumed that it was pulled flat between the leading edge tubes, but was not placed under any tension. I will make a different

assumption for the wire. I will assume that the wire is a little bit longer than the fabric at the trailing edge. Therefore, the wire will not come into tension until the fabric has stretched a little bit.

To estimate how much slack should be allowed, let's assume that the trailing edge has the shape of a circular arc (it doesn't, but it's close). I set the target displacement at the center of the trailing edge above, as ∆𝐷 = 0.1 meters. The unstretched trailing edge has a length (see above) of 𝐿

0

= 3.658 meters. The circle which generates this arc is shown in the following figure.

The radius 𝑅 of the generating circle (each row in the grid of points will have its own radius 𝑅) can be derived from the Pythagorean Theorem:

𝑅

2

= 𝑅 − ∆𝐷

2

+ 𝐿

0

2

2

→ 0 = −2𝑅∆𝐷 + ∆𝐷

2

+ 𝐿

0

2

2

→ 𝑅 = ∆𝐷

2

+ 𝐿

0

2

2

2∆𝐷 and angle 𝜑 can be found from:

sin 𝜑 = 𝐿

0

2𝑅 𝜑

∆𝐷

Left tip

𝐿

0

/ 2

Right tip

𝑅

(4)

~ 4 ~

The length of the arc between the wing tips can be written down by inspection as a ratio of the circumference:

𝐿

2𝜋𝑅 = 2𝜑

→ 𝐿 = 2𝜑𝑅 2𝜋

Substituting the target value for ∆𝐷, we get:

𝑅 = 0.1

2

+ 3.658 2

2

2 × 0.1 = 16.776 meters 𝜑 = sin

−1

3.658

2 ∗ 16.776 = 0.10924 radians 𝐿 = 2 × 0.10924 × 16.776 = 3.6653 meters

→ 𝐿 − 𝐿

𝑜

= 3.6653 − 3.658 = 0.0073 meters

I have kept five decimal places because the displacement is extremely sensitive to the elongation. To get our desired displacement of 10 centimeters at the mid-point of the trailing edge, the wire needs to be only 7 millimeters or so longer than the unstretched trailing edge.

What changes to the code are needed to handle the trailing edge wire?

Answer: very few.

The procedure to home in on the equilibrium shape of the fabric which was developed in Version #3 makes no assumptions about the shape. It simply moves points in the grid in the direction of the net force acting on them.

The only points which are directly affected by the trailing edge wire are, of course, the points on the trailing edge itself. The existing procedure does not need any changes to handle points in the "interior" of the fabric. Even for those points on the trailing edge, the effect is limited to their two neighbours which are also located on the trailing edge.

The directions to the neighbours can be calculated as before. The only change needed for point-to-point interactions along the trailing edge is to add the tension force due to the wire to the tension force due to stretching of the fabric. The relevant block of code from the Procedures.vb module is this:

' Calculate the fabric tension (scalar) exerted by this neighbour lTension =

FabricHooke * (lDistance - Point(Irow, Icol).RestDistanceToNeigh(Ineigh)) ' Limit the fabric tension to positive values only

lTension = Math.Max(0, lTension)

' For points and neighbours on the TE, add the tension in the TE wire If ((Irow = NumRows) And (lRowNeigh = NumRows)) Then

lTension = lTension + TEWireTension End If

(5)

~ 5 ~

Changes to the main procedure, in module BuildKite.vb, are summarized in the flow chart to the left. The length and tension of the trailing edge wire is calculated at the start of every iteration. Then, as before, the net forces acting on all grid points is calculated. The point subjected to the greatest net force is allowed to move a preset distance (stored in variable MaxAllowedMove), and a scale factor is used to move all other points a distance in proportion to the net forces acting on them.

As before, the maximum allowed distance of movement increases or decreases depending on whether or not the net forces in successive iterations are decreasing or not.

Simulations results

The following figure is a composite of three plots showing the side view of the kite. The first shows the shape with no trailing edge wire. The second shows the shape when the trailing edge wire has a "slack" of seven millimeters. The third is the shape with a slack of only one millimeter.

As expected, the surface does become flatter as the trailing edge is increasingly pulled back. Even so, all of these shapes are much too "baggy" to be of use in generating aerodynamic lift. The rear part is so convex that the airflow will separate from the surface.

With one millimeter of slack, the wire holds the trailing edge almost straight across from wingtip to wingtip, but it is still not enough to pull the fabric flat. The remedy is to cut the fabric so the trailing edge is concave, not straight. I will do this in a later version.

Next iteration

Calculate length of TE wire Calculate tension in TE wire

For all points, calculate the net force Search for maximum net force

and calculate scale factor Move all points

Test:

Maximum net force < 1E-5

All done

Yes

No

(6)

~ 6 ~

The magnitude of the tension in the trailing edge wire

Using a trailing edge wire is not without cost, the "cost" being the force which it exerts on the ends of the leading edges. Unfortunately, the leading edges will not be made of steel I-beams -- whatever tubes or rods they are made of will bend inwards at the wingtips. The tubes or rods will have to be stout enough to withstand the tension in the wire. And that means weight.

The following graph shows the tension force in the wire (in red, with respect to the left- hand vertical axis) and the ∆𝐷 displacement of the mid-point of the trailing edge (in blue, with respect to the right-side vertical axis). The horizontal axis is the slack build into the wire, in millimeters.

For example, leaving a slack of only one millimeter causes a tension in the wire of 270 Newtons, which is almost 70 pounds. That is a huge amount of force to exert, pulling sideways no less, at the end of a tube which is 12 feet long (the length of the leading edges in our default kite).

No TE wire

Seven millimeters

One millimeter

(7)

~ 7 ~

In the next version, I will start to analyze the structure of the leading edges. I will assume they are round carbon fiber tubes, and see how they bend in response to the forces exerted by the fabric and the trailing edge wire.

Jim Hawley August 2021

(As always, an e-mail describing errors and omissions would be appreciated.)

0.000 0.050 0.100 0.150 0.200 0.250

0 50 100 150 200 250 300

0 2 4 6 8 10 12 14

Displacement of mid-point (m)

Tension in TE wire (N)

Slack in TE wire (mm)

Tension and displacement of TE wire

Tension Displacement

References

Related documents

pedagogiske rådgiverrollen som er studert. Det er gjerne den rådgiveren som det er lettest for eleven å ta kontakte når han/hun trenger hjelp og støtte. Som en av sos.ped rådgiverne

[r]

VULNERABILITY IN HIGHER EDUCATION 19 entering the classroom with high degrees of communication apprehension may be even less willing to engage in self-disclosure among

Versione cieca (senza display e senza tastiera di programmazione) / Blind execution (without display and programming keys). Versione compatta, con

In addition to presenting new evidence on the relationship of language preferences and market transaction, this research report types of languages sellers and buyers used

Due to some network administrators that have configured their firewalls to filter Internet Control Message Protocol (ICMP) Packet Too Big (PTB) packets and Internet Protocol

Its theoretical structure is a typical static general equilibrium model which consists of equations describing: (1) the demands for produced inputs and primary factors by

This interpretation will require an increasing amount of processing power devoted to user interaction as well as techniques for handling &#34;probabilistic inputs.&#34;