Difference between revisions of "STAR-CCM+"
(Created page with "__NOTOC__ __NOEDITSECTION__ Category:SoftwareCategory:Mechanical Engineering {|<!--Main settings - REQUIRED--> |{{#vardefine:app|STAR-CCM+}} |{{#vardefine:url|http://w...") |
|||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
− | [[Category:Software]][[Category: | + | [[Category:Software]][[Category:Fluid Dynamics]] |
{|<!--Main settings - REQUIRED--> | {|<!--Main settings - REQUIRED--> | ||
|{{#vardefine:app|STAR-CCM+}} | |{{#vardefine:app|STAR-CCM+}} | ||
− | |{{#vardefine:url|http:// | + | |{{#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--> | ||
− | == | + | ==Environment Modules== |
− | + | Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application. | |
− | |||
− | |||
− | |||
==System Variables== | ==System Variables== | ||
− | * | + | * HPC_STARCCMP_DIR - installation directory |
− | * | + | * HPC_STARCCMP_BIN - executable program directory |
+ | * HPC_STARCCMP_LIB - library directory | ||
{{#if: {{#var: exe}}|==How To Run== | {{#if: {{#var: exe}}|==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. | ||
+ | |}} | ||
{{#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.|}} |
Latest revision as of 16:01, 22 August 2022
Description
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.