How to account for and set the temperatur​e in testing

The problem is this: I'm setting up an airflow resistance test and I need to account for temperature and barometric pressure. However, I don't know how to setup LabVIEW to account for these variables.

Devont:
Actually this issue is a fairly complex problem in aerodynamics. I am
an aerospace engineer who has developed computer code for this very
purpose in a couple of wind tunnels. When you say you are setting up
an airflow "resistance" test, what physical (aerodynamic) properties
are you trying to measure? Tunnel flow velocity? Mass flow?
Aerodynamic properties on a test model? (lift and drag coefficients,
center of pressure, gross forces?)
If you are trying to measure air flow velocity through a wind tunnel
test section, then the next question is what type of sensor system are
you using to do this? A pitot-static probe? A hot wire anenometer?,
an LDV (doppler laser)? Each has different techniques for getting
back flow properties.
Also what kind of tunnel is this? Low speed subsonic (say less <100
M/s) Mid speed subsonic <0.6 Mach? Transonic 0.8 to 1.2 Mach?
Supersonic 1.2 to 4.0 Mach? Hypersonic (say >4.0 Mach?) This will
make a great deal of difference in computing flow properties.
Mach number is a ratio of the flow velocity to the local speed of
sound where;
M=v/a where a is the speed of sound.
a=(gamma*r*t)^0.5
where gamma is the ratio of specific heats Cp/Cv, r is the gas
constant, and t is the absolute temperature. Gamma is a constant up to
about mach 4 but really starts to fall apart after that so this speed
of sound equation becomes a lot less useful for hypersonic analysis.
At low speeds gamma for air is approximately 1.4, r is about 287 for
air. At STP, the speed of sound is about 340 meters/second.
What is the scale of your tunnel? What is the density altitude of
your tunnel? What is the fluid medium in your tunnel? (Is it regular
air or something else?) These play into computing flow properties
because they affect a dimensionless flow property called the Reynolds
number which affects how the flow in the tunnel behaves.
You will need to consider also humidity which affects the density of
the fluid medium in your tunnel. Water vapor has a molecular weight
of 18. Dry air (0% RH) has a molecular weight of about 28.9. The
more water vapor you have, the lighter the sample volume of "air" will
be. The ability of air to retain water vapor is a function of
temperature, so a relative humidity of 100% at 0 degrees C will
contain much less water vapor than a relative humidity of 20% at 30
degrees C.
Because of something called the "boundary layer" the velocity profile
will be faster in the center of your tunnel than at the walls. It
will resemble something like a U shape for higher Reynolds numbers and
for very low Reynolds numbers may look more like a parabola. Reynolds
number is computed by:
Re=rho*V*L/mu
where rho is the air density, V is the flow velocity, and mu is a
property called the kinematic viscosity which is a function of
temperature.
The Reynolds number, like the Mach number, the Nusselt number, and a
few other fluid dynamics properties is a dimensionless ratio. Flows
with a similar dimensionless property should behave more or less the
same. This is called similitude.
Mass flow calculations first require that you know the air speed
profile of your tunnel and then you will need to compute the density
of the air in the tunnel and then perform an integration process to
calculate the actual mass flow through a particular plane of interest
in the tunnel.
Also, even when you put a test probe into the tunnel to measure the
flow in the tunnel, this will interfere with the free flow to a
certain of the tunnel. To minimize this, the test probes have to be
carefully designed and their size needs to be much smaller than the
overall tunnel dimensions. Later when you put a test model in the
tunnel, it and it's mounting system will also have an interference
effect on the tunnel that has to be accounted for.
To give a simple (perhaps an overly simple) answer to your question,
temperature and barometric pressure will play into your problems of
computing forces in that they affect the density of the fluid medium
in your tunnel via the unified gas law (which is a combined expression
of Charles and Boyles laws for perfect gases):
PV=nRT
or
Pv=rT
where rho, the density is the inverse of v, so this is sometimes
written as:
P/rho=rT
This only applies for perfect gases though. A perfect gas is one
where the constant pressure and constant volume specific heats (Cv,
and Cp) are fixed. The hotter and more dense the fluid medium, the
less true these equations become.
Temperature in these equations doesn't mean the common ways that we
ordinarily talk about temperature when cooking or talking about the
weather. Instead of C or F, temperature in the gas law must be on an
absolute scale such as Kelvin or Rankin. 0 degrees Kelvin or
Rankine=-273.15 degrees C or -459.67 degrees F. One Kelvin degree=1.8
Rankine degrees but both start at the same point of absolute zero.
For standard atmospheric conditions (called STP for standard
temperature and pressure), 1 cubic meter of air weighs about 1.226 kg.
You have to calculate the density of air at non standard conditions
by solving algebraically for the above gas law equation.
r is called the gas constant and can be derived from the universal gas
constant R (8314 units I can't remember of the top of my head but it
involves kJ/kg.mole or something like) by deviding by the molecular
weight of the gas in question. If the gas is a mixture then you will
have to apply the partial pressures rule to come up with an averaged
molecular weight of the mixture. Dry air contains mostly nitrogen
which has an atomic weight of 28 (about 79%), and then oxygen (about
20%) which has an atomic weight of 32, and the balance (about 1%)of
inert gases (Helium, argon, krypton, etc.) which have much smaller
atomic weights. For dry air r (small r that is) is about 287.
If the air is not dry, then you have to account for the water vapor in
the air by figuring out what partial pressure of water vapor is in the
air and then performing an average between the water vapor portion and
the other components of the air. Wator vapor only has a molecular
weight of 18 (1 Oxygen + 2 Hydrogens=18) and so is lighter than dry
air and tends to make the air less dense.
The partial pressure of water vapor that can be supported in the air
is a function of temperature that more or less grows exponentially
with temperature. I'm sure if you search the web you can find several
empirical equations for this. Relative Humidity (RH) is an expression
of how much water vapor is in an air sample versus the maximum that
can be supported at the current temperature of the air sample but what
you really want is the partial pressure of water vapor in the air.
There are sensors that can give this to you by measuring the
electrical conductivity of the air. Dry air is actually a very good
insulator, whereas water vapor decreases the insulating property of
the air.
All other things remaining equal, increasing the humidity will
decrease the density of the air.
All other things remaining equal, increasing the temperature will
result in decreasing density while decreasing temperature will result
in increasing density. If the temperature in your tunnel is different
than standard then you will need to account for this.
Tunnels generally heat up the air by the way when they accelerate the
air through the fan and also through boundary layer friction with the
tunnel walls. Many tunnels actually have heat exchangers to keep the
air from getting too hot. You will need to make sure you measure the
temperature at the same point thats you are measuring the static and
stagnation pressures in your your tunnel so that you can account for
its effects. Standard temperature is 15 degrees C or 59 degrees F.
For conversion purposes, 15 degrees Celsius =288.15 degrees Kelvin= 59
degrees Fahrenheit=518.6 degrees Rankine.
All other things remaining equal, increasing pressure will result in
increasing density, while decreasing pressure will result in
decreasing density. Barometric pressure is usually given by the
weather service as inches or millimeters of mercury or sometimes
millibars. For conversion purposes, 29.92
inHg=760mmHg=1000millibars=14.7 psi= 101325 Pascals pressure. If the
pressure in your tunnel is different than standard then you will need
to account for this.
Depending on tunnel velocity, you will also have to consider
stagnation versus static properties. Stagnation properties are what
you measure if you bring the flow at a point to a complete stop, i.e.
the kinetic (as opposed to random thermal) energy in the sample is
completely converted thermal energy. How you do this depends on what
speed of sample you are trying to measure and is the subject of whole
books. Suffice it to say that at low speeds there is little
difference between stagnation and static properties but the faster you
go, the less resemblance they bear to one another.
Compressibility is another issue. At low speeds air is
incompressible, but at higher speeds v>100m/sec, compressibility
becomes worth accounting for in your measurments.
At higher temperatures and velocities, (high supersonic, or
hypersonic, or high temperature >500 degrees C), the constant pressure
and constant volume (Cp and Cv) specific heat assumptions break down
and so does the gas law. The simplifications that can be made for
using the ratio of Cp/Cv (called gamma) also break down because Cp and
Cv and therefore gamma all stop being constants. Solving flow
problems in this regime becomes much more complex requiring numerical
models for Cp and Cv and requiring numerical (as opposed to simple
analytical) methods to compute flow properties.
Once you know the flow density, you can calculate air speed. For
lower speed low temperature tunnels (low subsonic) you can use a
simple incompressible Bernoulli equation for converting pitot-static
pressure to air speed. At higher speeds and temperatures this depends
on the regime (transonic, supersonic, hypersonic, etc.)
The Bernoulli equation is simply:
Pstagnation=Pstatic+1/2 rho * velocity^2
For lower speed supersonic, the isentropic gas relations are sometimes
used.
In any event, you have to be sure to get your units right. If you use
metric, pressure is Pascals (Newtons/m^2), rho is kg/m^3 and velocity
is meters/sec. It's harder in U.S/U.K units because of conversions
between slugs and pounds etc.
Also you have to consider the concept that there will be a steady
state average that you will measure and a transient/turbulent portion
that will occur for each parameter that you measure (temperature,
pressure, RH, etc.) that you will need to account for.
Once you know the air speed and the density, you can compute their
product - mass flow. Mass flow then can be used for other purposes
such as calculating performance properties if you are testing a jet
engine or propeller or something.
Hot wire anenometers work by heating a wire and measuring the
resistance of the wire. The faster the air flow past the wire
filament, the more it will cool. I don't remember the equations off
of the top of my head but I believe that there is a square rule
involved. Hot wires work better at lower speeds than pitot-static
sensors but both become less effective the slower you go.
LDV's are neat, high tech toys that I haven't had a chance to work
with yet but they measure the airspeed by measuring the doppler shift
in the light emitted by a laser beam going through the flow, much like
doppler (WX-88) weather radar works. They actually measure the speed
of the air more directly than the pitot-static or hot wire methods are
probably simpler to implement from an equations point of view but they
are very very expensive.
In conclusion, I know I have written a lot of stuff up here that
probably sounds pretty intimidating with regards to solving your
problem. It would help to eliminate some of this by telling us more
about your test problem so that we can make the appropriate
simplifying assumptions. Tell us more about the details.
Douglas De Clue
LabVIEW developer (and degreed Georgia Tech aerospace engineer)
[email protected]
Devont wrote in message news:<50650000000800000025530000-1027480788000@exc​hange.ni.com>...
> The problem is this: I'm setting up an airflow resistance test and I
> need to account for temperature and barometric pressure. However, I
> don't know how to setup LabVIEW to account for these variables.

Similar Messages

  • Help, how to install jvm and set the classpath using a batch file

    hello,
    i have created my java application and now have to create an installable / batch file which will install the JVM on the users machine and also the java packages such as javamail and the class files that i have created . it also has to set the classpath.
    i would like to know if anyone can tell me how to go about iti.e. how can i install the JVM using a batch file and then place the javamial packages etc in the apropriate directory .
    or is it advisable to explain it to the user how to go about it in tht user manual.
    and would also like to know that if i install the JVM will the path for the java.exe be set
    or will i have to set the path explicitly from the "batch file" so that the user can run the application without and problem just by running the java command followed by filename from the command prompt.

    hi,
    I have windows and I use it.
    The only problem with the free edition is that you can only create 1 launcher and that during the installation you get 1 popup showing that the installer was created with an unregistered version.
    Stijn

  • How do I change and set the width of the Address and Search box

    Currently, the Address box crowds out the Search. I really don't need the Address box as much as I need the Search box. I recall a method of setting them using a routine in the Chrome folder but I sure can't find it. Can you help?
    Thank
    Ed

    Method 1:<br/>
    Using the resizer on the interface. See - https://support.mozilla.org/en-US/kb/search-bar-easily-choose-your-search-engine#w_moving-or-removing-the-search-bar (''second bullet item; done without entering customize mode.'' By default, Location and Search bars will occupy all available space on the Navigation toolbar in a 2 to 1 ratio, respectively.)
    Method 2:<br/>
    Add code to userChrome.css below the @namespace line.
    ''@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    See - http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files<br/>
    Adjust the width to your needs, no space before px
    *urlbar-container {max-width: 400px !important;}
    *search-container {max-width: 200px !important;}

  • How do I get and set the double field in a Double?

    Thanks - this has to be easy but I cant find documentation

    It's immutable, so you have to provide the value when you create it:
    Double a = new Double(18.76);
    Double b = new Double("18.76");
    Double c = Double.valueOf(18.76);
    Double d = Double.valueOf("18.76");
    Double e = Double.parseDouble("18.76");Going from Double to double is easy -- I'm surprised you didn't see it in the API:
    double x = a.doubleValue();Again, Doubles are immutable, so there is no way to change the double value of a Double object.

  • When I flag an email with my gmail account using Apple's Mail App how do I flag and set a reminder that at a specific to follow

    When I flag an email with my gmail account using Apple's Mail App how do I flag and set a reminder that at a specific to time to follow up with that email ?

    Welcome to the Apple community.
    If you are unable to remember your password, security questions, don’t have access to your rescue address or are unable to reset your password for whatever reason, your only option is to contact Apple ID Support, upon speaking to an operator you should explain that your problem is related to your Apple ID, this way you will not be charged for assistance, even if you don’t have an AppleCare plan.
    The operator will take you through some steps you may have already tried, however they need to be sure they have exhausted all usual approaches before trying to reset your account, so you should try to be helpful and show patience with the procedure.
    The operator will need to verify they are speaking to the account holder and may ask you some questions that only the account holder could know, and you will need to answer them if the process is to proceed.
    Once the operator has verified your identity they will send a message through to your device which contains an alpha numeric code, which you will need to read back to them.
    Once this has been completed they will send an email to your iCloud email address after a period of 24 hours, so you should check that mail is enabled in your devices iCloud settings.
    Upon receipt of the email, use the reset link provided to reset your password, after which you should be able to make the adjustments to iCloud that you wish to do.

  • How can I resize and reposition the Date Created window for All windows?

    When setting view options for a finder window set to list view, I cannot get column resizing or positioning to hold. When making those changes, the option for "All Windows" automatically shifts to "This window only" and it then does not hold.
    How can I resize and reposition the Date Created column for All WIndows?

    Hi Harmz,
    Try dragging this file to the Îesktop & reboot...
    /Users/YourUserName/Library/Preferences/com.apple.finder.plist

  • Hi there! So I am using Lightroom 3 on a pc and I have ran into an issue when exporting images. The DPI and image size (in inches) that I am selecting during the export process. For example I just exported a collection and set the dpi to 180 and the size

    Hi there! So I am using Lightroom 3 on a pc and I have ran into an issue when exporting images. The DPI and image size (in inches) that I am selecting during the export process. For example I just exported a collection and set the dpi to 180 and the size to 7 inches on the long edge. My exported result is 457 dpi and sized at 3200x2134 pixels.. Any ideas on why this is happening and what I can do to correct it?

    The DPI setting in a digital image has no meaning at all. You need to learn how to calculate what you need in your exported image. The only measurement in a digital image that has any meaning is the number of pixels in each direction. It doesn't matter what you set that DPI to (actually it's PPI or pixels per inch). The image will have the same number of pixels regardless of the setting. If you need an image that is 5 x 7" (for example) at 200 PPI then you would want an image that measured:
    5 x 200 = 1000 pixels
    7 x 200 = 1400 pixels
    So you would need an image that is 1000 x 1400 pixels to have a 5 x 7" image at 200 PPI. The reason your exported image had such a high PPI setting is because you specified the number of inches you wanted the image to be. And there were enough pixels in the image that it calculated out to be that high PPI setting.
    I apologize, I don't explain this very well. But you need to learn to do the math to determine how large you really want your exported images to be.

  • HT2508 My amp has an USB input but when I attach my mac pro to it, and set the input to the USB setting, no sound comes out. I looked at the system settings, but none of them produce a different outcome. How can I send the music through the USB out to USB

    My amp has an USB input but when I attach my mac pro to it, and set the input to the USB setting, no sound comes out. I looked at the system settings, but none of them produce a different outcome. How can I send the music through the USB out to USB in?

    AFAIK cameras offer their own built-in format utility for inserted SD cards.  You should use that.  Otherwise, refer to the manual that came with your camera to determine precisely how your SD cards need to be formatted to work properly.  Personally, I'd suggest Partition Scheme: MBR, and Filesystem: FAT32.
    Try to limit the number of formats you perform on the SD cards, though, as you're reducing their lifespan.  I believe formatting causes re-writes to a portion of the SD card that has fewer read/write cycles than the rest of the card as a whole.

  • How can I purchase and download the standalone LR6 here at Hong Kong?  There's no such option for me instead of forcing me to use the CC!

    How can I purchase and download the standalone LR6 here at Hong Kong?  There's no such option for me instead of forcing me to use the CC!

    Try this link:
    http://www.adobe.com/products/catalog.html
    Otherwise I suggest you contact your local office for help:
    Hong Kong office
    Suite 4102, 41/F
    The Lee Gardens
    33 Hysan Avenue
    Causeway Bay
    Hong Kong
    Tel: +852 2916 2100
    Fax: +852 2970 2277

  • After downloading latest Reader software (11) on my Mac (OS10.7.5) I cannot print pdf files on either of my two printers. How do I uninstall and reinstall the software?  Adobe's instructions are only for Window devices.

    After downloading latest Reader software (11) on my Mac (OS10.7.5) I cannot print pdf files on either of my two printers. I suspect corrupt software.  How do I uninstall and reinstall the software?  Adobe's on-line instructions are only for Window devices.

    You can just drag the file to the trash. If you want you can remove  the pdf plug-in from the internet-plug in folder, but that should not be necessary to correct your problem.

  • I got locked out of my account for typing in the security questions in wrong to many times how do I reset?

    I got locked out of my account for typing in the security questions in wrong to many times how do I reset?

    Read Kappy's response in this discussion.
    https://discussions.apple.com/thread/4096786?tstart=0

  • I just paid for and downloaded the wrong version of Adobe Acrobat X Pro. I downloaded the Microsoft version and I have a Mac running OX Yosemite. How do I get a credit for what I ordered and then reorder the correct Mac version of Adobe Acrobat X Pro

    I just paid for and downloaded the wrong version of Adobe Acrobat X Pro. I downloaded the Microsoft version and I have a Mac running OX Yosemite. How do I get a credit for what I ordered and then reorder the correct Mac version of Adobe Acrobat X Pro

    If you ordered Acrobat via subscription, then you can use either Windows or Mac version.  Just download/install the Mac version, then activate it with your Adobe ID.
    If you purchased the perpetual license, then you need to Contact Customer Care bu chat or phone.

  • When I try to intall itunes it comes up saying 'This Itunes installer is for 32-bit versions of windows. Please download the 64-bit ITunes instead.' How do I download and install the 64 bit version instead?

    When I try to intall itunes it comes up saying 'This Itunes installer is for 32-bit versions of windows. Please download the 64-bit ITunes instead.' How do I download and install the 64 bit version instead?

    Go to iTunes.com/download and click the link for the 64-bit version.

  • My daughter created a movie using iMovie, which she has worked on for a month, when trying to save it on a jump drive she was asked to "finalize" the movie...now there is no record of it at all. Any ideas how I could try and retrieve the file?

    My daughter created a movie using iMovie 11, which she has worked on for a month. When trying to save it on a jump drive she was asked to "finalize" the movie, and while this was running (quoted 13 hours!) she received an error message. Now there is no record of it at all, I have looked in trash etc. Any ideas how I could try and retrieve the file?

    The file cannot be reloaded in iMovie using File > Open Recent  ??
    There is no trace of the file in a Spotlight search?
    The project files are not under <user>/Movies/iMovie Projects ??
    Finalizing creates small, medium and large version of the finished video. It does take a long time, but it should not destroy your project files.
    Oh, and you really MUST have a backup of your files. You can expect to lose files if you have no other copies of them.

  • Singleton class for logging in the application, and setting the flag

    Hi Friends,
    I have a singleton class for logging in the application, and setting the flag once logged. can some one help me in doing this.
    with regards,

    rtfm, for example here - http://www.javacamp.org/designPattern/

Maybe you are looking for