CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS

[ICEM] Get the returned values using "ic_split" command

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 18, 2010, 11:05
Default [ICEM] Get the returned values using "ic_split" command
  #1
New Member
 
Join Date: Jul 2010
Posts: 1
Rep Power: 0
ArGri is on a distinguished road
Hello,

I'm facing a small problem using replay scripts on ICEMCFD I'm sure you can help me with :

I need to split a curve using two different points :

ic_undo_group_begin
ic_point intersect CHIMERE pnt.69000 {crv.06 crv.2010} tol 0.1
ic_point intersect CHIMERE pnt.69001 {crv.06 crv.2010} tol 0.1
set split [ic_geo_split_curve crv.06 {pnt.69000 pnt.69001}]
ic_undo_group_end


I get the returned values in the $split list-variable. I want to use the splitted curves contained in this list :

set split1 [lindex $split 0]
set split2 [lindex $split 1]
set split3 [lindex $split 2]


I want then create a surface based on one of the splitted curve $split2 :

...
ic_surface 2-4crvs AIRE srf.01 {0.01 {$split2 crv.2010}}
...

But, as running the rpl file, I'm told that there is "no curve named $split2".

Do tou have any idea where my mistake is?

Thank you!!
ArGri is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation OF1.5-dev ttdtud OpenFOAM Installation 46 May 5, 2009 02:32
OpenFOAM15 installables are incomplete problem with paraFoam tryingof OpenFOAM Bugs 17 December 7, 2008 04:41
Problem of compilation OF 14Allwmake command not found erik_d OpenFOAM Bugs 13 September 13, 2008 21:45
Regarding FoamX running Kindly help out hariya03 OpenFOAM Pre-Processing 0 April 18, 2008 04:26
Journal command to patch values Wenbin FLUENT 8 November 11, 2003 13:10


All times are GMT -4. The time now is 19:13.