create_linear_transient_assignment#

Icepak.create_linear_transient_assignment(intercept: str, slope: str) LinearDictionary#

Create an object to assign the linear transient condition to.

This method applies a condition y dependent on the time t:

y=a+b*t^c

Parameters:
interceptstr
Value of the assignment condition at the initial time, which
corresponds to the coefficient ``a`` in the formula.
slopestr

Slope of the assignment condition, which corresponds to the coefficient b in the formula.

Returns:
ansys.aedt.core.modules.boundary.icepak_boundary.LinearDictionary

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