CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Siemens FAQ

Siemens FAQ

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
(STAR-CCM+)
(Using scene files)
Line 17: Line 17:
Also they cannot have the extension '.f' because star tries to compile them as separate files and ends up giving an error.
Also they cannot have the extension '.f' because star tries to compile them as separate files and ends up giving an error.
-
=== Question 2 ===
+
=== Using scene files to produce 3D images ===
-
Answer 2
+
A little known but very useful tool is Starview and the scene file. Starview is a small, free piece of software that runs on windows and reads the native scene file format (*.scn), the scene file is a 3D image file that you can create in either pro-VIS or pro-STAR and allows the starview user to navigate around a set of post processed results.
 +
 
 +
When you have set up your post-processing as you would like to display it (section plots, streamlines etc) then you save the scene file (pro-STAR: in glm mode, utilities -> write STAR-CD scene file, pro-VIS: window -> write STAR scene file) and then drag and drop it on the starview executable. You can then navigate around the results you have set up allowing you to zoom, pan and rotate around the scene and look at parts of the model you are interested in. Starview is small (approx 2mb) as are the scn files and so can be easily e-mailed to clients/colleagues who may not have a STAR-CD license.
== STAR-CCM+ ==
== STAR-CCM+ ==

Revision as of 08:28, 30 November 2005

This section is empty. This is just a suggestion on how to structure it. Please feel free to add questions and answers here!

Contents

STAR-CD

Using multiple POSDAT.F - simple trick

Answer:

There may be instances when the simulation may require multiple versions of POSDAT.F to be used. For example, one POSDAT.F may be used to calcualte and another used to print. Everytime copy pasting the code or renaming the files as POSDAT.F may be a little boring / inefficient. In stead the following procedure can be adopted:

Suppose you have posdat1.f and posdat2.f for 2 different purposes. Rename them as POSDAT1.TXT and POSDAT2.TXT. Ensure that these files contain only the code that you write. The star generated code must not find a place here. and keep them int he ufile folder. In the original 'empty' POSDAT.F generated by STAR, use the follwoing line:

INCLUDE 'POSDAT1.TXT'

if you need to run the first job. this command automatically transfers the control to the POSDAT1.TXT. Mind that though they are named .txt they still need to be in proper fortran format. else, this will result in compilation error.

Also they cannot have the extension '.f' because star tries to compile them as separate files and ends up giving an error.

Using scene files to produce 3D images

A little known but very useful tool is Starview and the scene file. Starview is a small, free piece of software that runs on windows and reads the native scene file format (*.scn), the scene file is a 3D image file that you can create in either pro-VIS or pro-STAR and allows the starview user to navigate around a set of post processed results.

When you have set up your post-processing as you would like to display it (section plots, streamlines etc) then you save the scene file (pro-STAR: in glm mode, utilities -> write STAR-CD scene file, pro-VIS: window -> write STAR scene file) and then drag and drop it on the starview executable. You can then navigate around the results you have set up allowing you to zoom, pan and rotate around the scene and look at parts of the model you are interested in. Starview is small (approx 2mb) as are the scn files and so can be easily e-mailed to clients/colleagues who may not have a STAR-CD license.

STAR-CCM+

How can I try STAR-CCM+?

You can download a free version of STAR-CCM+ from the CD-Adapco website http://www.cd-adapco.com/products/STAR-CCM_plus/STAR-CCM_trial.html

This version is limited to 16,000 cells per CPU across a maximum of 2 CPU's and allows full usage up to this limit.

You can import ngeom and ccm files (native CDA formats) as well as grd, cas and msh grids.

STAR-CAD Series

es-tools


My wiki