| CircuitNetwork クラス |
名前空間: Popolo.HVAC.Circuit
public class CircuitNetwork
CircuitNetwork 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| CircuitNetwork | CircuitNetworkクラスの新しいインスタンスを初期化します |
| 名前 | 説明 | |
|---|---|---|
| BasePressure | 基準圧力[kPa]を取得する | |
| BasePressureNode | 圧力基準となる節点を取得する | |
| Error | 誤差を取得する | |
| Iteration | 反復計算回数を取得する | |
| Nodes | 節点を取得する |
| 名前 | 説明 | |
|---|---|---|
| AddNode | 節点を追加する | |
| ConnectNode | 流路で節点を接続する | |
| Equals | Determines whether the specified object is equal to the current object. (Objectから継承) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Objectから継承) | |
| GetHashCode | Serves as the default hash function. (Objectから継承) | |
| GetType | Gets the Type of the current instance. (Objectから継承) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Objectから継承) | |
| RemoveBranch | 流路を削除する | |
| RemoveNode | 節点を削除する | |
| SetBasePressure | 基準圧力を設定する | |
| Solve | 回路網を解く | |
| ToString | Returns a string that represents the current object. (Objectから継承) |