MPh-py / MPh

Pythonic scripting interface for Comsol Multiphysics
https://mph.readthedocs.io
MIT License
265 stars 67 forks source link

Occupy unnecessary license type #153

Closed bwutdk closed 11 months ago

bwutdk commented 11 months ago

The comsol main file is using "MEMS " license, when I run the code below it will hold "Acoustic" license too, but I didn't need it.
it works fine just need to know how to release the "Acoustic" license for other team members.

client = mph.start(version='6.0') pymodel = client.load(Input_COMSOL_name) model = pymodel.java

Thank you

john-hen commented 11 months ago

MPh does not check out any licenses. This happens when the Comsol client loads your model and inspects it. MPh has nothing to do with that process.