Creating a Global .ini File

System administrators can create a global .ini file that contains command line options that affect all users. This ability is particularly useful if there are system-wide options that all users should be using.

For a list of command line options, refer to Command Line Reference.

Create the global .ini file as described in Working with .ini Files and place it in the following directory of your Simcenter STAR-CCM+ installation:

[INSTALL_DIR]/star/config/ini

Name the .ini file according to the architecture of the system where it is installed, for example:

[INSTALL_DIR]/star/config/ini/starccm+-<arch>.ini

Where <arch> is the architecture of your system.

Naming the Linux Global .ini File

On Linux, you can find the architecture by using maparch, which is located in [INSTALL_DIR]/star/bin/maparch. An example command to run maparch is:

% ./star/bin/maparch
linux-x86_64-2.5

The .ini file is then named:

[INSTALL_DIR]/star/config/ini/starccm+-linux-x86_64-2.5.ini

Naming the Windows Global .ini File

On Windows, the .ini file is named:

[INSTALL_DIR]\star\config\ini\starccm+-windows.ini