create_sinusoidal_transient_assignment#
- Icepak.create_sinusoidal_transient_assignment(vertical_offset, vertical_scaling, period, period_offset)[source]#
Create an object to assign the sinusoidal transient condition to.
- This method 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
- Returns:
ansys.aedt.core.modules.boundary.SinusoidalDictionary
Boundary dictionary object that can be passed to boundary condition assignment functions.
- This method applies a condition