<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.anl.gov/wiki_public/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jthomas</id>
	<title>Public Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.anl.gov/wiki_public/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jthomas"/>
	<link rel="alternate" type="text/html" href="https://wiki.anl.gov/public/Special:Contributions/Jthomas"/>
	<updated>2026-06-04T03:15:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Fusion&amp;diff=1960</id>
		<title>STARCCM+ Fusion</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Fusion&amp;diff=1960"/>
		<updated>2011-06-02T12:21:09Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First, you need to get the correct path to STAR-CCM+ in your $PATH environmental variable. On Fusion, this is managed by SoftEnv. To add the current version to your path, add the key +starccm+-6.02.007 to your .soft file:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;gt;&amp;gt; .soft &amp;lt;&amp;lt;EOF&lt;br /&gt;
+starccm+-6.02.007&lt;br /&gt;
EOF&lt;br /&gt;
resoft&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Check your environment by issuing the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
which starccm+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This should return:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/soft/starccm+/6.02.007/starccm+6.02.007/star/bin/starccm+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here is a sample PBS script for submitting STAR-CCM+ jobs. In addition to the above STAR-CD sample, this script runs commands that time the run. Note: This script requires you to change the name of the .sim file. This one looks for one named &amp;quot;star.sim &amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
#PBS -lnodes=4:ppn=4,walltime=48:00:00&lt;br /&gt;
#PBS -N starcccmp_q&lt;br /&gt;
#PBS -j oe&lt;br /&gt;
#PBS -V&lt;br /&gt;
cd $PBS_O_WORKDIR&lt;br /&gt;
#&lt;br /&gt;
# get the hosts in a format the star utility requires&lt;br /&gt;
#&lt;br /&gt;
NHOSTS=`cat $PBS_NODEFILE | wc -l`&lt;br /&gt;
#&lt;br /&gt;
echo &#039;#######################################&#039;&lt;br /&gt;
echo &amp;quot; &amp;quot;&lt;br /&gt;
echo &#039;++++ began:&#039; `date`&lt;br /&gt;
echo &#039;++++ # of hosts: &#039; $NHOSTS&lt;br /&gt;
which starccm+&lt;br /&gt;
echo &amp;quot; &amp;quot;&lt;br /&gt;
echo &#039;#######################################&#039;&lt;br /&gt;
echo &amp;quot; &amp;quot;&lt;br /&gt;
&lt;br /&gt;
TBEGIN=`echo &amp;quot;print time();&amp;quot; | ssh eddyeth perl`&lt;br /&gt;
&lt;br /&gt;
starccm+ -batch -np $NHOSTS -machinefile $PBS_NODEFILE -rsh ssh star.sim  &amp;gt; starccmp.log 2&amp;gt;&amp;amp;1&lt;br /&gt;
&lt;br /&gt;
TEND=`echo &amp;quot;print time();&amp;quot; | ssh eddyeth perl`&lt;br /&gt;
&lt;br /&gt;
echo &amp;quot; &amp;quot;&lt;br /&gt;
echo &#039;++++ ended:&#039;  `date`&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Fusion&amp;diff=1959</id>
		<title>STARCCM+ Fusion</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Fusion&amp;diff=1959"/>
		<updated>2011-06-02T12:16:14Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: Created page with &amp;quot;First, you need to get the correct path to STAR-CCM+ in your $PATH environmental variable. On Fusion, this is managed by SoftEnv. To add the current version to your path, add the…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First, you need to get the correct path to STAR-CCM+ in your $PATH environmental variable. On Fusion, this is managed by SoftEnv. To add the current version to your path, add the key +starccm+-6.02.007 to your .soft file:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;gt;&amp;gt; .soft &amp;lt;&amp;lt;EOF&lt;br /&gt;
+starccm+-6.02.007&lt;br /&gt;
EOF&lt;br /&gt;
resoft&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Check your environment by issuing the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
which starccm+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This should return:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/soft/starccm+/6.02.007/starccm+6.02.007/star/bin/starccm+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1958</id>
		<title>STARCCM+ Training</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1958"/>
		<updated>2011-05-24T15:27:55Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Representatives from CD-adapco will be on-site on June 2, 2011 to provide training on their computer-aided engineering tool STAR-CCM+. The training will include lectures during the morning, followed by a tutorial exercise in the afternoon. Lectures will cover a range of topics on physics, mesh generation, and parallel computation. The tutorial exercise will provide an overview of model setup and execution for an example nuclear reactor application.&lt;br /&gt;
&lt;br /&gt;
Argonne and CD-adapco have been working together for over a decade now, and this training also provides an opportunity to meet the staff that supports us:&lt;br /&gt;
* Dr. Emilio Baglietto, Director of Nuclear Applications ([[Emilio Baglietto, CD-adapco | Emilio&#039;s Bio]])&lt;br /&gt;
* Scott Wilensky, Principal Application Support Engineer  ([[Scott Wilensky, CD-adapco | Scott&#039;s Bio]])&lt;br /&gt;
* Steve Straub, Account Executive&lt;br /&gt;
&lt;br /&gt;
During the afternoon, while new users are participating in the tutorial exercise, Emilio Baglietto will be available by appointment with experienced users. If you would like to meet with him in the afternoon, please indicate this in the form below.&lt;br /&gt;
&lt;br /&gt;
To attend the training please register at http://www.lcrc.anl.gov/tutorials/starccm/registration/registration.php .&lt;br /&gt;
&lt;br /&gt;
== What is STAR-CCM+? ==&lt;br /&gt;
&lt;br /&gt;
STAR-CCM+ is a commercial computer-aided engineering package developed by CD-adapco. Originally developed for computational fluid dynamics (CFD) simulations, it has been expanded to include additional continuum mechanics models, most notably heat transfer and solid stress models. Additional information about STAR-CCM+ is available at CD-adapco’s website: http://www.cd-adapco.com/products/star_ccm_plus/index.html&lt;br /&gt;
&lt;br /&gt;
STAR-CCM+ is currently used at Argonne to model a variety of applications which include nuclear reactor cooling, dispersion of harmful particulates in ventilation systems and urban landscapes, blood flow and heat transfer during surgery, and the erosion of river beds near bridges.  &lt;br /&gt;
&lt;br /&gt;
== How do I get STAR-CCM+? ==&lt;br /&gt;
&lt;br /&gt;
STAR-CCM+ was one of the original applications used to test the LCRC computing facilities, and is available to all Fusion users, on-site or off-site. Argonne has a site-wide license for STAR-CCM+ where 20 instances of the code may be run simultaneously. In addition to Fusion, it has also been installed on clusters in the NE Division, MCS Division, and TRACC. If you work at Argonne and would like a copy of STAR-CCM+ installed on another Argonne machine, please contact Justin Thomas (ANL).&lt;br /&gt;
&lt;br /&gt;
== How do I participate in the tutorial exercise? ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The tutorial exercise is intended to those who are new to STAR-CCM+, including STAR-CD users who have not yet embraced STAR-CCM+. If you would like to follow along on your own laptop during the exercise, you are welcome to do so. (Otherwise, you are welcome to follow along on the projector screen or look over your neighbor’s shoulder.) We will be able to run STAR-CCM+ remotely from a reservation of Fusion nodes that will be available for the course. In order to participate you will need a Fusion account. If you do not yet have one, please request an account at: https://accounts.lcrc.anl.gov. Please check that you are able to log into Fusion prior to the tutorial, if you need assistance email support@lcrc.anl.gov.&lt;br /&gt;
&lt;br /&gt;
In order to run STAR-CCM+ remotely on Fusion, you need to be able to (1) log into Fusion via an ssh-client running in a terminal and (2) display X-motif or OpenGL graphics remotely.  If you don’t know what that means continue reading.&lt;br /&gt;
&lt;br /&gt;
If you have a Macbook or a PC laptop running Linux, you should be ready to go.&lt;br /&gt;
&lt;br /&gt;
If you have a Windows PC-based laptop, then you will need to install an SSH client and an X-windows server. There are free ones available at:&lt;br /&gt;
&lt;br /&gt;
* PuTTY (SSH client): http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html&lt;br /&gt;
* Xming (Xwindows server): http://sourceforge.net/projects/xming/&lt;br /&gt;
&lt;br /&gt;
Before arriving, please test that you can (1) log into Fusion and (2) open STAR-CCM+. Follow this procedure:&lt;br /&gt;
&lt;br /&gt;
1.	Log into Fusion using Putty (Windows), Terminal.app (Mac), or the terminal (Linux). On Mac and Linux, be sure to use the –X (minus capital X) option when using the ssh command in order to forward X11. In Windows, make sure that Putty is configured (check the settings) to forward X11.&lt;br /&gt;
&lt;br /&gt;
2.	Set up your environment to run STAR-CCM+. On Fusion, edit the file named .soft in your root directory. Copy and paste the following into your ssh window on Fusion:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;gt;&amp;gt; .soft &amp;lt;&amp;lt;EOF&lt;br /&gt;
+starccm+-6.02.007&lt;br /&gt;
EOF&lt;br /&gt;
resoft&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3.	Check your environment by issuing the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
which starccm+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This should return:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/soft/starccm+/6.02.007/starccm+6.02.007/star/bin/starccm+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
4.	Submit an interactive job by issuing this command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
qsub -I -lnodes=1:ppn=8,walltime=00:30:00 -q shared&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
5.	You will be logged into a compute node on Fusion. To determine which of these machines you are logged into, enter this command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
hostname&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This should return a name like “f1”, “f2”, or “f3”. Let’s suppose it returned “f2”.&lt;br /&gt;
&lt;br /&gt;
6.	Open a second window on Fusion, just like you did in Step 1. Do not close the first window on Fusion. Then log into f2 using the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ssh -X f2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
7.	In this second window, issue the command to start the STAR-CCM+ client:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
starccm+ -mesa &amp;amp;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the STAR-CCM+ window appeared on your screen at the end of step 5, then you are ready to go. If you like, click Help and feel free to check out the online manuals. Otherwise, click File and Exit. From now on, you should be able to skip steps 1 – 3.&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1957</id>
		<title>STARCCM+ Training</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1957"/>
		<updated>2011-05-24T15:27:34Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: /* How do I get STAR-CCM+ */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Representatives from CD-adapco will be on-site on June 2, 2011 to provide training on their computer-aided engineering tool STAR-CCM+. The training will include lectures during the morning, followed by a tutorial exercise in the afternoon. Lectures will cover a range of topics on physics, mesh generation, and parallel computation. The tutorial exercise will provide an overview of model setup and execution for an example nuclear reactor application.&lt;br /&gt;
&lt;br /&gt;
Argonne and CD-adapco have been working together for over a decade now, and this training also provides an opportunity to meet the staff that supports us:&lt;br /&gt;
* Emilio Baglietto, Director of Nuclear Applications ([[Emilio Baglietto, CD-adapco | Emilio&#039;s Bio]])&lt;br /&gt;
* Scott Wilensky, Principal Application Support Engineer  ([[Scott Wilensky, CD-adapco | Scott&#039;s Bio]])&lt;br /&gt;
* Steve Straub, Account Executive&lt;br /&gt;
&lt;br /&gt;
During the afternoon, while new users are participating in the tutorial exercise, Emilio Baglietto will be available by appointment with experienced users. If you would like to meet with him in the afternoon, please indicate this in the form below.&lt;br /&gt;
&lt;br /&gt;
To attend the training please register at http://www.lcrc.anl.gov/tutorials/starccm/registration/registration.php .&lt;br /&gt;
&lt;br /&gt;
== What is STAR-CCM+? ==&lt;br /&gt;
&lt;br /&gt;
STAR-CCM+ is a commercial computer-aided engineering package developed by CD-adapco. Originally developed for computational fluid dynamics (CFD) simulations, it has been expanded to include additional continuum mechanics models, most notably heat transfer and solid stress models. Additional information about STAR-CCM+ is available at CD-adapco’s website: http://www.cd-adapco.com/products/star_ccm_plus/index.html&lt;br /&gt;
&lt;br /&gt;
STAR-CCM+ is currently used at Argonne to model a variety of applications which include nuclear reactor cooling, dispersion of harmful particulates in ventilation systems and urban landscapes, blood flow and heat transfer during surgery, and the erosion of river beds near bridges.  &lt;br /&gt;
&lt;br /&gt;
== How do I get STAR-CCM+? ==&lt;br /&gt;
&lt;br /&gt;
STAR-CCM+ was one of the original applications used to test the LCRC computing facilities, and is available to all Fusion users, on-site or off-site. Argonne has a site-wide license for STAR-CCM+ where 20 instances of the code may be run simultaneously. In addition to Fusion, it has also been installed on clusters in the NE Division, MCS Division, and TRACC. If you work at Argonne and would like a copy of STAR-CCM+ installed on another Argonne machine, please contact Justin Thomas (ANL).&lt;br /&gt;
&lt;br /&gt;
== How do I participate in the tutorial exercise? ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The tutorial exercise is intended to those who are new to STAR-CCM+, including STAR-CD users who have not yet embraced STAR-CCM+. If you would like to follow along on your own laptop during the exercise, you are welcome to do so. (Otherwise, you are welcome to follow along on the projector screen or look over your neighbor’s shoulder.) We will be able to run STAR-CCM+ remotely from a reservation of Fusion nodes that will be available for the course. In order to participate you will need a Fusion account. If you do not yet have one, please request an account at: https://accounts.lcrc.anl.gov. Please check that you are able to log into Fusion prior to the tutorial, if you need assistance email support@lcrc.anl.gov.&lt;br /&gt;
&lt;br /&gt;
In order to run STAR-CCM+ remotely on Fusion, you need to be able to (1) log into Fusion via an ssh-client running in a terminal and (2) display X-motif or OpenGL graphics remotely.  If you don’t know what that means continue reading.&lt;br /&gt;
&lt;br /&gt;
If you have a Macbook or a PC laptop running Linux, you should be ready to go.&lt;br /&gt;
&lt;br /&gt;
If you have a Windows PC-based laptop, then you will need to install an SSH client and an X-windows server. There are free ones available at:&lt;br /&gt;
&lt;br /&gt;
* PuTTY (SSH client): http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html&lt;br /&gt;
* Xming (Xwindows server): http://sourceforge.net/projects/xming/&lt;br /&gt;
&lt;br /&gt;
Before arriving, please test that you can (1) log into Fusion and (2) open STAR-CCM+. Follow this procedure:&lt;br /&gt;
&lt;br /&gt;
1.	Log into Fusion using Putty (Windows), Terminal.app (Mac), or the terminal (Linux). On Mac and Linux, be sure to use the –X (minus capital X) option when using the ssh command in order to forward X11. In Windows, make sure that Putty is configured (check the settings) to forward X11.&lt;br /&gt;
&lt;br /&gt;
2.	Set up your environment to run STAR-CCM+. On Fusion, edit the file named .soft in your root directory. Copy and paste the following into your ssh window on Fusion:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;gt;&amp;gt; .soft &amp;lt;&amp;lt;EOF&lt;br /&gt;
+starccm+-6.02.007&lt;br /&gt;
EOF&lt;br /&gt;
resoft&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3.	Check your environment by issuing the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
which starccm+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This should return:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/soft/starccm+/6.02.007/starccm+6.02.007/star/bin/starccm+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
4.	Submit an interactive job by issuing this command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
qsub -I -lnodes=1:ppn=8,walltime=00:30:00 -q shared&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
5.	You will be logged into a compute node on Fusion. To determine which of these machines you are logged into, enter this command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
hostname&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This should return a name like “f1”, “f2”, or “f3”. Let’s suppose it returned “f2”.&lt;br /&gt;
&lt;br /&gt;
6.	Open a second window on Fusion, just like you did in Step 1. Do not close the first window on Fusion. Then log into f2 using the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ssh -X f2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
7.	In this second window, issue the command to start the STAR-CCM+ client:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
starccm+ -mesa &amp;amp;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the STAR-CCM+ window appeared on your screen at the end of step 5, then you are ready to go. If you like, click Help and feel free to check out the online manuals. Otherwise, click File and Exit. From now on, you should be able to skip steps 1 – 3.&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1956</id>
		<title>STARCCM+ Training</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1956"/>
		<updated>2011-05-24T15:26:17Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Representatives from CD-adapco will be on-site on June 2, 2011 to provide training on their computer-aided engineering tool STAR-CCM+. The training will include lectures during the morning, followed by a tutorial exercise in the afternoon. Lectures will cover a range of topics on physics, mesh generation, and parallel computation. The tutorial exercise will provide an overview of model setup and execution for an example nuclear reactor application.&lt;br /&gt;
&lt;br /&gt;
Argonne and CD-adapco have been working together for over a decade now, and this training also provides an opportunity to meet the staff that supports us:&lt;br /&gt;
* Emilio Baglietto, Director of Nuclear Applications ([[Emilio Baglietto, CD-adapco | Emilio&#039;s Bio]])&lt;br /&gt;
* Scott Wilensky, Principal Application Support Engineer  ([[Scott Wilensky, CD-adapco | Scott&#039;s Bio]])&lt;br /&gt;
* Steve Straub, Account Executive&lt;br /&gt;
&lt;br /&gt;
During the afternoon, while new users are participating in the tutorial exercise, Emilio Baglietto will be available by appointment with experienced users. If you would like to meet with him in the afternoon, please indicate this in the form below.&lt;br /&gt;
&lt;br /&gt;
To attend the training please register at http://www.lcrc.anl.gov/tutorials/starccm/registration/registration.php .&lt;br /&gt;
&lt;br /&gt;
== What is STAR-CCM+? ==&lt;br /&gt;
&lt;br /&gt;
STAR-CCM+ is a commercial computer-aided engineering package developed by CD-adapco. Originally developed for computational fluid dynamics (CFD) simulations, it has been expanded to include additional continuum mechanics models, most notably heat transfer and solid stress models. Additional information about STAR-CCM+ is available at CD-adapco’s website: http://www.cd-adapco.com/products/star_ccm_plus/index.html&lt;br /&gt;
&lt;br /&gt;
STAR-CCM+ is currently used at Argonne to model a variety of applications which include nuclear reactor cooling, dispersion of harmful particulates in ventilation systems and urban landscapes, blood flow and heat transfer during surgery, and the erosion of river beds near bridges.  &lt;br /&gt;
&lt;br /&gt;
== How do I get STAR-CCM+ ==&lt;br /&gt;
&lt;br /&gt;
STAR-CCM+ was one of the original applications used to test the LCRC computing facilities, and is available to all Fusion users, on-site or off-site. Argonne has a site-wide license for STAR-CCM+ where 20 instances of the code may be run simultaneously. In addition to Fusion, it has also been installed on clusters in the NE Division, MCS Division, and TRACC. If you work at Argonne and would like a copy of STAR-CCM+ installed on another Argonne machine, please contact Justin Thomas (ANL).&lt;br /&gt;
&lt;br /&gt;
== How do I participate in the tutorial exercise? ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The tutorial exercise is intended to those who are new to STAR-CCM+, including STAR-CD users who have not yet embraced STAR-CCM+. If you would like to follow along on your own laptop during the exercise, you are welcome to do so. (Otherwise, you are welcome to follow along on the projector screen or look over your neighbor’s shoulder.) We will be able to run STAR-CCM+ remotely from a reservation of Fusion nodes that will be available for the course. In order to participate you will need a Fusion account. If you do not yet have one, please request an account at: https://accounts.lcrc.anl.gov. Please check that you are able to log into Fusion prior to the tutorial, if you need assistance email support@lcrc.anl.gov.&lt;br /&gt;
&lt;br /&gt;
In order to run STAR-CCM+ remotely on Fusion, you need to be able to (1) log into Fusion via an ssh-client running in a terminal and (2) display X-motif or OpenGL graphics remotely.  If you don’t know what that means continue reading.&lt;br /&gt;
&lt;br /&gt;
If you have a Macbook or a PC laptop running Linux, you should be ready to go.&lt;br /&gt;
&lt;br /&gt;
If you have a Windows PC-based laptop, then you will need to install an SSH client and an X-windows server. There are free ones available at:&lt;br /&gt;
&lt;br /&gt;
* PuTTY (SSH client): http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html&lt;br /&gt;
* Xming (Xwindows server): http://sourceforge.net/projects/xming/&lt;br /&gt;
&lt;br /&gt;
Before arriving, please test that you can (1) log into Fusion and (2) open STAR-CCM+. Follow this procedure:&lt;br /&gt;
&lt;br /&gt;
1.	Log into Fusion using Putty (Windows), Terminal.app (Mac), or the terminal (Linux). On Mac and Linux, be sure to use the –X (minus capital X) option when using the ssh command in order to forward X11. In Windows, make sure that Putty is configured (check the settings) to forward X11.&lt;br /&gt;
&lt;br /&gt;
2.	Set up your environment to run STAR-CCM+. On Fusion, edit the file named .soft in your root directory. Copy and paste the following into your ssh window on Fusion:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;gt;&amp;gt; .soft &amp;lt;&amp;lt;EOF&lt;br /&gt;
+starccm+-6.02.007&lt;br /&gt;
EOF&lt;br /&gt;
resoft&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
3.	Check your environment by issuing the command:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
which starccm+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This should return:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/soft/starccm+/6.02.007/starccm+6.02.007/star/bin/starccm+&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
4.	Submit an interactive job by issuing this command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
qsub -I -lnodes=1:ppn=8,walltime=00:30:00 -q shared&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
5.	You will be logged into a compute node on Fusion. To determine which of these machines you are logged into, enter this command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
hostname&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This should return a name like “f1”, “f2”, or “f3”. Let’s suppose it returned “f2”.&lt;br /&gt;
&lt;br /&gt;
6.	Open a second window on Fusion, just like you did in Step 1. Do not close the first window on Fusion. Then log into f2 using the command:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
ssh -X f2&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
7.	In this second window, issue the command to start the STAR-CCM+ client:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
starccm+ -mesa &amp;amp;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
If the STAR-CCM+ window appeared on your screen at the end of step 5, then you are ready to go. If you like, click Help and feel free to check out the online manuals. Otherwise, click File and Exit. From now on, you should be able to skip steps 1 – 3.&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=Scott_Wilensky,_CD-adapco&amp;diff=1955</id>
		<title>Scott Wilensky, CD-adapco</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=Scott_Wilensky,_CD-adapco&amp;diff=1955"/>
		<updated>2011-05-24T15:21:11Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: Created page with &amp;quot;Scott Wilensky is the Principal Application Support Engineer for CD-adapco for North America and the East Region Technical Support Team Lead. He has been with CD-adapco for 12 ye…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Scott Wilensky is the Principal Application Support Engineer for CD-adapco for North America and the East Region Technical Support Team Lead. He has been with CD-adapco for 12 years working in the support services arm of the company for that entire period of time. Scott holds a Bachelor of Science in Aerospace Engineering from Boston University and an Master of Science in Mechanical Engineering from Lehigh University. Scott has been exposed to a wide range of CFD in his time at CD-adapco and has worked as the dedicated support engineer for clients in a wide range of engineering fields: automotive, aerospace, nuclear, power generation, marine, defense and environmental services to name a few. He has been familiar with CD-adapco&#039;s flagship software product, STAR-CCM+, since its inception and release to the public, and is a recognized expert on use of the software.&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1954</id>
		<title>STARCCM+ Training</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1954"/>
		<updated>2011-05-24T15:20:36Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Representatives from CD-adapco will be on-site on June 2, 2011 to provide training on their computer-aided engineering tool STAR-CCM+. The training will include lectures during the morning, followed by a tutorial exercise in the afternoon. Lectures will cover a range of topics on physics, mesh generation, and parallel computation. The tutorial exercise will provide an overview of model setup and execution for an example nuclear reactor application.&lt;br /&gt;
&lt;br /&gt;
Argonne and CD-adapco have been working together for over a decade now, and this training also provides an opportunity to meet the staff that supports us:&lt;br /&gt;
* Emilio Baglietto, Director of Nuclear Applications ([[Emilio Baglietto, CD-adapco | Emilio&#039;s Bio]])&lt;br /&gt;
* Scott Wilensky, Principal Application Support Engineer  ([[Scott Wilensky, CD-adapco | Scott&#039;s Bio]])&lt;br /&gt;
* Steve Straub, Account Executive&lt;br /&gt;
&lt;br /&gt;
During the afternoon, while new users are participating in the tutorial exercise, Emilio Baglietto will be available by appointment with experienced users. If you would like to meet with him in the afternoon, please indicate this in the form below.&lt;br /&gt;
&lt;br /&gt;
To attend the training please register at http://www.lcrc.anl.gov/tutorials/starccm/registration/registration.php .&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1953</id>
		<title>STARCCM+ Training</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1953"/>
		<updated>2011-05-24T15:20:22Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Representatives from CD-adapco will be on-site on June 2, 2011 to provide training on their computer-aided engineering tool STAR-CCM+. The training will include lectures during the morning, followed by a tutorial exercise in the afternoon. Lectures will cover a range of topics on physics, mesh generation, and parallel computation. The tutorial exercise will provide an overview of model setup and execution for an example nuclear reactor application.&lt;br /&gt;
&lt;br /&gt;
Argonne and CD-adapco have been working together for over a decade now, and this training also provides an opportunity to meet the staff that supports us:&lt;br /&gt;
* Emilio Baglietto, Director of Nuclear Applications ([[EEmilio Baglietto, CD-adapco | Emilio&#039;s Bio]])&lt;br /&gt;
* Scott Wilensky, Principal Application Support Engineer  ([[Scott Wilensky, CD-adapco | Scott&#039;s Bio]])&lt;br /&gt;
* Steve Straub, Account Executive&lt;br /&gt;
&lt;br /&gt;
During the afternoon, while new users are participating in the tutorial exercise, Emilio Baglietto will be available by appointment with experienced users. If you would like to meet with him in the afternoon, please indicate this in the form below.&lt;br /&gt;
&lt;br /&gt;
To attend the training please register at http://www.lcrc.anl.gov/tutorials/starccm/registration/registration.php .&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=EmilioBagliettoCDadapco&amp;diff=1952</id>
		<title>EmilioBagliettoCDadapco</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=EmilioBagliettoCDadapco&amp;diff=1952"/>
		<updated>2011-05-24T15:18:44Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: moved EmilioBagliettoCDadapco to Emilio Baglietto, CD-adapco:&amp;amp;#32;Aesthetics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Emilio Baglietto, CD-adapco]]&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=Emilio_Baglietto,_CD-adapco&amp;diff=1951</id>
		<title>Emilio Baglietto, CD-adapco</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=Emilio_Baglietto,_CD-adapco&amp;diff=1951"/>
		<updated>2011-05-24T15:18:43Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: moved EmilioBagliettoCDadapco to Emilio Baglietto, CD-adapco:&amp;amp;#32;Aesthetics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dr. Emilio Baglietto, after receiving his Ph.D. in Nuclear Engineering from the Tokyo Institute of Technology has worked on development and application of numerical codes for reactor safety analysis, severe accident simulations, and development of advanced turbulence models for computational fluid dynamics applications. In the role of Director of Nuclear Applications at CD-adapco his area of research ranges from single phase turbulence modeling for mixing and unsteady phenomena, to FSI in fuel rod bundles and reactor vessel internals and application of 2-phase simulations to reactor core design, to applications of CFD to severe accident analysis, hydrogen diffusion and combustion in reactor containments and corium relocation. Dr Baglietto holds a unique experience in the development and application of CFD methods in support to reactor licensing, being responsible worldwide for developing and deploying such methodologies to the leading reactor vendors. Dr. Baglietto is an active member of international research projects such as the European THINS or the DOE sponsored CASL projects and has recently joined the ASME NQA-1 Committee on Software Applications.&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=Emilio_Baglietto,_CD-adapco&amp;diff=1950</id>
		<title>Emilio Baglietto, CD-adapco</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=Emilio_Baglietto,_CD-adapco&amp;diff=1950"/>
		<updated>2011-05-24T15:17:53Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: Created page with &amp;quot;Dr. Emilio Baglietto, after receiving his Ph.D. in Nuclear Engineering from the Tokyo Institute of Technology has worked on development and application of numerical codes for rea…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Dr. Emilio Baglietto, after receiving his Ph.D. in Nuclear Engineering from the Tokyo Institute of Technology has worked on development and application of numerical codes for reactor safety analysis, severe accident simulations, and development of advanced turbulence models for computational fluid dynamics applications. In the role of Director of Nuclear Applications at CD-adapco his area of research ranges from single phase turbulence modeling for mixing and unsteady phenomena, to FSI in fuel rod bundles and reactor vessel internals and application of 2-phase simulations to reactor core design, to applications of CFD to severe accident analysis, hydrogen diffusion and combustion in reactor containments and corium relocation. Dr Baglietto holds a unique experience in the development and application of CFD methods in support to reactor licensing, being responsible worldwide for developing and deploying such methodologies to the leading reactor vendors. Dr. Baglietto is an active member of international research projects such as the European THINS or the DOE sponsored CASL projects and has recently joined the ASME NQA-1 Committee on Software Applications.&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
	<entry>
		<id>https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1949</id>
		<title>STARCCM+ Training</title>
		<link rel="alternate" type="text/html" href="https://wiki.anl.gov/wiki_public/index.php?title=STARCCM%2B_Training&amp;diff=1949"/>
		<updated>2011-05-24T15:15:27Z</updated>

		<summary type="html">&lt;p&gt;Jthomas: Created page with &amp;quot;Representatives from CD-adapco will be on-site on June 2, 2011 to provide training on their computer-aided engineering tool STAR-CCM+. The training will include lectures during t…&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Representatives from CD-adapco will be on-site on June 2, 2011 to provide training on their computer-aided engineering tool STAR-CCM+. The training will include lectures during the morning, followed by a tutorial exercise in the afternoon. Lectures will cover a range of topics on physics, mesh generation, and parallel computation. The tutorial exercise will provide an overview of model setup and execution for an example nuclear reactor application.&lt;br /&gt;
&lt;br /&gt;
Argonne and CD-adapco have been working together for over a decade now, and this training also provides an opportunity to meet the staff that supports us:&lt;br /&gt;
* Emilio Baglietto, Director of Nuclear Applications ([[EmilioBagliettoCDadapco | Emilio&#039;s Bio]])&lt;br /&gt;
* Scott Wilensky, Principal Application Support Engineer  ([[ScottWilenskyCDadapco | Scott&#039;s Bio]])&lt;br /&gt;
* Steve Straub, Account Executive&lt;br /&gt;
&lt;br /&gt;
During the afternoon, while new users are participating in the tutorial exercise, Emilio Baglietto will be available by appointment with experienced users. If you would like to meet with him in the afternoon, please indicate this in the form below.&lt;br /&gt;
&lt;br /&gt;
To attend the training please register at http://www.lcrc.anl.gov/tutorials/starccm/registration/registration.php .&lt;/div&gt;</summary>
		<author><name>Jthomas</name></author>
	</entry>
</feed>