PowerLawDictionary#
- class ansys.aedt.core.modules.boundary.icepak_boundary.PowerLawDictionary(intercept, coefficient, scaling_exponent)#
Manages power law condition assignments, which are children of the
BoundaryDictionaryclass.- This class 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
Attributes
Dictionary that defines all the boundary condition properties.
Shortcut for dir(self).
- This class applies a condition