create_exponential_transient_assignment#

Icepak.create_exponential_transient_assignment(vertical_offset, coefficient, exponent_coefficient)[source]#

Create an object to assign the exponential transient condition to.

This method applies a condition y dependent on the time t:

y=a+b*exp(c*t)

Parameters:
vertical_offsetstr

Vertical offset summed to the exponential law, which corresponds to the coefficient a in the formula.

coefficientstr

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

exponent_coefficientstr

Coefficient in the exponential term, which corresponds to the coefficient c in the formula.

Returns:
pyaedt.modules.Boundary.ExponentialDictionary

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