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.
I want to exchange analysis results like 'u','v'
Posted 1 déc. 2011, 12:46 UTC−5 Version 4.2 0 Replies
Please login with a confirmed email address before reporting spam
and then I change the result values about 'u','v'
and I wanna put this changed result as a initial values.
like below codes (written in V3.5)
% Solve problem
FEM.sol=femstatic(FEM, ...
'init',init_phi, ...
'solcomp',{'v','u','phi'}, ...
'outcomp',{'v','u','phi'}, ...
'blocksize','auto', ...
'sensmethod','adjoint', ...
'sensfunc','-Q_sa', ...
'senscomp',{'phi'});
Is there any function like 'femsol' (in V3.5)??
How to control 'init'!!!! in V4.2
Hello Gyeorye Lee
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.