SinusoidalDictionary#
- class ansys.aedt.core.modules.boundary.icepak_boundary.SinusoidalDictionary(vertical_offset, vertical_scaling, period, period_offset)#
Manages sinusoidal condition assignments, which are children of the
BoundaryDictionaryclass.- This class applies a condition
ydependent 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
ain the formula.- vertical_scaling
str Coefficient that multiplies the sinusoidal term, which corresponds to the coefficient
bin the formula.- period
str Period of the sinusoid, which corresponds to the coefficient
Tin the formula.- period_offset
str Offset of the sinusoid, which corresponds to the coefficient
t0in the formula.
- vertical_offset
Attributes
Dictionary that defines all the boundary condition properties.
Shortcut for dir(self).
- This class applies a condition