LinearDictionary#

class ansys.aedt.core.modules.boundary.LinearDictionary(intercept, slope)[source]#

Manages linear conditions assignments, which are children of the BoundaryDictionary class.

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

y=a+b*t

Parameters:
interceptstr

Value of the assignment condition at the initial time, which corresponds to the coefficient a in the formula.

slopestr

Slope of the assignment condition, which corresponds to the coefficient b in the formula.

Attributes

LinearDictionary.props

Dictionary that defines all the boundary condition properties.