Difference between revisions of "STAR-CCM+"

From UFRC
Jump to navigation Jump to search
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
__NOEDITSECTION__
 
__NOEDITSECTION__
[[Category:Software]][[Category:Mechanical Engineering]]
+
[[Category:Software]][[Category:Simulation]]
 
{|<!--Main settings - REQUIRED-->
 
{|<!--Main settings - REQUIRED-->
 
|{{#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 21: Line 21:
  
 
<!--Modules-->
 
<!--Modules-->
==Required Modules==
+
==Environment Modules==
[[Modules|modules documentation]]
+
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
===Serial===
 
 
 
*{{#lowercase:{{#var:app}}}}
 
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_STARCCMP_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable program directory
+
* HPC_STARCCMP_BIN - executable program directory
 +
* HPC_STARCCMP_LIB - library directory
  
 
{{#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 19:53, 13 June 2022

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.

Environment Modules

Run module spider STAR-CCM+ to find out what environment modules are available for this application.

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.