Bureaucrats, cc_docs_admin, cc_staff
2,318
edits
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
[[Category:Software]] | [[Category:Software]] | ||
<translate> | |||
= Introduction = | = Introduction = | ||
[https://altairhyperworks.com/product/FEKO Altair FEKO] is a comprehensive computational electromagnetics (CEM) software used widely in the telecommunications, automobile, aerospace and defense industries. | [https://altairhyperworks.com/product/FEKO Altair FEKO] is a comprehensive computational electromagnetics (CEM) software used widely in the telecommunications, automobile, aerospace and defense industries. | ||
Line 11: | Line 11: | ||
== Configuring your own license file == | == Configuring your own license file == | ||
Our module for FEKO is designed to look for license information in a few places. One of those places is your home folder. If you have your own license server, you can write the information to access it in the following format: | Our module for FEKO is designed to look for license information in a few places. One of those places is your home folder. If you have your own license server, you can write the information to access it in the following format: | ||
</translate> | |||
{{File | {{File | ||
|name=feko.lic | |name=feko.lic | ||
Line 18: | Line 18: | ||
setenv("ALTAIR_LICENSE_PATH, "<port>@<hostname>") | setenv("ALTAIR_LICENSE_PATH, "<port>@<hostname>") | ||
}} | }} | ||
<translate> | |||
and put this file in the folder <tt>$HOME/.licenses/</tt>. Note that there will be firewall configuration that needs to be done on both our side and your side. Please get in touch with our [[Technical support]] to arrange this. | and put this file in the folder <tt>$HOME/.licenses/</tt>. Note that there will be firewall configuration that needs to be done on both our side and your side. Please get in touch with our [[Technical support]] to arrange this. | ||
</translate> |