|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectfem.bc.ElementBorderBound
fem.bc.HeatFluxBound
public class HeatFluxBound
熱流束境界条件クラス
フィールドの概要 | |
---|---|
double |
flux
熱流束 |
クラス fem.bc.ElementBorderBound から継承されたフィールド |
---|
element, face |
コンストラクタの概要 | |
---|---|
HeatFluxBound(int element,
java.lang.String face,
double flux)
熱流束境界条件を構築する |
メソッドの概要 | |
---|---|
boolean |
equals(java.lang.Object obj)
オブジェクトの等価判定をする |
java.lang.String |
toString()
データ文字列を返す |
java.lang.String |
toString(int element)
データ文字列を返す |
クラス fem.bc.ElementBorderBound から継承されたメソッド |
---|
clone, getBorder, hashCode, label, setLabel |
クラス java.lang.Object から継承されたメソッド |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public double flux
コンストラクタの詳細 |
---|
public HeatFluxBound(int element, java.lang.String face, double flux)
element
- 要素ラベルface
- 要素境界面flux
- 熱流束メソッドの詳細 |
---|
public boolean equals(java.lang.Object obj)
ElementBorderBound
内の equals
HeatFluxBound
のインスタンスで同じ値を持つ場合は truepublic java.lang.String toString()
java.lang.Object
内の toString
public java.lang.String toString(int element)
element
- 要素ラベル
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |