EmissiveFaces#
- class ansys.speos.core.source.SourceThermic.EmissiveFaces(emissive_faces, emissive_faces_props, default_parameters=None, stable_ctr=False)#
Type of thermic source exitance : emissive faces.
- Parameters:
- emissive_faces
ansys.api.speos.source.v1.source_pb2.SourceTemplate.Thermic.EmissiveFaces Emissive faces to complete.
- emissive_faces_props
ansys.api.speos.scene.v2.scene_pb2.Scene.SourceInstance.ThermicProperties.EmissiveFacesProperties Emissive faces properties to complete.
- default_parameters
Optional[ansys.speos.core.generic.parameters.EmissiveFacesParameters] =None Uses default EmissiveFacesParameters parameters.
- stable_ctrbool
Variable to indicate if usage is inside class scope
- emissive_faces
- Parameters:
emissive_faces (ansys.api.speos.source.v1.source_pb2.SourceTemplate.Thermic.EmissiveFaces)
emissive_faces_props (ansys.speos.core.kernel.scene.ProtoScene.SourceInstance.ThermicProperties.EmissiveFacesProperties)
default_parameters (Optional[ansys.speos.core.generic.parameters.EmissiveFacesParameters])
stable_ctr (bool)
Notes
Do not instantiate this class yourself, use set_emissive_faces method available in SourceThermic class.
Overview#
Property of temperature value in K of the thermic source object. |
|
Property of geometries linked to the thermic source. |
Import detail#
from ansys.speos.core.source.SourceThermic import EmissiveFaces
Property detail#
- property EmissiveFaces.temperature: float#
Property of temperature value in K of the thermic source object.
- Parameters:
- float
temperature value in K of the thermic source object.
- Returns:
floattemperature value in K of the thermic source object.
- property EmissiveFaces.geometries: List[tuple[ansys.speos.core.geo_ref.GeoRef, bool]]#
Property of geometries linked to the thermic source.