Difference between revisions of "STAR-CCM+"

From UFRC
Jump to navigation Jump to search
Line 5: Line 5:
 
|{{#vardefine:app|STAR-CCM+}}
 
|{{#vardefine:app|STAR-CCM+}}
 
|{{#vardefine:url|http://www.cd-adapco.com/products/star-ccm®}}
 
|{{#vardefine:url|http://www.cd-adapco.com/products/star-ccm®}}
|{{#vardefine:exe|}} <!--Present manual instructions for running the software -->
+
|{{#vardefine:exe|1}} <!--Present manual instructions for running the software -->
 
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF-->
 
|{{#vardefine:conf|}} <!--Enable config wiki page link - {{#vardefine:conf|1}} = ON/conf|}} = OFF-->
 
|{{#vardefine:pbs|}} <!--Enable PBS script wiki page link-->
 
|{{#vardefine:pbs|}} <!--Enable PBS script wiki page link-->
Line 34: Line 34:
  
 
{{#if: {{#var: exe}}|==How To Run==
 
{{#if: {{#var: exe}}|==How To Run==
WRITE INSTRUCTIONS ON RUNNING THE ACTUAL BINARY|}}
+
* Load the gui module
 +
$ ml gui
 +
* Start a STARCCM+ GUI session with launch_gui_session. E.g. for a serial (1 CPU core) session with 4gb of memory for 24hrs:
 +
$ launch_gui_session -e starccm+ -t 24
 +
 
 +
Once the job starts and the command to attach to the session from your local computer is displayed you can attach and start a new simulation or load an existing simulation. When creating a new simulation choose the 'Power-On-Demand' checkbox in the 'License' area of the new simulation setup and enter the provided PoD key into the 'Power-On-Demand Key:' text field. See [[GUI Programs]] for reference.
 +
|}}
 
{{#if: {{#var: conf}}|==Configuration==
 
{{#if: {{#var: conf}}|==Configuration==
 
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}}
 
See the [[{{PAGENAME}}_Configuration]] page for {{#var: app}} configuration details.|}}

Revision as of 21:55, 6 March 2017

Description

STAR-CCM+ website  

STAR-CCM+ is unrivalled in its ability to tackle problems involving multi-physics and complex geometries. Designed to fit easily within your existing engineering process, STAR-CCM+ helps you to entirely automate your simulation workflow and perform iterative design studies with minimal user interaction.

Required Modules

modules documentation

Serial

  • gcc/4.7.2
  • starccm+

System Variables

  • HPC_STARCCMP_DIR - installation directory
  • HPC_STARCCMP_BIN - executable program directory
  • HPC_STARCCMP_LIB - library directory

How To Run

  • Load the gui module
$ ml gui
  • Start a STARCCM+ GUI session with launch_gui_session. E.g. for a serial (1 CPU core) session with 4gb of memory for 24hrs:
$ launch_gui_session -e starccm+ -t 24

Once the job starts and the command to attach to the session from your local computer is displayed you can attach and start a new simulation or load an existing simulation. When creating a new simulation choose the 'Power-On-Demand' checkbox in the 'License' area of the new simulation setup and enter the provided PoD key into the 'Power-On-Demand Key:' text field. See GUI Programs for reference.