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

Suppress output in 'Output' window?

Register Blogs Community New Posts Updated Threads Search

Like Tree2Likes
  • 1 Post By fluid23
  • 1 Post By marmot

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   July 5, 2016, 14:28
Default Suppress output in 'Output' window?
  #1
New Member
 
Join Date: Jun 2015
Location: Great Britain
Posts: 16
Rep Power: 10
cfdblender is on a distinguished road
Hello folks,

Is there any way to suppress all the messages STAR CCM+ prints in the 'Output' window while it is meshing? and while the simulation is running?

I'm using a Java macro to run 150 simulations back- to -back, so I don't want to see all those messages, all I want to see is a message I've programmed into the macro (one message per simulation)

Thanks in advance.
cfdblender is offline   Reply With Quote

Old   July 5, 2016, 17:10
Default
  #2
Senior Member
 
Matt
Join Date: Aug 2014
Posts: 947
Rep Power: 17
fluid23 is on a distinguished road
I don't believe that you can do that. You can close the output window all together, but you will need to find another way to display the information that you have programmed in. Without knowing specifics, I would suggest putting an annotation in a scene that updates per your message contents. There may be a way to use the macro to create a field function that defines whatever value you are displaying then create the annotation from that... I have never tried it so it might not be feasible.
cfdblender likes this.
fluid23 is offline   Reply With Quote

Old   July 6, 2016, 01:25
Default
  #3
Senior Member
 
kevin alun
Join Date: Sep 2011
Location: Germany
Posts: 106
Rep Power: 14
marmot is on a distinguished road
I also don't believe you can do that, another way could be when you write something from your macro you use a unique word, thus you can easily use the grep command to find your macro output,

sim.println("C1F2D3"+" start geometry change");
sim.println("C1F2D3"+" output pressure drop value"+myValue);

when you run in batch also remember to redirect the output to a file, e.g.
starccm+ -rsh "ssh" -np 80 -power -machinefile machinesFile -load StartFile.sim -batch Run.java > RunOutput.run
cfdblender likes this.
marmot 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
[swak4Foam] outputTime in Swak function immortality OpenFOAM Community Contributions 20 October 6, 2022 12:08
Output Window mosef STAR-CCM+ 2 August 26, 2014 04:28
Extracting the output from the FLUENT console window kesari Fluent UDF and Scheme Programming 0 February 21, 2014 05:37
writing execFlowFunctionObjects immortality OpenFOAM Post-Processing 30 September 15, 2013 06:16
CFX-5: Output in a console window cfd guy CFX 2 April 24, 2002 08:11


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