Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 [3] 4

Author Topic: How do I go about making flow for a magma-wheel?  (Read 4467 times)

iceball3

  • Bay Watcher
  • Miaou~
    • View Profile
    • My DA
Re: How do I go about making flow for a magma-wheel?
« Reply #30 on: October 22, 2010, 06:36:34 pm »

Though one thing to keep note of...
the steam turns the padfle on only one side due to momentum pushing it foward instead of sideways(mostly).
Logged

Namfuak

  • Bay Watcher
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #31 on: October 22, 2010, 06:37:13 pm »

To assist in any further misconceptions, all you need is the wheel to be offset a bit and have the pipe be sealed around it, so the steam turns the padfle on only one side due to momentum pushing it foward instead of sideways(mostly).
Example:

Code: [Select]
_________________________
              Ι
__________  --o--  ______
           \  Ι    /
            \ ___/
It would be more bunched up than that, but it's how it works. Sort of like putting only one part of the wheel of a waterwheel instead of the whole thing.

In order for that to work, it would need to connect to an axle that is airtight, and would still need a mechanism that held in steam to build pressure before releasing it.  This is why a piston is used in real life, not a wheel.
Logged

G-Flex

  • Bay Watcher
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #32 on: October 22, 2010, 06:42:04 pm »

Though one thing to keep note of...
the steam turns the padfle on only one side due to momentum pushing it foward instead of sideways(mostly).

How much inertia do you expect steam to have?



This is something that works based on this mechanism, but it's just a visual flow indicator. This kind of assembly is pretty much useless for actually providing torque.
Logged
There are 2 types of people in the world: Those who understand hexadecimal, and those who don't.
Visit the #Bay12Games IRC channel on NewNet
== Human Renovation: My Deus Ex mod/fan patch (v1.30, updated 5/31/2012) ==

iceball3

  • Bay Watcher
  • Miaou~
    • View Profile
    • My DA
Re: How do I go about making flow for a magma-wheel?
« Reply #33 on: October 22, 2010, 06:46:15 pm »

Ok fine, bad idea. How about the circular up-down or vice versa turbine?
Logged

G-Flex

  • Bay Watcher
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #34 on: October 22, 2010, 06:48:03 pm »

Beats me! Honestly, I think manufacturing capability is the biggest obstacle here. Good luck making airtight seals (and everything else) that withstand high temperature and pressure and remain airtight using your medieval forge and casting works.

By the way, if you wanted to use a water-wheel/windmill type design, what might work better would be setting up the wheel such that it's coaxial with the pipe, with the blades curved such that the wheel winds up spinning only in one direction. It would still be extremely inefficient, and manufacturing concerns would still screw you over, but yeah.
« Last Edit: October 22, 2010, 06:53:36 pm by G-Flex »
Logged
There are 2 types of people in the world: Those who understand hexadecimal, and those who don't.
Visit the #Bay12Games IRC channel on NewNet
== Human Renovation: My Deus Ex mod/fan patch (v1.30, updated 5/31/2012) ==

Fayrik

  • Bay Watcher
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #35 on: October 22, 2010, 06:57:42 pm »

I think my point earlier was missed abit...
I was trying to say, all the components are there, we just need the physics!

As for setup, it'd be rather simple.

Code: [Select]
   #####
   #\|/#
   #-o-#
   #/|\#
   #¦#¦#
 ###¦#¦###
 === # ===
 MMM###WWW
IN-> | OUT->
All the components are in the game, as I previously said.
Make the in and out a closed loop with a pump and drain to regulate water capacity.
As for the flow and pressure systems, it's already dealt with by the magma. If your system is full of water already, the magma will build the pressure.

And, keeping it airtight? Okay, I hadn't thought of that one but aparently it's possible to shift magma with dwarven engineering. If they can do that, I don't see too much of a problem here.
Logged
So THIS is how migrations start.
"Hey, dude, there's this crazy bastard digging in the ground for stuff. Let's go watch."

Vehudur

  • Bay Watcher
  • [evil]
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #36 on: October 22, 2010, 07:38:39 pm »

To assist in any further misconceptions, all you need is the wheel to be offset a bit and have the pipe be sealed around it, so the steam turns the padfle on only one side due to momentum pushing it foward instead of sideways(mostly).
Example:

Code: [Select]
_________________________
              Ι
__________  --o--  ______
           \  Ι    /
            \ ___/
It would be more bunched up than that, but it's how it works. Sort of like putting only one part of the wheel of a waterwheel instead of the whole thing.

The upper and lefthand blades on the wheel would both see pretty much the same fluid pressure from the steam. That's the problem. And if the wheel did turn clockwise a little bit, the steam would just leak through the bottom to the bottom-most wheel and exert similar pressure on that as well, in addition to steam escaping through empty space near the top (doing no useful work).

This is ignoring the problem of manufacturing concerns. You need to be able to produce extremely precise, tight-fitting parts that can withstand high temperature and pressure (and in a moist environment).

To put it bluntly, yes it would work.

First of all, he's right, all the parts are here already and we just need the physics.

It would, obviously, look different from his little ASCII image, but that's pretty damn close to the horizontal waterwheels the Romans had.  Do you know the difference between a waterwheel and a steam turbine?  Not much.  A case over the whole damn thing and it being made of materials that don't corrode easily.  Or, you can use steel and just have to replace it periodically. 

Do you think that modern hydroturbines are more precisely machined then waterwheels from the middle ages?  Of course they are.  If you make anything more precise you make it more efficient.  An imprecise machine would still work, however.

Steam is a gas, sure, but it's an unusual gas.  Air you can compress easily, this means if you tried to blow air through a turbine the smallest of flaws would cause a huge drop in power.  Water, being a liquid, will barely be able to exploit that flaw to avoid having to do work on the turbine (see: push it).  Steam is a gas, but is extremely difficult to compress, behaving closer to water than air.  You will loose a good deal of energy from any flaws, but it would still work.

Also, the pressure is more dependent on being able to force more through a smaller area than anything else.  Have a large boiler and a small outlet pipe and you get a lot of pressure.

You can test this in-game even, if you know how, but clearly fluid dynamics are way over your head.

As for the turbine design, lets put this to rest, shal we:   This is based off real-world designs, so yes, it would work.

Code: [Select]

Z-1

XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXX/ \XXXXXX
XXXXX( O )XXXXX
XXXXXX\ /XXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX

Z+0

XXXXX_____XXXXX
XXXX/  I  ===+= (steam pipe in)
XXX/ \ I / \XXX
XXI----O----IXX
XXX\ / I \ /XXX
XXXX\  I  /XXXX
XXXXXXXXXXXXXXX

Z+1

XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXOXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX
XXXXXXXXXXXXXXX


In case you don't get it, the outlet for the steam is actually to the side, on the opposite side the axle enters.  Bonus points if you make the vanes cup shaped.  More bonus points if you slope the ends to point at the direction of flow.

AND I'll say it again, for good measure:  You don't need precision parts, it's just more efficient if you do have them.
Logged
Quote
...and a third died in his bunk of natural causes - for a dagger in the heart quite naturally ends one's life.

I used to have an avatar, but I was told to remove it after it kept making people go insane.

Namfuak

  • Bay Watcher
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #37 on: October 22, 2010, 08:02:07 pm »

I think my point earlier was missed abit...
I was trying to say, all the components are there, we just need the physics!

As for setup, it'd be rather simple.

Code: [Select]
   #####
   #\|/#
   #-o-#
   #/|\#
   #¦#¦#
 ###¦#¦###
 === # ===
 MMM###WWW
IN-> | OUT->
All the components are in the game, as I previously said.
Make the in and out a closed loop with a pump and drain to regulate water capacity.
As for the flow and pressure systems, it's already dealt with by the magma. If your system is full of water already, the magma will build the pressure.

And, keeping it airtight? Okay, I hadn't thought of that one but aparently it's possible to shift magma with dwarven engineering. If they can do that, I don't see too much of a problem here.

This is a good one.  How does this work again?  How do you get over the fact that the steam will just fill the chamber and only has one way in and out?

I'm really sorry I'm getting insulting, but this is ridiculous.  It isn't happening.
Logged

ivansanchez

  • Bay Watcher
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #38 on: October 22, 2010, 08:10:55 pm »

Beats me! Honestly, I think manufacturing capability is the biggest obstacle here. Good luck making airtight seals (and everything else) that withstand high temperature and pressure and remain airtight using your medieval forge and casting works.

And you think that dorfs won't be able to build that? Man, right now they can build frakkin' dragon-proof wooden cages. Not to forget about turning raw chunks of random stone into a super-solid with infinite tensile strenght. And quantum stockpiles to put on top of that supersolid constructed floors.

And you're worried about airtightness? Meh. This is DWARF FORTRESS, for frak's sake!
Logged

G-Flex

  • Bay Watcher
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #39 on: October 22, 2010, 08:16:26 pm »

Beats me! Honestly, I think manufacturing capability is the biggest obstacle here. Good luck making airtight seals (and everything else) that withstand high temperature and pressure and remain airtight using your medieval forge and casting works.

And you think that dorfs won't be able to build that? Man, right now they can build frakkin' dragon-proof wooden cages. Not to forget about turning raw chunks of random stone into a super-solid with infinite tensile strenght. And quantum stockpiles to put on top of that supersolid constructed floors.

And you're worried about airtightness? Meh. This is DWARF FORTRESS, for frak's sake!

The game having absurdities due to incompleteness is not an excuse to knowingly introduce more absurd features. It's an alpha. Of course there are oddities like that.
Logged
There are 2 types of people in the world: Those who understand hexadecimal, and those who don't.
Visit the #Bay12Games IRC channel on NewNet
== Human Renovation: My Deus Ex mod/fan patch (v1.30, updated 5/31/2012) ==

Brandstone

  • Bay Watcher
  • Come hug me bro
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #40 on: October 22, 2010, 08:24:29 pm »

I can't believe that a wikipedia article hasn't been linked yet. http://en.wikipedia.org/wiki/History_of_the_steam_engine

ivansanchez

  • Bay Watcher
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #41 on: October 22, 2010, 08:25:01 pm »

How does this work again?  How do you get over the fact that the steam will just fill the chamber and only has one way in and out?

By realising that the steam pressure is higher at the input and lower at the output. This works by pressure differential, people.

You put energy into the system by compressing (and heating) the fluid, then get the energy out by letting it uncompress (and cool down). Go look how an intercooler works.

Now, do uncompressible fluids (water) in DF behave as if their flow could be affected by temperature? Do compressible fluids (air/steam) behave as if their flow could be affected by pressure?
Logged

krenshala

  • Bay Watcher
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #42 on: October 22, 2010, 10:27:49 pm »

Beats me! Honestly, I think manufacturing capability is the biggest obstacle here. Good luck making airtight seals (and everything else) that withstand high temperature and pressure and remain airtight using your medieval forge and casting works.

By the way, if you wanted to use a water-wheel/windmill type design, what might work better would be setting up the wheel such that it's coaxial with the pipe, with the blades curved such that the wheel winds up spinning only in one direction. It would still be extremely inefficient, and manufacturing concerns would still screw you over, but yeah.
You apparently aren't familiar with Hero's Steam Engine.  On that same page is a very simple steam powered boat that uses no moving parts (about half way down the page).  There are some other interesting, but simple, examples on that page as well.

Now, if Toady says "no steam power" then we live with(out) it, but it is most definitely withing the reach of any civ that can create magma pumps, water wheels and wind mills. ;)
Logged
Quote from: Haspen
Quote from: phoenixuk
Zepave Dawnhogs the Butterfly of Vales the Marsh Titan ... was taken out by a single novice axedwarf and his pet war kitten. Long Live Domas Etasastesh Adilloram, slayer of the snow butterfly!
Doesn't quite have the ring of heroics to it...
Mother: "...and after the evil snow butterfly was defeated, Domas and his kitten lived happily ever after!"
Kids: "Yaaaay!"

krenshala

  • Bay Watcher
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #43 on: October 22, 2010, 10:40:35 pm »

How does this work again?  How do you get over the fact that the steam will just fill the chamber and only has one way in and out?

By realising that the steam pressure is higher at the input and lower at the output. This works by pressure differential, people.

You put energy into the system by compressing (and heating) the fluid, then get the energy out by letting it uncompress (and cool down). Go look how an intercooler works.

Now, do uncompressible fluids (water) in DF behave as if their flow could be affected by temperature? Do compressible fluids (air/steam) behave as if their flow could be affected by pressure?
Yeah, the (non quoted) design here should work really well.  Run water in over the magma, which heats it to steam.  That steam goes up (towards lower pressure, and as it rises it turns the wheel, cools, condenses, and then the water and whatever steam hasn't condensed falls, still moving towards the area of lower pressure, then it hits the output side and is cycled back around to the input side.

Hell, this one doesn't even earn the name Perpetual Motion Machine, because it requires the input energy from the magma to work.  place this perpendicular to, and on top of, a magma "river" and it will work just fine (and would probably be considered geothermal).
Logged
Quote from: Haspen
Quote from: phoenixuk
Zepave Dawnhogs the Butterfly of Vales the Marsh Titan ... was taken out by a single novice axedwarf and his pet war kitten. Long Live Domas Etasastesh Adilloram, slayer of the snow butterfly!
Doesn't quite have the ring of heroics to it...
Mother: "...and after the evil snow butterfly was defeated, Domas and his kitten lived happily ever after!"
Kids: "Yaaaay!"

Halnoth

  • Bay Watcher
  • Plan for the Worst. Hope for the Best. Have Fun!
    • View Profile
Re: How do I go about making flow for a magma-wheel?
« Reply #44 on: October 22, 2010, 11:06:16 pm »

Good luck making airtight seals (and everything else) that withstand high temperature and pressure and remain airtight using your medieval forge and casting works.

HERON
The steam engine was invented by Heron, an ancient Greek geometer and engineer from Alexandria. Heron lived during the first century AD and is sometimes called Hero. Heron made the steam engine as a toy, and called his device "aeolipile," which means "wind ball" in Greek. The steam was supplied by a sealed pot filled with water and placed over a fire. Two tubes came up from the pot, letting the steam flow into a spherical ball of metal. The metallic sphere had two curved outlet tubes, which vented steam. As the steam went through the series of tubes, the metal sphere rotated. The Greeks never used this remarkable device for anything but a novelty.
Logged
One of the dwarfs walked in front of Thor to get a better view of the prye, and Thor kicked him irritably into the middle of the flames, which made Thor feel slightly better and made all the dwarfs feel much worse.

Cloth Armor Mod http://www.bay12forums.com/smf/index.php?topic=158967.msg7063531#msg7063531
Pages: 1 2 [3] 4