TemperatureFieldParameters#
- class ansys.speos.core.generic.parameters.TemperatureFieldParameters#
Temperature Field Parameters.
Overview#
Path to the temperature field file. |
|
Axis system used to position temperature field. |
|
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.