|
[Sponsors] |
Bypass "proceed after mesh manipulation" warning. |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 30, 2022, 06:37 |
Bypass "proceed after mesh manipulation" warning.
|
#1 |
Member
Odisha
Join Date: Jan 2020
Posts: 59
Rep Power: 6 |
Hi everyone.
I'm trying to automate my fluent simulation using a scheme script. Apparently, for each button (or icon) that appears on the screen, there is a corresponding TUI command for it. For instance, if you type the following command in the fluent console, it will start the calculation process: Code:
(cx-gui-do cx-activate-item "Run Calculation*Table1*Table6(Solution Advancement)*Table1*PushButton1(Calculate)") Code:
(cx-gui-do cx-activate-item "Ribbon*Frame1*Frame2(Domain)*Table1*Table3(Zones)*PushButton2(Separate)") (cx-gui-do cx-activate-item "MenuBar*PopupMenuSeparate*Cells...") (cx-gui-do cx-activate-item "Separate Cell Zones*PanelButtons*PushButton1(OK)") (cx-gui-do cx-activate-item "Warning*PanelButtons*PushButton1(OK)") (cx-gui-do cx-activate-item "Separate Cell Zones*PanelButtons*PushButton2(Cancel)")) Is there any way that I can bypass this warning, or maybe handle it through a TUI command that I can incorporate in my scheme script? Thanks. |
|
December 30, 2022, 12:20 |
|
#2 | |
Member
Odisha
Join Date: Jan 2020
Posts: 59
Rep Power: 6 |
Quote:
Instead of typing in those 5 lines for performing cell separation, one can just use this command: Code:
(ti-menu-load-string "/mesh/modify-zones/sep-cell-zone-mark fluid \"field_value_0\" yes c activate-all") |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] installation problem with version 0.2.3 | Claudio87 | OpenFOAM Community Contributions | 9 | May 8, 2013 11:20 |
[Gmsh] discretizer - gmshToFoam | Andyjoe | OpenFOAM Meshing & Mesh Conversion | 13 | March 14, 2012 05:35 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |
[blockMesh] Axisymmetrical mesh | Rasmus Gjesing (Gjesing) | OpenFOAM Meshing & Mesh Conversion | 10 | April 2, 2007 15:00 |