conf_powerfarm_template.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "name_PowerFarm": "长清风电场",
  3. "rated_Power_Turbine_Unit_kW": 2000,
  4. "rated_WindSpeed": 11,
  5. "rotor_diameter": 105.0,
  6. "rated_cut_in_windspeed":3,
  7. "rated_cut_out_windspeed":25,
  8. "rotational_Speed_Ratio": 117.91,
  9. "name_Output": "second level",
  10. "time_Period_Unit_Second": 600,
  11. "turbineInfoFilePathCSV": "F:/大生科技/数据/高本山10分钟数据/机组信息_风电场_gbs.csv",
  12. "turbineGuaranteedPowerCurveFilePathCSV": "F:/大生科技/数据/高本山10分钟数据/curv_power_hetong_gbs.csv",
  13. "inputFileDirectoryByCSV": "F:/大生科技/数据/高本山10分钟数据/gaobenshan-10min/",
  14. "csvFileNameSplitStringForTurbine": ".csv",
  15. "index_turbine": 0,
  16. "filter": {
  17. "filter_value_state_turbine": null,
  18. "speed_wind_cut_in": 3,
  19. "speed_wind_cut_out": 25,
  20. "angle_pitch_min": 2,
  21. "angle_pitch_max": null,
  22. "active_power_min": 39,
  23. "active_power_max": 2000,
  24. "speed_generator_min": null,
  25. "speed_generator_max": null,
  26. "activePowerAvailable": [
  27. 1
  28. ]
  29. },
  30. "graphSets": {
  31. "generatorSpeed": {
  32. "step": 200,
  33. "min": 1000,
  34. "max": 2000
  35. },
  36. "generatorTorque": {
  37. "step": 2000,
  38. "min": 0,
  39. "max": 12000
  40. },
  41. "cp": {
  42. "step": 0.5,
  43. "min": 0,
  44. "max": 2
  45. },
  46. "tsr": {
  47. "step": 5,
  48. "min": 0,
  49. "max": 30
  50. },
  51. "pitchAngle": {
  52. "step": 2,
  53. "min": -1,
  54. "max": 30
  55. },
  56. "activePower": {
  57. "step": 250,
  58. "min": 0,
  59. "max": 2000
  60. },
  61. "generatorTemperature": {
  62. "step": 10,
  63. "min": -40,
  64. "max": 100
  65. }
  66. },
  67. "outputFileDirectory": "output",
  68. "skip_row_number": 0,
  69. "density_air": 1.222,
  70. "name_Type_For_Analysis": "数据完整度",
  71. "date_Begin": "2023-02-01 00:00:00",
  72. "date_End": "2023-12-31 23:59:59",
  73. "excludingMonths": null,
  74. "turbine_Time": "时间",
  75. "turbine_Name": null,
  76. "speed_Wind": "30秒平均风速",
  77. "power_Active": "有功功率",
  78. "pitch_Angle1": "桨距角1",
  79. "pitch_Angle2": "桨距角2",
  80. "pitch_Angle3": "桨距角3",
  81. "state_Turbine": null,
  82. "speed_Generator": "发电机转速",
  83. "speed_Rotor": "风轮转速",
  84. "torque": null,
  85. "direction_Wind": "60秒平均风向角",
  86. "angle_included": "风向角",
  87. "nacelle_Pos": "机舱位置",
  88. "temperature_Env": "舱外温度",
  89. "temperature_Nacelle": "舱内温度",
  90. "Cabin_Vibrate_X": "机舱横向(左右)振动值(RMS)",
  91. "Cabin_Vibrate_Y": "机舱前后(俯仰)振动值(RMS)",
  92. "activePowerSet": "有功功率设定值",
  93. "activePowerAvailable": "功率曲线可用",
  94. "temperature_large_components": "低速轴承温度,高速轴承温度,齿轮箱入口油温,驱动前轴承温度,自由后轴承温度,发电机定子U温度",
  95. "temperature_Generator": {
  96. "yAxisDE": "低速轴承温度",
  97. "yAxisNDE": "高速轴承温度",
  98. "diffTemperature": "舱内温度"
  99. }
  100. }