LinearDictionary#

class ansys.aedt.core.modules.boundary.icepak_boundary.LinearDictionary(intercept, slope)#

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.

Examples

>>> from ansys.aedt.core.modules.boundary.icepak_boundary import LinearDictionary
>>> obj = LinearDictionary()

Attributes

LinearDictionary.props

Dictionary that defines all the boundary condition properties.

LinearDictionary.public_dir

Shortcut for dir(self).