Ruud Borger
                                                                                                                                                    COMSOL Employee
                                                         
                            
                                                                                                                                                
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                25 nov. 2010, 13:54 UTC−5                            
                        
                        
                                                    Dear Matthias,
I think the fastest way would be to use the Matlab Livelink and write a For-loop to evaluate the individual domains.
Gruss,
Ruud                                                
                                                
                            Dear Matthias,
I think the fastest way would be to use the Matlab Livelink and write a For-loop to evaluate the individual domains.
Gruss,
Ruud                        
                                                
                                                                                                            
                                             
                    
                    
                        
                            
                                                                                        
                                Ivar KJELBERG
                                                                                                                                                    COMSOL Multiphysics(r) fan, retired, former "Senior Expert" at CSEM SA (CH)
                                                         
                            
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                25 nov. 2010, 15:37 UTC−5                            
                        
                        
                                                    Hi Borger
It could have been handy to allow a 
for i={my_set}; intop1((dom==i) *solid.rho); end
or just an integration over
(dom=={myset})*solid.rho 
to fill a table with the mass of a each of the "my_set" domains no ?
--
Have fun Comsoling
Ivar                                                
                                                
                            Hi Borger
It could have been handy to allow a 
for i={my_set}; intop1((dom==i) *solid.rho); end
or just an integration over
(dom=={myset})*solid.rho 
to fill a table with the mass of a each of the "my_set" domains no ?
--
Have fun Comsoling
Ivar                        
                                                
                                                                                                            
                                             
                    
                    
                        
                            
                                                                                        
                                Ruud Borger
                                                                                                                                                    COMSOL Employee
                                                         
                            
                                                                                                                                                
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                26 nov. 2010, 13:27 UTC−5                            
                        
                        
                                                    Hi Ivar,
That is certainly along the lines of what I had in my mind.
By the way, I have to commend you on your keynote speech during the conference last week! Some very practical tips.
Have a good night,
Ruud                                                
                                                
                            Hi Ivar,
That is certainly along the lines of what I had in my mind.
By the way, I have to commend you on your keynote speech during the conference last week! Some very practical tips.
Have a good night,
Ruud                        
                                                
                                                                                                            
                                             
                    
                    
                        
                            
                                                                                        
                                Ivar KJELBERG
                                                                                                                                                    COMSOL Multiphysics(r) fan, retired, former "Senior Expert" at CSEM SA (CH)
                                                         
                            
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                26 nov. 2010, 17:42 UTC−5                            
                        
                        
                                                    Hi
Thanks, 
I have also uploaded several mph examples, to the Paris conf site, they will surely include them, will try to make a pdf with explanations, it's a start to something à la  acdc minicourse of yours but tailored to structural
--
Good night, soon home, its snowstorm and sevral hours delayed trains down here in the middle of Europe ;)
Ivar                                                
                                                
                            Hi
Thanks, 
I have also uploaded several mph examples, to the Paris conf site, they will surely include them, will try to make a pdf with explanations, it's a start to something à la  acdc minicourse of yours but tailored to structural
--
Good night, soon home, its snowstorm and sevral hours delayed trains down here in the middle of Europe ;)
Ivar                        
                                                
                                                                                                            
                                             
                    
                    
                        
                            
                                                                                        
                                Ruud Borger
                                                                                                                                                    COMSOL Employee
                                                         
                            
                                                                                                                                                
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                28 nov. 2010, 06:18 UTC−5                            
                        
                        
                                                    Looking forward to those :)
There is a bit of snow here in Holland as well, but probably not as much as there.
By the way, don't forget to download our most recent update, 4.1.112:
www.comsol.com/support/updates/comsol41p/
List of changes is also included on that page. Have a good weekend!                                                
 
                                                
                            Looking forward to those :)
There is a bit of snow here in Holland as well, but probably not as much as there.
By the way, don't forget to download our most recent update, 4.1.112:
http://www.comsol.com/support/updates/comsol41p/
List of changes is also included on that page. Have a good weekend!                        
                                                
                                                                                                            
                                             
                    
                    
                        
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                23 mars 2011, 16:25 UTC−4                            
                        
                        
                                                    Hi Ivar,
I am integrating over 12 separate domains and exporting the data individually to MATLAB and I came across this thread. where do you enter this for-end loop that you wrote? in Matlab? do you have MATLAB connected? how do you do this? it would definitely make my life easier. thanks!                                                
                                                
                            Hi Ivar,
I am integrating over 12 separate domains and exporting the data individually to MATLAB and I came across this thread. where do you enter this for-end loop that you wrote? in Matlab? do you have MATLAB connected? how do you do this? it would definitely make my life easier. thanks!                        
                                                
                                                                                                            
                                             
                    
                    
    
                        
                            
                                                                                        
                                Ivar KJELBERG
                                                                                                                                                    COMSOL Multiphysics(r) fan, retired, former "Senior Expert" at CSEM SA (CH)
                                                         
                            
                         
                                                
    
        Please login with a confirmed email address before reporting spam
     
    
 
                                                Posted:
                            
                                1 decade ago                            
                            
                                24 mars 2011, 03:13 UTC−4                            
                        
                        
                                                    Hi
actually tte "for" loop in COMSOL GUI is not implemented from my knowledge, so you have only matlab to get around. I just found it to be "handy"
the closest you can get to a for loop is the Parametric sweep, or the solver continuation sweep
--
Good luck
Ivar                                                
                                                
                            Hi
actually tte "for" loop in COMSOL GUI is not implemented from my knowledge, so you have only matlab to get around. I just found it to be "handy"
the closest you can get to a for loop is the Parametric sweep, or the solver continuation sweep
--
Good luck
Ivar