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 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.

coefficientstr

Coefficient that multiplies the power term, which corresponds to the coefficient b in the formula.

scaling_exponentstr

Exponent of the power term, which corresponds to the coefficient c in the formula.

Returns:
pyaedt.modules.Boundary.PowerLawDictionary

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