oef_thermal_objects Module

Inheritance diagram of pyNastran.op2.tables.oef_forces.oef_thermal_objects
class pyNastran.op2.tables.oef_forces.oef_thermal_objects.Real1DHeatFluxArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.result_objects.op2_objects.BaseElement

1-ROD, 2-BEAM, 3-TUBE, 10-CONROD, 34-BAR, 69-BEND

build()[source]

sizes the vectorized attributes of the Real1DHeatFluxArray

build_dataframe()[source]

creates a pandas dataframe

get_headers() → List[str][source]
get_stats(short: bool = False) → List[str][source]
property is_complex

is the result complex?

property is_real

is the result real?

write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]
class pyNastran.op2.tables.oef_forces.oef_thermal_objects.RealChbdyHeatFluxArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.result_objects.op2_objects.BaseElement

build()[source]

sizes the vectorized attributes of the RealChbdyHeatFluxArray

build_dataframe()[source]

creates a pandas dataframe

get_headers() → List[str][source]
get_stats(short=False) → List[str][source]
property is_complex

is the result complex?

property is_real

is the result real?

property nnodes_per_element
write_f06(f06_file, header=None, page_stamp: str = 'PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]
class pyNastran.op2.tables.oef_forces.oef_thermal_objects.RealConvHeatFluxArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.result_objects.op2_objects.BaseElement

build()[source]

sizes the vectorized attributes of the RealConvHeatFluxArray

build_dataframe()[source]

creates a pandas dataframe

get_headers() → List[str][source]
get_stats(short: bool = False) → List[str][source]
property is_complex

is the result complex?

property is_real

is the result real?

write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num=1, is_mag_phase=False, is_sort1=True)[source]
class pyNastran.op2.tables.oef_forces.oef_thermal_objects.RealHeatFluxVU3DArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.result_objects.op2_objects.BaseElement

189-VUQUAD 190-VUTRIA,191-VUBEAM

build()[source]

sizes the vectorized attributes of the RealHeatFluxVU3DArray

get_headers() → List[str][source]
get_stats(short=False) → List[str][source]
write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num=1, is_mag_phase=False, is_sort1=True)[source]
class pyNastran.op2.tables.oef_forces.oef_thermal_objects.RealHeatFluxVUBeamArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.result_objects.op2_objects.BaseElement

build()[source]

sizes the vectorized attributes of the RealHeatFluxVUBeamArray

build_dataframe()[source]

creates a pandas dataframe

get_headers() → List[str][source]
get_stats(short=False) → List[str][source]
write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num=1, is_mag_phase=False, is_sort1=True)[source]
class pyNastran.op2.tables.oef_forces.oef_thermal_objects.RealHeatFluxVUShellArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.result_objects.op2_objects.BaseElement

build()[source]

sizes the vectorized attributes of the ElementTableArray

data_type() → str[source]
get_stats(short: bool = False) → List[str][source]
property headers
property is_complex

is the result complex?

property is_real

is the result real?

class pyNastran.op2.tables.oef_forces.oef_thermal_objects.RealHeatFlux_2D_3DArray(data_code, is_sort1, isubcase, dt)[source]

Bases: pyNastran.op2.result_objects.element_table_object.RealElementTableArray

build_dataframe()[source]

creates a pandas dataframe

get_headers() → List[str][source]
write_f06(f06_file, header=None, page_stamp='PAGE %s', page_num: int = 1, is_mag_phase: bool = False, is_sort1: bool = True)[source]