create_linear_transient_assignment#
- Icepak.create_linear_transient_assignment(intercept, slope)#
Create an object to assign the linear transient condition to.
- This method applies a condition
ydependent 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
ain the formula.- coefficient
str Coefficient that multiplies the power term, which corresponds to the coefficient
bin the formula.- scaling_exponent
str Exponent of the power term, which. corresponds to the coefficient
cin the formula.
- intercept
- Returns:
ansys.aedt.core.modules.boundary.icepak_boundary.LinearDictionaryBoundary dictionary object that can be passed to boundary condition assignment functions.
- This method applies a condition