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_facesansys.api.speos.source.v1.source_pb2.SourceTemplate.Thermic.EmissiveFaces

Emissive faces to complete.

emissive_faces_propsansys.api.speos.scene.v2.scene_pb2.Scene.SourceInstance.ThermicProperties.EmissiveFacesProperties

Emissive faces properties to complete.

default_parametersOptional[ ansys.speos.core.generic.parameters.EmissiveFacesParameters] = None

Uses default EmissiveFacesParameters parameters.

stable_ctrbool

Variable to indicate if usage is inside class scope

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#

temperature

Property of temperature value in K of the thermic source object.

geometries

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:
float

temperature 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.

Parameters:
geometries: List[tuple[GeoRef, bool]]

list of tuple which contains geometry ref and bool for reversing normal direction.

Returns:
List[tuple[GeoRef, bool]]

list of tuple which contains geometry ref and bool for reversing normal direction.