Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - admin

#21
General discussion / MOVED: 22 LR bc
November 06, 2011, 05:53:20 PM
#22
Since ages it was possible to enter a bc of 0 - excel would crash. Nobody complained, how is that possible? anyhow this is fixed now.

Because of a small project that will end up in another spreadsheet to download  I added the unit mil (=mili radian, = 10 cm per 100 m) well known from scope recticles
#23
Updates / Getting Started updated
August 29, 2011, 12:36:02 PM
More examples on the use of custom drag functions.
#24
Ballistics / g7 vs lapua
August 25, 2011, 10:45:03 PM
Well I played a bit around with BfX_CD and the new abilities of the user supplied drag functions. It was a 1 minute activity to plot the measured drag function of the Lapua 6mm 105 gr scenar with g7 in a graph.

One might say that the shapes differ - rather much. The absolute magnitude is not very important as the ballistic coeficient is used to fix the agreement with data in the case of g7. It is a pitty that we do not know how Lapua did the measurements and how accurate they are. The discussions about the best drag function for long range shooting seam however rather pointless.

#25
You can download now a BfX version capable of working with custom dragfunction. Read the gettingstarted workbook to understand how. As this is the most complex addition to BfX since its beginning, and although the software is full of checks, there is increased risk of crashes. Take care and save your work regulary.

The Lapua dragtables can be downloaded here: http://www.lapua.com/upload/ballistics/qtulapuaeditiondragtables.zip You can also download a free ballistic calculator, a rather sophisticated one from the Lapua site that works with these dragfunctions. You'll see then that BfX accurately reproduces its results.
The Lapua drag tables can be opened with a normal text editior. Then, bassically, cutting and pasting will put the table in Excel.

How does the custom dragtable work in BfX?

As said before, read the GettingStated workbook. Bassically however, you fill a range in Excel and supply it to BfX instead of the dragfunction string:
=bfx_vt(750;300;1;<range>). One has to use a ballistic coefficient of 1.

Expect in future other types of drag function. The next big project is the 6DOF extension.

Robert

#26
General discussion / progress with custom drag tables
August 18, 2011, 02:38:05 PM
Good news, at least for me.

after some hefty programming I managed to extend BfX with the ability work with custom drag tables.

In the figure you see how it will work. To the right you see the custom drag table, in this case one for a Lapua bullet and supplied via Lapua's QuickTime software.

To the left you see a comparision of the results.

After I have removed some bugs, an update of the getting started documentation and rigorous testing I will release the new addin within a week or two.
#27
Updates / Aug 10 - BfX updated
August 10, 2011, 10:58:48 PM
One thing what is needed to supply your own (or Lapua's or ...) drag function to BfX is a function called BfX_CRC. CRC means cyclic redundancy check. It basically computes a 13 character text from a range of cells - no matter how large. If anything changes - the number in the text changes. It will be used to tell BfX that a certain drag table does not have to be read again because nothing has changed.

This was a small project gone out of hand. It completely generalized the internal structure of BfX (for the better) and the implementation process discovered a few bugs you probably never encountered. I updated the Getting Started workbook- you realy have to have a look at the "check range changed" worksheet to see the raw power of BfX CRC in spotting the smallest change in this rather huge workbook.

BfX_CRC noticed that under windows XP and Excel 2003 BfX_CD didn't work  (why did no user of BfX report this to me?) and spotted a few deviations in the worksheet that contained the BfX_Ran functions. These turned out to be a worksheet problem that I fixed. Now there is an single issue left with no practical impact - BfX_CRC spots a deviation in the cell G500 of the Drag Functions worksheet between Excel 2003 Windows XP and 2010, windows 7 64 bit . However, the number therein is to the last if its many decimals, the same! I will have a digital debug look at it later.

The updates can be downloaded from the site.
#28
General discussion / new bfx in the make
August 01, 2011, 02:28:09 AM
Because of the rain there was an excuse to start with the upgrade of BfX to include user defined drag functions. The first step is done, BfX is able to read in (any) tables and check them if they are changed since last time they were read. As a by product the function BfX_CRC(<range>) exists now that computes a string, e.g. BfX2269275294CRC, of 16 or less characters (32bit cyclic redundancy check (log10(2^32))+ BFX + CRC) . This value changes if the values and their order in a range of cells changes.

This BfX_CRC is quite handy for it self. Suppose one fills a quite large table with calculations. Then the person changes something in the workbook which should not affect the numbers and strings in the table. If, however they are, BfX_CRC computes another number.

Later this week I release the version with BfX_CRC, it needs just a small change in the source code...
#29
I have included a drag function "GS" for 9/16 inch spheres. To be used for shotfgun ballistics. Use it with BC=1 in every formula.

Later I will update BfX in order to provide a way for calculating the drag for other sized spheres.

Robert
#30
General discussion / On going work in BfX
May 03, 2011, 11:26:15 PM
it is a bit quiet on the forum. One of the reasons is that I am not very active with programming. To break the silence a bit I will mention here two things that I will implement shortly: a drag table for spheres to facilitate a forum member who wants to implement a ballistic calculator for shotguns, spin drift and the Miller stability criterium as soon as I have grasped how these formula's are derived, and the ballisctic coeficient calculator of Mac Coy.

#31
Updates / Bfx-update 2 april 2011
April 02, 2011, 09:06:23 PM
Added conversion from Joule to foot-pound and vice versa e.g. =bfx_u("ft-lb";3000) converts 3000 J to foot pound
#32
Updates / Site update
March 08, 2011, 02:23:15 PM
I have added bfx_ax(distance, heigth) to calculate the angle e.g. =bfx_ax("moa";100;"yd";3;"in")
The gettingstarted workbook is adapted.

you can download the new addins.
#33
Updates / Site update
February 27, 2011, 12:25:39 PM
Page on drag functions updated and given a more prominent place on the menu. The "physics graphic" will be worked on later, as soon as I have figured how to format texts in Mathematica nicely
#34
Updates / BfX update
February 26, 2011, 09:30:26 AM
I have updated bfx. BfX_C does now incorporate humidity. Furthermore the function BfX_AD has been added with which you can calculate air densities. Also, BfX can convert between more units - see BfX_help2.  The "getting started" spreadsheet shows it all.

In fact this is an early release, the getting started spreadsheet and the site will be worked upon further. Foremost it will discuss the effects of atmospheric conditions. Also a detailed comparision of BfX calculations with radar measurements on Lapua bullet trajectories will be made.
#35
as a by product of my investigation of the atmospheric conditions for which various drag computations were done in the past I have constructed bfx_ad(temp, pressure, humidity) that computes air density and extended bfx_c to bfx_c(temperature, pressure, humidty). Formulas were taken from the article
"Revised formula for the density of moist air (CIPM-2007), A Picard1, R S Davis1, M Gl¨aser2 and K Fujii3, Metrologia 45 (2008) 149–155"

Release coming soon
#36
For BfX it was a day with improvements.

Now the calculation of drag based Pejsa's drag coeficients is also done at the standard ICAO pressure. I have used the opportunity - now that I know how Pejsa's drag function is based on Ingalls Mayevski's parametrizations of deacceleration - to introduce the Ingalss Mayevski drag function to BfX. Of course the associated drag is also calculated at ICAO conditions.

I have reproduced Ingalls table and will put the spreadsheet online soon. By doing so I found a bug in BfX_Xv (it didn't want to parse "fps") and repaired it. I encountered also a wrong conversion constant from inchHg to Pascals. Furthermore I introduced the PSI (pounds per square inch) to BfX.

These modifications had impact on the GettingStarted spreadsheet and hence I had to modify it a bit.

You can download the updates. Soon I will extend my site with a discussion on atmospheric conditions and drag calculations
#37
Delved deep in the issue, Pejsa was not clear about it. However on page 76 in his book he stated that he adjusted his A function to equal the Mayevski a function at 2600fps.

this means that he uses the Ingalls conditions P=30inchHg, T=60F, humidity=67%.

The (ICAO air density)/(Ingals air density)=1.00371. Although the effects will be minor to the point of being neglible, I will adapt Pejsa's drag calculations in BfX to ICAO. Furthermore, I will add Mayevski Ingalls (under ICAO conditions) drag functions.

#38
Lapua has radar measurements for many of its bullets. From this their specific drag functions has been calculated. I downloaded the free Lapua QuickTarget ballistic calculator from www.lapua.com and made a quick comparision of its output for the Lapua GB478 Scenar 6,8 gram (105 gr) 6mm NormaBR bullet. Later, after I have sorted out things with Pejsa's calculations (did he use US Army Standard Metro or ICAO conditions plus 78% humidity?) I will do a more elaborate calculation. I think the results are pretty good. The question is how well the QuickTarget calculations match the exact trajectory? Ideally one wants to compare calculations with the actual path properties too!
#39
Updates / BFX update - BfX_C bug fixed
February 11, 2011, 01:29:48 AM
BfX_C works as it should!
#40
General discussion / BfX atmospheric conditions
February 11, 2011, 12:37:34 AM
Dear all,
Lately I was confused which atmospheric conditions I used in BfX - it was too long ago to remember and it seemed I also forgot the physics behind the drag functions.

Okay. Drag functions are independend of atmospheric conditions.


In the calculation of drag you have to use a density of air. In BfX the ICAO conditions are used (15 degrees C and 101324,6 Pascal 0% humidity), which are common for present day ballistic programs. Just checked the code - I am sure again - it holds for any BfX drag function

There is also the US Army standard meteo conditions (15 degrees C and 99991,6 Pascal), frequently used in the past. BFX_C which is used to convert ballistic coefficients, contains a bug thatI will soon fix. It incorrectly converts the ballistic coeficient as it assumes that BfX uses the US Army standard meteo conditions. if you enter
=BfX_C() and you  see the output BfX_C(T=15 [Celcius]; P=99999.76 [Pascal] []) then this is erronuous.

The new version will show BfX_C(T=15 [Celcius]; P=101324,6 [Pascal])

Expect the correction soon.