|
[Sponsors] |
May 21, 2015, 18:18 |
Exit Command
|
#1 |
Member
Kegan Leckness
Join Date: Mar 2015
Posts: 38
Rep Power: 11 |
Hi all,
Page 6 of v15.0 ICEM Programmer's Guide says "You can have ANSYS ICEM CFD close immediately after your script is finished if you add the exit command to the end of your script." This is the first and last mention of such a command. I have a .wbjn file that successfully opens batch ICEM and runs the .rpl script (using System.Diagnostics import method, no ICEM system is opened in Wb). I want ICEM to close after completion of the script. Recording the script during manual closing of ICEM contains no actual exit command (only a save project command). Is anyone aware of the line of code (in a .rpl script) to close ICEM? Thank you! |
|
May 27, 2015, 07:28 |
|
#2 |
New Member
Sune Niemann
Join Date: Aug 2011
Posts: 18
Rep Power: 15 |
The documentation gives you the answer: "add the exit command to the end of your script"
Code:
# Code to exit icem exit |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
8x icoFoam speed up with Cufflink CUDA solver library | kmooney | OpenFOAM Running, Solving & CFD | 42 | November 6, 2012 12:37 |
OpenFOAM 1.7.1 installation problem on OpenSUSE 11.3 | flakid | OpenFOAM Installation | 16 | December 28, 2010 09:48 |
Installation OF1.5-dev | ttdtud | OpenFOAM Installation | 46 | May 5, 2009 03:32 |
OpenFOAM15 installables are incomplete problem with paraFoam | tryingof | OpenFOAM Bugs | 17 | December 7, 2008 05:41 |
Regarding FoamX running Kindly help out | hariya03 | OpenFOAM Pre-Processing | 0 | April 18, 2008 05:26 |