create_linear_transient_assignment#
- Icepak.create_linear_transient_assignment(intercept, slope)[source]#
Create an object to assign the linear transient condition to.
- This method applies a condition
y
dependent on the timet
: y=a+b*t^c
- Parameters:
- intercept
str
Value of the assignment condition at the initial time, which corresponds to the coefficient
a
in the formula.- coefficient
str
Coefficient that multiplies the power term, which corresponds to the coefficient
b
in the formula.- scaling_exponent
str
Exponent of the power term, which. corresponds to the coefficient
c
in the formula.
- intercept
- Returns:
ansys.aedt.core.modules.boundary.LinearDictionary
Boundary dictionary object that can be passed to boundary condition assignment functions.
- This method applies a condition