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는 선택 사항입니다.

단위가 지정되지 않은 경우에는 기본 단위가 사용됩니다.

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)

온도(id)

heatFlux(id)

filmCoefficient(id)

표면 ID(id = 숫자)에 대한 벽 결과 값을 반환합니다.

force는 3개 항목이 있는 1차 배열을 반환합니다.

centerOfForce는 3 x 2개 항목이 있는 2차 배열을 반환합니다.

moment는 3개 항목이 있는 1차 배열을 반환합니다.

area()

force()

centerOfForce()

moment()

torque()

heatFlux()

선택한 모든 표면에 대한 벽 결과의 합계를 반환합니다.