Replies: 5 comments 2 replies
-
Hello RandSim, I'm not sure about what's been released in 2024 R2, but at least in 2025 R1, there'll be an alternative GUI available by connecting a web browser to the Fluent session. Actions done there will be recorded in the journal file as python code (if you're writing a python journal -- otherwise, WebUI actions will not be journalled at all..). |
Beta Was this translation helpful? Give feedback.
-
Jochen, " |
Beta Was this translation helpful? Give feedback.
-
Hi RandSim again,
did you do these by typing TUI commands (like "/define/models/energy ...") into the Fluent text console?
You did, but I just realise that that won't work, I thought it the wrong way. Here are modified instructions:
Let me know how that works.. |
Beta Was this translation helpful? Give feedback.
-
Here is the documented way of generating Python journal from existing TUI journals. |
Beta Was this translation helpful? Give feedback.
-
Thanks Jochen and Mainak! Give me a day or two and Ill give this a shot. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am unsuccessful in trying to output a pyFluent journal from Fluent 2024R2. To my demise, the journal file is just a record to GUI actions, not a pyFluent file. This functionality works well with Fluent Mesher but not Solver. Could you point me in the right direction?
Thanks for your help,
Alex,
PS1: I have the python console activated and I am using 2024R2.
PS2: Example journal output is not a pyFluent file
/file/set-tui-version "24.2"
(cx-gui-do cx-activate-item "MenuBarReadSubMenuMesh...")
(cx-gui-do cx-set-file-dialog-entries "Select File" '( "simple_bend.msh.h5") "CFF Mesh Files (.msh.h5 )")
(cx-gui-do cx-set-list-tree-selections "NavigationPaneFrame2Table1List_Tree2" (list "Setup|Models|Energy (Off)"))
(cx-gui-do cx-set-list-tree-selections "NavigationPaneFrame2Table1List_Tree2" (list "Setup|Models|Energy (Off)"))
(cx-gui-do cx-activate-item "NavigationPaneFrame2Table1List_Tree2")
(cx-gui-do cx-set-list-tree-selections "NavigationPaneFrame2Table1List_Tree2" (list "Setup|Models|Energy (Off)"))
(cx-gui-do cx-set-toggle-button2 "EnergyTable1(Energy)ToggleBox1CheckButton1(Energy Equation)" #t)
(cx-gui-do cx-activate-item "EnergyTable1(Energy)ToggleBox1CheckButton1(Energy Equation)")
(cx-gui-do cx-activate-item "EnergyPanelButtons*PushButton1(OK)")
Beta Was this translation helpful? Give feedback.
All reactions