CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > Siemens > STAR-CCM+

CCM+ bash script output format

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 18, 2014, 05:02
Default CCM+ bash script output format
  #1
Member
 
Join Date: Jan 2014
Posts: 40
Rep Power: 12
hebeldebel is on a distinguished road
Hi,

I just got into CFD and CCM+, therefore I would like to have a look at different options and their consequences. To do this I wrote a little bash script with this command:

/####/STAR-CCM+8.04.010/star/bin/starccm+ -power -np $prozessor -batch -time $file &>$file.log

which works very well, as output, I get a batch.log and a batch@00010.sim file. My questions are: What does the 00010 stand for? Does this new file contain all necessary informations or does it contain the differences to the original file? Can I change the 00010 to something different?

Thank you very much for all your ideas

greetings
hebeldebel
hebeldebel is offline   Reply With Quote

Old   February 20, 2014, 07:38
Default
  #2
Member
 
Join Date: Jan 2014
Posts: 40
Rep Power: 12
hebeldebel is on a distinguished road
It seems to be the number of iterations it stopped at.

If anyone is interested, this is what my bash script looks like:

Code:
#!/bin/bash

echo "number of cpus:"
read prozessor
echo "$prozessor processors have been chosen"

Ort=$(/bin/pwd)

for file in $Ort/*.sim
do
echo "$file has been started"
/pathto/STAR-CCM+8.04.010/star/bin/starccm+ -power -np $prozessor -batch -time $file  &>$file.log
echo "$file has been finished"

done
hebeldebel 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
Output transient file to csv Ben CFX 3 September 23, 2008 08:17
Tecplot output format in 2-D cartesian grid jinwon park Tecplot 5 April 7, 2008 06:28
Gambit output files format B. R. Guirguis Main CFD Forum 4 April 7, 2006 20:03
Gambit output files format B. R. Guirguis FLUENT 1 April 6, 2006 17:30
CCOSILAB -- output data in Excel Format carlie Main CFD Forum 0 June 9, 2005 16:11


All times are GMT -4. The time now is 17:22.