|
[Sponsors] |
[ICEM] set workbench parameter in icem cfd script |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 24, 2013, 19:57 |
set workbench parameter in icem cfd script
|
#1 |
New Member
Join Date: Apr 2013
Posts: 17
Rep Power: 13 |
I need to set the Max element in Global Mesh setup as a workbench parameter. Normally while working in ICEM CDF through workbench it is possible just to click in a small window near Element size to set it as workbench parameter. As I'm working in ICEM calling it interactively through ANSYS Meshing I don't have this option.
Does anybody knows what command should I add to script for ICEM CFD to set workbench parameter? |
|
April 26, 2013, 04:39 |
|
#2 |
Senior Member
Matthias Voß
Join Date: Mar 2009
Location: Berlin, Germany
Posts: 449
Rep Power: 20 |
hey,
i resolved this problem by creating an User Input Parameter for the ICEM container. Overwrite the value for the seed size or whatever you want by recording a script and changing the value to the user parameter after importing the user parameter at the top of the icem script. Code:
set USER_PARA [ic_wb2_get_parameter user_defined XXX] Now you can control the parameter from within the Workbench. This is only working for the ANSYS 14.5 i guess, since only there you can choose a standalone ICEM container on the project schematic. Matthias |
|
April 28, 2013, 15:23 |
|
#3 | |
New Member
Join Date: Apr 2013
Posts: 17
Rep Power: 13 |
Quote:
I really appreciate that you answered me. I'm sure your advice will help me in future. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Import Mesh from ICEM CFD to CFX | Andre Almeida | CFX | 16 | April 19, 2016 04:42 |
calculating output parameter in cfd post | markus67 | CFX | 3 | August 26, 2015 10:28 |
Learn ANSYS ICEM CFD | easy_astronaut | ANSYS | 2 | December 15, 2013 16:34 |
Inner geometry gets lost exporting mesh from ICEM CFD to CFX-Pre | powpow | CFX | 3 | December 20, 2012 10:14 |
[ICEM] Importing a set of triangles into ICEM CFD | rambabu | ANSYS Meshing & Geometry | 5 | November 12, 2009 18:13 |