create_powerlaw_transient_assignment#
- Icepak.create_powerlaw_transient_assignment(intercept, coefficient, scaling_exponent)#
Create an object to assign the power law 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.PowerLawDictionaryBoundary dictionary object that can be passed to boundary condition assignment functions.
- This method applies a condition