GUIDA IN ITALIANO
openInjMoldSim è il solver per openFOAM v7/6/5 per la simulazione dello stampaggio ad iniezione di polimeri. Come openFOAM è distribuito secondo licenza GPL ed è liberamente scaricabile dal repository:
https://github.com/krebeljk/openInjMoldSim
Requisiti: -openFOAM7 installato (generalmente in /opt/openfoam7 se si utilizzano repository ubuntu).
Una volta replicato il repository sul proprio pc per l'installazione del solver si procede a copiare la cartella di origine in openfoam7
$ sudo gedit /Make/files
e cambiamo la riga:
EXE = $(FOAM_USER_APPBIN)/openInjMoldSim
in
EXE = $(FOAM_APPBIN)/openInjMoldSim
Salviamo e chiudiamo "files" , da terminale quindi eseguiamo questa sequenza di comandi
ENGLISH TUTORIAL
openInjMoldSim is the openFOAM sovler for injection molding analysis, it is opensource and free and you can get it from:
https://github.com/krebeljk/openInjMoldSim
first of all you must have openFOAM7 installed on your PC (usually in /opt/openfoam7 with ubuntu repository).
Once get the repository on your pc you should copy the installation folder in the openFOAM7 application folder:
Now it's time to tell the compiler that we want the solver in the same folder where other solvers are stored in openfoam7 (FOAM_APPBIN), we can do this just by modifying a line in the file Make/files in openInjMoldSim
changing the line
EXE = $(FOAM_USER_APPBIN)/openInjMoldSim
to
EXE = $(FOAM_APPBIN)/openInjMoldSim
save and close gedit , now from terminal:
At the end the solver will be ready to use in your openfoam7 installation.