create_exponential_transient_assignment#
- Icepak.create_exponential_transient_assignment(vertical_offset: str, coefficient: str, exponent_coefficient: str) ExponentialDictionary#
Create an object to assign the exponential transient condition to.
- This method applies a condition
ydependent on the timet: y=a+b*exp(c*t)
- Parameters:
- vertical_offset
str Vertical offset summed to the exponential law, which corresponds to the coefficient
ain the formula.- coefficient
str Coefficient that multiplies the exponential term, which corresponds to the coefficient
bin the formula.- exponent_coefficient
str Coefficient in the exponential term, which corresponds to the coefficient
cin the formula.
- vertical_offset
- Returns:
ansys.aedt.core.modules.boundary.icepak_boundary.ExponentialDictionaryBoundary dictionary object that can be passed to boundary condition assignment functions.
Examples
>>> from ansys.aedt.core.icepak import Icepak >>> obj = Icepak() >>> obj.create_exponential_transient_assignment("0W", "5W", "-1s")
- This method applies a condition