Page 1 of 4
HGDT 0.4 online
Posted: Sun Apr 27, 2008 5:00 pm
by D_Hall
Still looking for feedback from 0.3's addition (sensitivity). Surely more than two folks have an opinion?
But in the meantime, I've been a busy coder this weekend and turned out the multi-language capability that I recently rolled out for GGDT. Only language pack is English, but the capability for more is obviously there now.
Posted: Sun Apr 27, 2008 5:22 pm
by JDP12
umm well with the sensitivity thing i think its nice, if i'm using it correctly- i'm guessing with burst disk failure it optimizes the PSI you want it to burst at?
how does the rest of it work- i.e. mix, projectile mass, et cetera?
i'm assuming its just an optimizer based on the user's input values??
Posted: Sun Apr 27, 2008 5:40 pm
by D_Hall
No, it allows you to conduct sensitivity studies. IE, answer the question of "How sensitive to [insert variable here] is the system?" It could be that a small change in [insert variable here] makes a huge performance difference. Or it could be that large changes in that very same variable have little or no effect on performance.
So, no, it is not an optimzer. It does, however, give you insight into optimization.
Posted: Sun Apr 27, 2008 9:21 pm
by jimmy101
OK, do you
really want feedback ... or just compliments?
For the sensitivity option:
I assume that the program is just dividing the range up into a certain number of steps and then submitting the data to itself for a calculation, extracts the pertinent result and adds it to the graph.
1. Be nice if there was some indication of how far through the process it is at a particular time. Perhaps something like a text box that says "doing iteration 4 or 20" (or whatever is appropriate), or a progress bar.
2. Mark the individual data points on the graph. It's always nice to know what are real points and what is just straight lines (or some other curve) between points.
Posted: Sun Apr 27, 2008 9:43 pm
by starman
Oops sorry, didn't know .3 was out. I'll give .4 a look.
On first glance the init position = 0 still overflows.
Also, on chamber volume, it would be nice to have the option to just fill out the volume directly rather than have the grayed out calculation there only. Presently I have to find 2 numbers that multiply close to my volume.
Posted: Sun Apr 27, 2008 9:50 pm
by JDP12
ok i understand it now.
i assume the sensitivity works off of your inputs, so that different volumes would give different results correct?
Posted: Sun Apr 27, 2008 9:52 pm
by starman
OK, just gave the sensitivity studies a spin...love it! It's automating things I am already doing manually. Excellent feature!
Posted: Sun Apr 27, 2008 10:01 pm
by Lentamentalisk
starman wrote:Also, on chamber volume, it would be nice to have the option to just fill out the volume directly rather than have the grayed out calculation there only. Presently I have to find 2 numbers that multiply close to my volume.
The reason for this is because just plain volume isn't accurate enough. To calculate flow and all it takes the length and diameter. ex: if it is longer, the air has to travel farther to get to the muzzle.
ilovetoblowthingsup wrote:i assume the sensitivity works off of your inputs, so that different volumes would give different results correct?
It takes your gun, with all of your given inputs, minus the variable you are calculating the sensitivity of, and calculates the performance at various values for said variable.
Posted: Mon Apr 28, 2008 8:21 am
by D_Hall
Nothing uploaded yet but...
starman wrote:On first glance the init position = 0 still overflows.
Fixed.
Also, on chamber volume, it would be nice to have the option to just fill out the volume directly rather than have the grayed out calculation there only. Presently I have to find 2 numbers that multiply close to my volume.
Working on it.
Posted: Mon Apr 28, 2008 8:23 am
by D_Hall
jimmy101 wrote:1. Be nice if there was some indication of how far through the process it is at a particular time. Perhaps something like a text box that says "doing iteration 4 or 20" (or whatever is appropriate), or a progress bar.
Not to sound snarky, but how long is it taking to come up for you? On my box (which isn't a dog, but it's not top of the line either) it doesn't take more than a few seconds to come up.
2. Mark the individual data points on the graph. It's always nice to know what are real points and what is just straight lines (or some other curve) between points.
Good point. I'll see what I can retreive from the dark recesses of my mind on how to turn that back on.
Posted: Mon Apr 28, 2008 8:46 am
by JDP12
wow i love that sensitivity feature now that i understand it. It's amazing. and i agree with starman about being able to just enter the volume itself.. but other than that, its amazing, that sensitivity feature will help me out a ton, thanks for your hard work
Posted: Mon Apr 28, 2008 1:13 pm
by jimmy101
D_Hall wrote:jimmy101 wrote:1. Be nice if there was some indication of how far through the process it is at a particular time. Perhaps something like a text box that says "doing iteration 4 or 20" (or whatever is appropriate), or a progress bar.
Not to sound snarky, but how long is it taking to come up for you? On my box (which isn't a dog, but it's not top of the line either) it doesn't take more than a few seconds to come up.
Well, my poor win98 box has a rotary dialer on the modem
Takes a few seconds to run. Not really a problem but it isn't always clear that it has actually finished what it is doing.
Posted: Wed Apr 30, 2008 12:35 am
by D_Hall
OK, a new version is online.
The configuration screen has changed to allow volume definition either by (a) chamber length, (b) direct input of volume, or (c) C:B ratio. This means that the language pack (read: zip file) has changed and needs to be re-downloaded.
Also (as mentioned above) 0 as the init position should no longer cause an error.
And Jimmy will note that precise data points are identified by the sensitivity tool (although I decided not to do the progress bar).
Posted: Wed Apr 30, 2008 3:03 am
by starman
A quick note...when in direct input of volume mode, the numbers typed are being fed into the least significant digit first, so you have delete the original number and type the new number backwards. Also when in that mode, if you make a barrel length change, the chamber volume changes automatically...I assume tracking an anchored down c:b ratio rather than calculate a new one.
BTW, thanks for the direct volume mode.
Posted: Wed Apr 30, 2008 7:18 am
by JDP12
woot, thanks for your hard work D Hall... i like it.