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