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