Added case study of radiated power through inductive coils.

This commit is contained in:
kpoppel
2013-06-19 00:24:37 +02:00
parent 467dcf1d5d
commit 37d9d94c44
19 changed files with 906 additions and 0 deletions

View File

@ -40,6 +40,10 @@ dofile(modpath.."/down_converter_mv.lua")
dofile(modpath.."/electric_furnace_mv.lua")
dofile(modpath.."/alloy_furnace_mv.lua")
dofile(modpath.."/forcefield.lua")
-- These two are a concept study: Supplying appliances with inductive coupled power:
-- lighting and associated textures is taken directly from VanessaE's homedecor and made electric.
dofile(modpath.."/power_radiator.lua")
dofile(modpath.."/lighting.lua")
--HV machines
dofile(modpath.."/wires_hv.lua")