|
[Sponsors] |
CFX-Post Turbo - Ordering components for initialization |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 30, 2020, 05:18 |
CFX-Post Turbo - Ordering components for initialization
|
#1 |
New Member
Join Date: Jun 2017
Posts: 11
Rep Power: 9 |
Dear members of the forum,
I have some questions regarding the initialization of the turbo components in CFX post. May someone can help me with this. First, I will give you more information: I'm using CFX v18.2 and have disabled automatic component ordering in CFX-Post Turbo (see "CFX-Post-Options.png" image). My Questions are:
Many thanks in advance |
|
January 30, 2020, 08:28 |
|
#2 |
Member
Join Date: Apr 2009
Location: Czech Republic
Posts: 65
Rep Power: 18 |
Try to use Perl/"Power Syntax". For example:
! @TurboBlock = ("S0","R0","S1","R1","S2"); ! $i=1; ! foreach $TBlock (@TurboBlock) ! { DATA READER: CASE:Case $myCase DOMAIN: $TBlock Domain Type = Turbo Component Components to Initialize = Component $i END END END ! } |
|
October 25, 2024, 05:59 |
|
#3 |
New Member
Join Date: May 2017
Posts: 2
Rep Power: 0 |
Hi everyone,
I'm having the same issue in ANSYS Post 2024R1. The line Components to Initialize = Component $i doesn't work. In the ANSYS Innovation Space it says that you need to order the turbo domains in CFX Pre correctly. But is this necessary and the only way? It would be appriciated if someone can confirm either the previous solution by Ludvik or the workaround via CFX Pre. Thank you! |
|
October 25, 2024, 08:01 |
|
#4 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,871
Rep Power: 144 |
If you start up CFD-Post and record a session file where you do the actions in the script, then you can look at the recorded session file and see what the syntax is in the current version. It is possible that that keyword has been changed.
__________________
Note: I do not answer CFD questions by PM. CFD questions should be posted on the forum. |
|
November 6, 2024, 04:11 |
|
#5 |
New Member
Join Date: May 2017
Posts: 2
Rep Power: 0 |
Edit:
The solution by Ludvik works. "Components to Initialize" is still the correct syntax but I got the rest of the line incorrect since I didn't used the loop and translated the code in a wrong way. working: Components to Initialize = S0 not working: Components to Initialize = Component S0 not working: Components to Initialize = Component 1 Disable automatic component ordering was necessary! Thank you Glenn. Your help and the threads in this forum are highly appreciated! Last edited by elonaJ; November 19, 2024 at 05:59. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
export expression from CFX post | owarlow | CFX | 5 | November 12, 2019 17:43 |
Transient animation performance in CFX 5.5 POST | Sjoerd Romkes | CFX | 8 | February 5, 2013 15:53 |
CFX post legend modification | mactech001 | CFX | 3 | December 25, 2011 23:12 |
CFX Post export problem | jeff_F | CFX | 0 | August 17, 2009 22:25 |
chart for transiente simulation - CFX Post | rogbrito | CFX | 0 | June 22, 2009 13:12 |