|
[Sponsors] |
November 22, 2022, 12:54 |
How to patch using TUI in Fluent
|
#1 |
New Member
Join Date: Oct 2022
Location: France
Posts: 6
Rep Power: 4 |
Hello everyone,
I am trying to do some zone patching using TUI for batch simulations. Using the Ansys Text Command List, I still don't get what the argument to be passed are supposed to be. I have a cell register named 'sat_25' where I want to set the Volume Fraction of my 2ndary phase called 'Air' to 0. Can someone please let me know what the command to be used would be? Also, how do you pass cell register names to Fluent? Thank you in advance, Tudor |
|
November 22, 2022, 13:16 |
|
#2 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,750
Rep Power: 66 |
When working with the interactive TUI, the best advice I can give is to spam the enter/return key. Fluent will give you prompts that you can then answer.
For example, type solve, press enter. Type patch, press enter. Continue... Fluent will the prompt you for a Domain. you will enter mixture or phase-2 or some other relevant phase information. Then it will prompt you for the cell zone id/name.Then it will prompt you for the register id/name. You may enter the id or the literal name. The id is most often 0 because 99% of cases, you have only one cell zone or register. If you have multiple, then read what is the id from the cell zone manager. The null argument is a set of curly brackets (). You also terminate a list with (). If you want to patch a single cell register which has id 0 and name sat_25, your command will therefore look something like /solve/patch phase-2 () 0 () /solve/patch phase-2 () (0) or /solve/patch phase-2 () sat_25 () The next prompt will ask what variable you want to patch, and you choose enter the volume fraction and continue the sequence. |
|
November 23, 2022, 08:58 |
|
#3 |
New Member
Join Date: Oct 2022
Location: France
Posts: 6
Rep Power: 4 |
Thanks a lot, that worked perfectly! Saved a lot of time
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] Wedge patch '*' is not planar | LilumDaru | OpenFOAM Meshing & Mesh Conversion | 7 | September 18, 2024 06:52 |
y+ and u+ values with low-Re RANS turbulence models: utility + testcase | florian_krause | OpenFOAM | 114 | August 23, 2023 06:37 |
Near wall treatment in k-omega SST | Arnoldinho | OpenFOAM Running, Solving & CFD | 38 | March 8, 2017 14:48 |
Running UDF with Supercomputer | roi247 | FLUENT | 4 | October 15, 2015 14:41 |
createPatch Segmentation Fault (CORE DUMPED) | sam.ho | OpenFOAM Pre-Processing | 2 | April 21, 2014 03:01 |