Cos#

class ansys.speos.core.intensity.Intensity.Cos(cos, default_parameters=None)#

Intensity of type: Cos.

By default, Order of cos law 3, total angle in degrees of the source emission 180.0.

Parameters:
cosansys.api.speos.intensity.v1.IntensityTemplate.Cos

Cos to complete.

default_parametersOptional[ ansys.speos.core.generic.parameters.IntensityCosParameters, ansys.speos.core.generic.parameters.IntensityLambertianParameters] = None

If defined the values in the Cos instance will be overwritten by the values of the data class.

Parameters:

Overview#

n

Property of order of cos law.

total_angle

Property of total angle of the emission of the light source.

Import detail#

from ansys.speos.core.intensity.Intensity import Cos

Property detail#

property Cos.n: float#

Property of order of cos law.

Parameters:
nfloat

order of cos law. By default, 3.

Returns:
float

order of cos law.

property Cos.total_angle: float#

Property of total angle of the emission of the light source.

Parameters:
total_anglefloat

Total angle in degrees of the emission of the light source. By default, 180.0.

Returns:
float

Total angle in degrees of the emission of the light source.