WindPressure class

Constructors

WindPressure()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calcQp(double V0, double E, double Iw) double
calcW(double C, double q, double A) double
@fn calcW @brief 風力係数C、設計用速度圧q、受風面積Aから風圧荷重を計算します。 @param C :アレイ面,支持物構成材の風力係数 @param q 設計用速度圧q(N・mିଶ) @param A アレイ面の受風面積,支持物構成材の鉛直投影面積A(mଶ) @retval アレイ,支持物構成材に作用する風圧荷重W(N)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited