WallResultsクラス

WallResults クラスは選択した壁での結果データ抽出を行います。利用可能な量: 面積、荷重、温度、圧力、熱伝達率、熱流束、荷重中心、モーメント、トルク。

WallResults クラス プロパティ

WallResultsプロパティ タイプ

applyCutoffPressure

ブーリアン  

cutoffPressure

線の本数  

useNearWallTemperatures

ブーリアン  

WallResults クラス メソッド

WallResultsメソッド

解説

データを返す

selectAll()

deselectAll()

select(id)

deselect(id)

select(name)

deselect(name)

select(g)

deselect(g)

サーフェス選択方法;

id = サーフェスid番号

name = サーフェス名

g = グループid

いいえ

selectQuantity(quantity, units)

deselectQuantity(quantity)

量の選択、単位はオプション;

単位が指定されない場合デフォルトの単位が使用される;

quantity = 文字列

units = 文字列

いいえ

setTorqueAxisPoint(x, y, z)

setTorqueAxisDirection(x, y, z)

トルク軸;

x, y, z = 数値

いいえ

setReferenceTemperature(value, units)

参照温度;

value = 数値;

units = 文字列

いいえ

calculate()

選択されたサーフェスでの壁面結果を計算 いいえ

writeToFile(file)

壁面結果をファイルに出力;

file = 文字列

いいえ

area(id)

pressure(id)

force(id)

centerOfForce(id)

moment(id)

temperature(id)

heatFlux(id)

filmCoefficient(id)

サーフェスidに対する壁面結果値を返す(id = 数値)

force 3エントリの1D配列を返す

centerOfForce 3 x 2エントリの2D配列を返す

moment 3エントリの1D配列を返す

はい

area()

force()

centerOfForce()

moment()

torque()

heatFlux()

全ての選択されたサーフェスに対する壁面結果のサマリを返す はい