Simcenter STAR-CCM+
Simcenter STAR-CCM+ is a multiphysics computational fluid dynamics (CFD) software that enables CFD engineers to model the complexity and explore the possibilities of products operating under real-world conditions.
This module can be loaded directly:
module load STAR-CCM+/17.06.008
Available Simcenter STAR-CCM+ versions can be listed with module spider STAR-CCM+
. Specifying a version will list the needed modules: module spider STAR-CCM+/17.06.008
Parallel Job (MPI):
#!/usr/bin/zsh
### Job name
#SBATCH --job-name=STARCCM
### File/Path where output will be written to, %J is the job id
#SBATCH --output=STARCCM.%J
### Request the time you need for execution. The full format is D-HH:MM:SS
### You must at least specify minutes or days and hours and may add or
### leave out any other parameters
#SBATCH --time=80
#### Request the memory you need for your job. You can specify this
### in either MB (1024M) or GB (4G).
#SBATCH --mem-per-cpu=3900M
### load modules
module load STAR-CCM+/17.06.008
### Change to the work directory, if needed
#cd "$HOME/workdirectory"
### you need to set the LM_PROJECT environment variable with the PoD-key of your institute
export LM_PROJECT=<PoD-key>
### licence
export LICPATH=<Lic Server>
### use OmniPath interface
export I_MPI_FABRICS="shm:ofi"
export I_MPI_OFI_PROVIDER=psm2
### start non-interactive batch job
starccm+ -np $SLURM_NTASKS -machinefile $R_SLURM_HOSTLISTFILE -mpi intel -rsh ssh -licpath $LICPATH -power starccmfile.sim