0 purchases
denki
denki #
calc of electricity
電気技術者向けの計算パッケージです。
Getting Started #
This project is a starting point for a Dart
package,
a library module containing code that can be shared easily across
multiple Flutter or Dart projects.
For help getting started with Flutter, view our
online documentation, which offers tutorials,
samples, guidance on mobile development, and a full API reference.
参考資料 #
電気主任技術者関連
地上設置型太陽光発電システムの設計ガイドライン2019年版
経済産業省 法令|電力の安全
電気事業法 告示・内規等
Sample code #
// 速度圧qp
print(wp.calcQp(34, 1.194, 1.0)); // 828.1583999999998
// 風圧荷重W
print(wp.calcW(828, 1.25, 1.0)); // 1035.0
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.