You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a pyFluent script in which i will make derivations and calculations using the reported & computed values in the domain. For example i have an pressure inlet and i want to create a variable name mass_flow_inlet and assign mass flow rate through the inlet to my variable "mass_flow_inlet", after the solution is converged or enough iterations has been performed.
Required report definition is already defined in the case so all i need is a way to simple code snippet to get the value of this report definition and assign it to my user-defined variable, such as:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am trying to create a pyFluent script in which i will make derivations and calculations using the reported & computed values in the domain. For example i have an pressure inlet and i want to create a variable name mass_flow_inlet and assign mass flow rate through the inlet to my variable "mass_flow_inlet", after the solution is converged or enough iterations has been performed.
Required report definition is already defined in the case so all i need is a way to simple code snippet to get the value of this report definition and assign it to my user-defined variable, such as:
mass_flow_inlet = ....
How can i go about doing that ?
Best Regards.
Beta Was this translation helpful? Give feedback.
All reactions