ExponentialDictionary#
- class ansys.aedt.core.modules.boundary.icepak_boundary.ExponentialDictionary(vertical_offset, coefficient, exponent_coefficient)#
Manages exponential condition assignments, which are children of the
BoundaryDictionaryclass.- This class applies a condition
ydependent on the timet: y=a+b*exp(c*t)
- Parameters:
- vertical_offset
str Vertical offset summed to the exponential law, which corresponds to the coefficient
ain the formula.- coefficient
str Coefficient that multiplies the exponential term, which corresponds to the coefficient
bin the formula.- exponent_coefficient
str Coefficient in the exponential term, which corresponds to the coefficient
cin the formula.
- vertical_offset
Attributes
Dictionary that defines all the boundary condition properties.
Shortcut for dir(self).
- This class applies a condition