SinusoidalDictionary#
- class ansys.aedt.core.modules.boundary.SinusoidalDictionary(vertical_offset, vertical_scaling, period, period_offset)[source]#
Manages sinusoidal condition assignments, which are children of the
BoundaryDictionary
class.- This class applies a condition
y
dependent on the timet
: y=a+b*sin(2*pi(t-t0)/T)
- Parameters:
- vertical_offset
str
Vertical offset summed to the sinusoidal law, which corresponds to the coefficient
a
in the formula.- vertical_scaling
str
Coefficient that multiplies the sinusoidal term, which corresponds to the coefficient
b
in the formula.- period
str
Period of the sinusoid, which corresponds to the coefficient
T
in the formula.- period_offset
str
Offset of the sinusoid, which corresponds to the coefficient
t0
in the formula.
- vertical_offset
Attributes
Dictionary that defines all the boundary condition properties.
- This class applies a condition