PowerLawDictionary#

class ansys.aedt.core.modules.boundary.PowerLawDictionary(intercept, coefficient, scaling_exponent)[source]#

Manages power law condition assignments, which are children of the BoundaryDictionary class.

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

Attributes

PowerLawDictionary.props

Dictionary that defines all the boundary condition properties.