MatCalc 6 represents a major step in the evolution of MatCalc, since it extends the simulation capabilities from thermo-kinetic analysis of precipitation all the way to state parameter-based metallurgical process simulation. MatCalc 6 can be licensed in a basic and a pro version, or used without any charge with a limited number of elements. For any inquiries on this, please contact MatCalc Engineering GmbH at license@matcalc-engineering.at, the official support and sales company for all customer-related issues, or visit http://matcalc-engineering.com.
If you upgrade from a licensed MatCalc version 5.x, please note that you will need a new license file for MatCalc 6. If you have a valid mainenance and support subscription, you can download the new license file from the customer portal. You can also enjoy MatCalc in free mode, without license, with the only limitation of maximum three elements. Details on the licensing strategy for MatCalc can be obtained on the MatCalc Engineering website. If you want to use MatCalc in your teaching, please ask us for free temporary licenses.
Highlighted features of MatCalc 6:
New features
Bug fixes
CPU | 64-bit X86 dual core, fast single core speed |
RAM | 4GB |
Space | 1GB |
Windows | 7 |
MacOS | 10.15 |
Linux | glibc 2.17 |
To deploy MatCalc 6 on multiple workstations, one can use the GUI installation package in conjunction with a provided installation script and command line parameterisation.
Note: Under Windows, the GUI can not be deactivated, but the installation can proceed without user input if the steps outlined below are followed.
Find the file silent.js here.
To install MatCalc silently, the following steps must be followed:
.tar.gz
-Installation-Archive from matcalc.tuwien.ac.at.tar.gz
-File into a temporary directory, f.e. /tmp
To use the standard installation parameters, simply run
./MatCalc\ 6\ Installer --platform minimal --script silent.js
The standard installation directory is $HOME/MatCalc\ 6
.
To provide a different installation directory set the variable TargetDir
to a valid directory, f.e. /tmp/MC6
:
./MatCalc\ 6\ Installer --platform minimal --script silent.js TargetDir=/tmp/MC6
Note: The installer may print the error message "Unknown option: platform" this is a known Qt bug that can be safely ignored.
If the installer instead prints This application failed to start because it could not find or load the Qt platform plugin “minmal” then your system does not support headless installations.
In that case, run the installer with
./MatCalc\ 6\ Installer --script silent.js TargetDir=/tmp/MC6
The installer will open the GUI, but the installation will not require any user input and will exit once finished.
Windows
Create shortcut here
(Verknüpfung hier erstellen
)Properties
(Eigenschaften
)--script silent.js
to the value in Target
(Ziel
).Take care NOT TO DELETE the value that’s already in that field
C:\Program Files\MatCalc 6
), follow the steps as before, but--script silent.js TargetDir=C:/DIRECTORY
to the value in Target
instead.MatCalc will be installed into the chosen (or default) directory and the installer will exit on its own.
Note: DO NOT USE BACKSLASH to separate directories. Qt does not support backslash as a directory separator. Instead, use /
.
For example, to install MatCalc 6 in C:\MatCalc\MatCalc 6
, you have to write TargetDir=C:/MatCalc/MatCalc\ 6
. Spaces and other special characters in your installation path have to be escaped with \
(i.e. \ 6
for space followed by 6
).
"MatCalc 64-bit Windows 6.04.0044 2020-11-18.exe" --script silent.js
"MatCalc 64-bit Windows 6.04.0044 2020-11-18.exe" --script silent.js TargetDir=C:/matcalc
& '.\MatCalc 64-bit Windows 6.04.0044 2020-11-18.exe' --script silent.js
& '.\MatCalc 64-bit Windows 6.04.0044 2020-11-18.exe' --script silent.js TargetDir=C:/matcalc