Lars Gregersen
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
4 years ago
07.09.2020, 03:01 GMT-4
From Matlab you can execute the command mphlaunch which will open the Comsol GUI. You can then operate on the same model using both Matlab and the Comsol GUI at the same time.
-------------------
Lars Gregersen
Comsol Denmark
From Matlab you can execute the command mphlaunch which will open the Comsol GUI. You can then operate on the same model using both Matlab and the Comsol GUI at the same time.
Please login with a confirmed email address before reporting spam
Posted:
4 years ago
10.09.2020, 21:14 GMT-4
Updated:
4 years ago
10.09.2020, 21:22 GMT-4
Thank you very much for the recommendation of that command. Now it doesn't allow saving in comsol if I modify something in comsol. My question is, is the GUI only graphic and on the other hand I would have to add a command in matlab to save it, could you advise me some?
I use mphsave (model, '' C: \ Program Files \ COMSOL \ COMSOL54 / wearyes') but it is not saving.
Finally, sometimes the solver process is delayed, and I'm curious about the status of the process. I can see the bar status of the process. As it is connected to the serve I have not found the command.
Thank you very much in advance
Thank you very much for the recommendation of that command. Now it doesn't allow saving in comsol if I modify something in comsol. My question is, is the GUI only graphic and on the other hand I would have to add a command in matlab to save it, could you advise me some?
I use mphsave (model, '' C: \ Program Files \ COMSOL \ COMSOL54 / wearyes') but it is not saving.
Finally, sometimes the solver process is delayed, and I'm curious about the status of the process. I can see the bar status of the process. As it is connected to the serve I have not found the command.
Thank you very much in advance
Lars Gregersen
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
4 years ago
24.09.2020, 05:41 GMT-4
When Matlab and the Comsol GUI have the same model open you can either save the model using
mphsave(model)
or you can save the model from the GUI. There is no difference between the two methods.
If you find any problems then please describe with more detail what you do and what happens. Please state any error messages you may see.
You can show Comsol's progress bar by using this command
ModelUtil.showProgress
-------------------
Lars Gregersen
Comsol Denmark
When Matlab and the Comsol GUI have the same model open you can either save the model using
mphsave(model)
or you can save the model from the GUI. There is no difference between the two methods.
If you find any problems then please describe with more detail what you do and what happens. Please state any error messages you may see.
You can show Comsol's progress bar by using this command
ModelUtil.showProgress
Please login with a confirmed email address before reporting spam
Posted:
4 years ago
26.09.2020, 00:58 GMT-4
thank you.
But that Progress bar command does not work for me, and it generates an error, I work with version 5.4. Is there a problem? I saw that same command in the live link for matlab manual.
On the other hand, could you recommend me info about Boundary ODE's related with solid mechanics specific in wear problem, I am updating a geometry, every time a sphere passes over a plane, repeatedly. My case is similar to this example https://br.comsol.com/paper/simulating-wear-in-disc-brakes-18999
Thank you very much in advance
thank you.
But that Progress bar command does not work for me, and it generates an error, I work with version 5.4. Is there a problem? I saw that same command in the live link for matlab manual.
On the other hand, could you recommend me info about Boundary ODE's related with solid mechanics specific in wear problem, I am updating a geometry, every time a sphere passes over a plane, repeatedly. My case is similar to this example https://br.comsol.com/paper/simulating-wear-in-disc-brakes-18999
Thank you very much in advance