@LiteYear:
Thanks for stopping by! Sorry to be away so long.
Evaluating the $value variable was part of the problem. As a throwback from my OO days, I thought the variable would be reevaluated without direct placement. Thanks for the heads up.
Here's one back!
'$(pgrep some-process | wc)...
Greetings!
Well, I dug myself in over my head with a basic syntax debacle in Perl for my Linux box.
Here's the code sample which I wish to fix:
#!/usr/bin/perl
$value = '$(pgrep some-process | wc) -gt 0';
TEST:
if ($value)
{
sleep 2;
zenity --warning --text="some-process is running."...
@marks1080:
Thanks for the post. I thought as much; but sometimes you question your own sanity in the simplest of things ;)
Meanwhile, I'll stick to hunting this particular game with smaller caliber tools than the great "K"...
Cheers!
@davidbeach:
You know, that's essentially what I was thinking: "All roads lead to Ohm."
And, to (hopefully) answer your question, the load, supply, and circuit are completely stable and fixed. For the record, this whole thought problem is in the setting of standard 50/60Hz AC.
Of particular...
@waross:
Thanks for stopping by!
Good point. However, that particular aspect isn't really at issue in my little thought problem (it represents a small error on the whole). Again, the hypothetical load is a simple "black box" construct; representing a fixed, precharacterized RMS load value...
Good day.
I've had a tussle with this for a bit, and just now decided to break down and float it out for community assistance.
In the scenario which is at issue, we have a "black box" load which may be essentially resistive or may be partially inductive; but has been precharacterized to...
@rmix22:
Functionally, that works; but there's no symbolic output. Trying to get a functional, standard nth root representation for the document...
@Occupant:
Sadly, no; that seems to have come into play much later than this old version--
Any other ideas? This seems like a rather queer...
Greetings!
Well, I dug out my old 4.0 floppies for a quick 5-year check (still good after after 21 years); and got bumbling with the program after a quick install from my trusty CD-R backup. This software is always great fun to work with; still a touchstone of convenience and power ;o)
Well...
From my OP:
"Indeed, wouldn't looking at things from the standpoint of Carnot be a better first approach towards the overall goal in many instances?"
To flesh this out a bit, what about lowering the cold-sink temperature of any given design's cycle via ATDC water vapor injection? After all, if...
Hello folks!
Had a niggle to finally look at the foundational formula concerning the relationship of CR to efficiency for the air-standard Otto Cycle, i.e. E = 1 - (1 / CR ^ (K - 1)), where K = 1.4
To my surprise, we see a relatively small increase for E across a significant span of CR values...
@benjachristensen:
Having spent over 30 years in the Phoenix area, I can tell you the following: Virtually any sealed enclosure placed in the Summer sun in that climate IS a solar oven; regardless of color. If you have not experienced it yourself, it is hard to imagine...
I would create a...
@IRstuff:
OK. So...
We need to start with Q = mc(?T).
Then, we should take the value of Q and factor in a set of losses to arrive at the steady-state heating energy available through the body.
What would these factors be for a body such as this in still air at 25°C?
Lastly, in...
@IRstuff:
OK.
To recap, we need to start with the steady-state gray body radiation equation,
q = ??(Th4 - Tc4) Ac
instead of Q = mc(?T).
Then, we should take the value of q and factor in a set of losses to arrive at the steady-state heating energy available through the body. That being...