define_expressions#
- class ansys.fluent.core.generated.solver.settings_271.define_expressions(name=None, parent=None)#
Bases:
CommandDefine expressions to evaluate turbomachine performance.
- Parameters:
- inlets
List List of inlet surfaces to compute efficiency.
- outlets
List List of outlet surfaces to compute efficiency.
- process
str Process type.
- add_effbool
Enable/disable definition of expression for efficiency.
- type
str Efficiency type.
- ratio
str Type of efficiency ratio.
- name_eff
str Name for the new expression.
- add_tprbool
Enable/disable definition of expression for total pressure ratio.
- name_tpr
str Name of the new expression for total pressure ratio.
- add_ttrbool
Enable/disable definition of expression for total temperature ratio.
- name_ttr
str Name of the new expression for total temperature ratio.
- add_mfibool
Enable/disable definition of expression for mass flow at inlets.
- name_mfi
str Name of the new expression for mass flow at inlets.
- add_mfobool
Enable/disable definition of expression for mass flow at outlets.
- name_mfo
str Name of the new expression for mass flow at outlets.
- inlets
Arguments
Argument |
Summary |
|---|---|
List of inlet surfaces to compute efficiency. |
|
List of outlet surfaces to compute efficiency. |
|
Process type. |
|
Enable/disable definition of expression for efficiency. |
|
Efficiency type. |
|
Type of efficiency ratio. |
|
Name for the new expression. |
|
Enable/disable definition of expression for total pressure ratio. |
|
Name of the new expression for total pressure ratio. |
|
Enable/disable definition of expression for total temperature ratio. |
|
Name of the new expression for total temperature ratio. |
|
Enable/disable definition of expression for mass flow at inlets. |
|
Name of the new expression for mass flow at inlets. |
|
Enable/disable definition of expression for mass flow at outlets. |
|
Name of the new expression for mass flow at outlets. |
Included in:
Parent |
Summary |
|---|---|
The object. |