TemperatureFieldParameters#

class ansys.speos.core.generic.parameters.TemperatureFieldParameters#

Temperature Field Parameters.

Overview#

temperature_field_uri

Path to the temperature field file.

axis_plane

Axis system used to position temperature field.

sop

Surface optical properties parameters.

Import detail#

from ansys.speos.core.generic.parameters import TemperatureFieldParameters

Attribute detail#

TemperatureFieldParameters.temperature_field_uri: str | pathlib.Path = ''#

Path to the temperature field file.

TemperatureFieldParameters.axis_plane: list[float] = [0, 0, 0, 1, 0, 0, 0, 1, 0]#

Axis system used to position temperature field.

TemperatureFieldParameters.sop: SopMirrorParameters | SopLibraryParameters#

Surface optical properties parameters.