Difference between revisions of "Wind Turbine/zh"

From Space Engineers Wiki
Jump to: navigation, search
(Overview)
Line 6: Line 6:
 
风轮机是将风能转换为电能的发电系统。
 
风轮机是将风能转换为电能的发电系统。
  
在大气环境中,风轮机只在网格固定后才会开始运作;其发电的效率受大气密度(过高会稀薄)、气流流动环境通畅度、安装位置的离地高度(过低风力会小)等因素。
+
== 用法 ==
 +
在大气环境中,风轮机只在网格固定<ref>此处网格固定既可以通过界面将网格变成站台,也可通过起落架停泊在站台或体素上达到</ref>才会开始运作
  
== Usage ==
+
风力供电能力通常效率受大气密度<ref>过高会稀薄</ref>、附近通畅度<ref>用于衡量附近障碍物对气流的阻碍程度</ref>、安装位置离地高度<ref>近地风力小</ref>等因素影响;
This block is an alternative [[Electricity|energy]] generator when direct sunlight is not available but an atmosphere is.Using this instead of a [[Solar Panel|solar panel]] you have a much larger range of power output(not to mention greater).Because this block's energy output is dependent on the atmosphere,pressure,and obstacles there is no need for [[Battery|batteries]] to be a main power source as it will always be active.
+
并将因天气随机变化而产生更大的效率波动。
  
==Wind Clearance==
+
==“风效”(Wind Clearance)==
The displayed ''Wind Clearance'' is the product of nearby obstructions and weather.
+
界面中“风效”(Wind Clearance)指标由设备附近通畅度和天气效果决定
  
 
{| class="wikitable"
 
{| class="wikitable"
!''Wind Clearance''
+
!“风效”
! Max Output
+
! 最大可供电功率
 
|-
 
|-
|Optimal
+
|优秀(Optimal)
 
| >{{#expr: 0.95 * {{#show:Mod:Vanilla/CubeBlock/LargeBlockWindTurbine|?MaxPowerOutput#-n}} * 1000 round 0}} kW
 
| >{{#expr: 0.95 * {{#show:Mod:Vanilla/CubeBlock/LargeBlockWindTurbine|?MaxPowerOutput#-n}} * 1000 round 0}} kW
 
|-
 
|-
|Good
+
|良好(Good)
 
| >{{#expr: 0.6 * {{#show:Mod:Vanilla/CubeBlock/LargeBlockWindTurbine|?MaxPowerOutput#-n}} * 1000 round 0}} kW
 
| >{{#expr: 0.6 * {{#show:Mod:Vanilla/CubeBlock/LargeBlockWindTurbine|?MaxPowerOutput#-n}} * 1000 round 0}} kW
 
|-
 
|-
|Poor
+
|有点(Poor)
 
| >0 kW
 
| >0 kW
 
|-
 
|-
|None
+
|无风(None)
 
| =0 kW
 
| =0 kW
 
|}
 
|}
 
== Media ==
 
 
== Tips ==
 
* Locking a mobile wind turbine's [[grid]] to a stationary object ([[station]] or [[voxel]]s) will also allow the turbine to function.
 
* Place this above the structure so that there are less obstructions.
 
* Wind Turbines output more power under certain weather conditions.
 
== Known Issues ==
 
  
 
== Programming ==
 
== Programming ==

Revision as of 14:58, 9 July 2023

Wind Turbine Icon.png
大型舰船 / 空间站
风轮机
Large Ship Icon.png

组件需求

 有功能 

 破解 
Girder Icon.png24

尺寸(宽,高,长)3,3,3
重量616.4 kg
616,400 g
616,400,000 mg
0.616 t
完整度1,882
建造耗时20 s
最大输出功率400 kW
0.4 MW
400,000 W
电源分组SolarPanels
气密情况通气
性能成本(PCU)55
明细编辑于: 2020-04-12

概述

风轮机是将风能转换为电能的发电系统。

用法

在大气环境中,风轮机只在网格固定[1]才会开始运作

风力供电能力通常效率受大气密度[2]、附近通畅度[3]、安装位置离地高度[4]等因素影响; 并将因天气随机变化而产生更大的效率波动。

“风效”(Wind Clearance)

界面中“风效”(Wind Clearance)指标由设备附近通畅度和天气效果决定

“风效” 最大可供电功率
优秀(Optimal) >380 kW
良好(Good) >240 kW
有点(Poor) >0 kW
无风(None) =0 kW

Programming

Class MyWindTurbine

Update History

Update 01.189
  • Wind Turbine block introduced
  1. 此处网格固定既可以通过界面将网格变成站台,也可通过起落架停泊在站台或体素上达到
  2. 过高会稀薄
  3. 用于衡量附近障碍物对气流的阻碍程度
  4. 近地风力小