fem.bc
クラス HeatFluxBound

java.lang.Object
  上位を拡張 fem.bc.ElementBorderBound
      上位を拡張 fem.bc.HeatFluxBound
すべての実装されたインタフェース:
LabeledData

public class HeatFluxBound
extends ElementBorderBound

熱流束境界条件クラス


フィールドの概要
 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
 

フィールドの詳細

flux

public double flux
熱流束

コンストラクタの詳細

HeatFluxBound

public HeatFluxBound(int element,
                     java.lang.String face,
                     double flux)
熱流束境界条件を構築する

パラメータ:
element - 要素ラベル
face - 要素境界面
flux - 熱流束
メソッドの詳細

equals

public boolean equals(java.lang.Object obj)
オブジェクトの等価判定をする

オーバーライド:
クラス ElementBorderBound 内の equals
戻り値:
比較対象のオブジェクトが HeatFluxBound のインスタンスで同じ値を持つ場合は true

toString

public java.lang.String toString()
データ文字列を返す

オーバーライド:
クラス java.lang.Object 内の toString
戻り値:
このオブジェクトの文字列表現

toString

public java.lang.String toString(int element)
データ文字列を返す

パラメータ:
element - 要素ラベル
戻り値:
このオブジェクトの文字列表現