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 time t:

y=a+b*sin(2*pi(t-t0)/T)

Parameters:
vertical_offsetstr

Vertical offset summed to the sinusoidal law, which corresponds to the coefficient a in the formula.

vertical_scalingstr

Coefficient that multiplies the sinusoidal term, which corresponds to the coefficient b in the formula.

periodstr

Period of the sinusoid, which corresponds to the coefficient T in the formula.

period_offsetstr

Offset of the sinusoid, which corresponds to the coefficient t0 in the formula.

Returns:
pyaedt.modules.Boundary.SinusoidalDictionary

Boundary dictionary object that can be passed to boundary condition assignment functions.