Note: This discussion is about an older version of the COMSOL Multiphysics® software. The information provided may be out of date.

Discussion Closed This discussion was created more than 6 months ago and has been closed. To start a new discussion with a link back to this one, click here.

Time of integration calculating is big in Comsol 4.2a vs 3.5

Please login with a confirmed email address before reporting spam

Hi,

I have problem using Comsol 4.2a.

My problem is that the time of calculating is big = apprx. 14 seconds by domain.

I want to know, if my script Matlab is the correct

CASE: 581951


try
import
com.comsol.model.*
import
com.comsol.model.util.*
path = 'C:\path\files\';
name = 'model.mph';
ModelUtil.initStandalone(false);
ModelUtil.connect(
'localhost', 2036);
model = mphload([path name]);
time = cputime;
SDim = 2;
x1 =
'r';
PowerFunction =
'rfwh.Qrh';
i = 10;
data = mphint(model, strcat(x1,
'*(dom==', num2str(i), ')'), ...
'intvolume', 'off', ...
'edim',SDim, ...
'selection', i);
Xc = data(1);
time = cputime - time;
disp(Xc);
disp(time);
catch
exception
disp(exception);
end

The time used is 13.4473 seconds in Comsol 4.2a,

While, that in the version 3.5, the time is 0.0452 seconds,

So, there is my question, why the time are different using the same model,

Thanks in advance

0 Replies Last Post 21 dic 2011, 12:46 GMT-5
COMSOL Moderator

Hello Igor Bogdanov

Your Discussion has gone 30 days without a reply. If you still need help with COMSOL and have an on-subscription license, please visit our Support Center for help.

If you do not hold an on-subscription license, you may find an answer in another Discussion or in the Knowledge Base.

Note that while COMSOL employees may participate in the discussion forum, COMSOL® software users who are on-subscription should submit their questions via the Support Center for a more comprehensive response from the Technical Support team.