Conditions#
- class ansys.fluent.core.generated.datamodel_242.flicing.Root.Case.App.Airflow.Conditions(service, rules, path)#
Bases:
PyMenu
Singleton Conditions.
Classes:
AbsolutePressure
(service, rules[, path])Parameter AbsolutePressure of value type float.
AdiabaticStagnationTemperature
(service, rules)Parameter AdiabaticStagnationTemperature of value type float.
CharLen
(service, rules[, path])Parameter CharLen of value type float.
Mach
(service, rules[, path])Parameter Mach of value type float.
OperatingPressure
(service, rules[, path])Parameter OperatingPressure of value type float.
Pressure
(service, rules[, path])Parameter Pressure of value type float.
Reynolds
(service, rules[, path])Parameter Reynolds of value type float.
SyncFluent
(service, rules[, path])Parameter SyncFluent of value type bool.
Temperature
(service, rules[, path])Parameter Temperature of value type float.
Velocity
(service, rules[, path])Parameter Velocity of value type float.
Methods:
__init__
(service, rules, path)__init__ method of PyMenu class.
- class AbsolutePressure(service, rules, path=None)#
Bases:
PyNumerical
Parameter AbsolutePressure of value type float.
- class AdiabaticStagnationTemperature(service, rules, path=None)#
Bases:
PyNumerical
Parameter AdiabaticStagnationTemperature of value type float.
- class CharLen(service, rules, path=None)#
Bases:
PyNumerical
Parameter CharLen of value type float.
- class Mach(service, rules, path=None)#
Bases:
PyNumerical
Parameter Mach of value type float.
- class OperatingPressure(service, rules, path=None)#
Bases:
PyNumerical
Parameter OperatingPressure of value type float.
- class Pressure(service, rules, path=None)#
Bases:
PyNumerical
Parameter Pressure of value type float.
- class Reynolds(service, rules, path=None)#
Bases:
PyNumerical
Parameter Reynolds of value type float.
- class SyncFluent(service, rules, path=None)#
Bases:
PyParameter
Parameter SyncFluent of value type bool.
- class Temperature(service, rules, path=None)#
Bases:
PyNumerical
Parameter Temperature of value type float.
- class Velocity(service, rules, path=None)#
Bases:
PyNumerical
Parameter Velocity of value type float.
- __init__(service, rules, path)#
__init__ method of PyMenu class.