Edgar J. Kaiser
Certified Consultant
Please login with a confirmed email address before reporting spam
Posted:
6 years ago
22.09.2018, 03:59 GMT-4
Piotr,
this is something you typically do in a Comsol application, a model method or in a Matlab script.
Cheers
Edgar
-------------------
Edgar J. Kaiser
emPhys Physical Technology
www.emphys.com
Piotr,
this is something you typically do in a Comsol application, a model method or in a Matlab script.
Cheers
Edgar
Please login with a confirmed email address before reporting spam
Posted:
6 years ago
23.09.2018, 06:11 GMT-4
Hi,
Thank you very much for your response.
Can you possibly specify how to write an application which evalute volume average of expression "mf.Bz" ,changing domain of evaluation from domain 1 to lets say 100?
I'm not familliar with application builder, and found it hard to find an example doing something simillar. Any help would be greatly appreciated.
Peter
Hi,
Thank you very much for your response.
Can you possibly specify how to write an application which evalute volume average of expression "mf.Bz" ,changing domain of evaluation from domain 1 to lets say 100?
I'm not familliar with application builder, and found it hard to find an example doing something simillar. Any help would be greatly appreciated.
Peter
Edgar J. Kaiser
Certified Consultant
Please login with a confirmed email address before reporting spam
Posted:
6 years ago
23.09.2018, 09:14 GMT-4
Peter,
you will not get around studying the application builder. I guess you will have to look into the definition of selections and component couplings.
Make yourself familiar with the method-recording function. It allows to record all the clicking (and the API calls behind) you do to manually define the functionality you need. Then you can wrap that into some kind of loop to automate things for 100 domains.
Cheers
Edgar
-------------------
Edgar J. Kaiser
emPhys Physical Technology
www.emphys.com
Peter,
you will not get around studying the application builder. I guess you will have to look into the definition of selections and component couplings.
Make yourself familiar with the method-recording function. It allows to record all the clicking (and the API calls behind) you do to manually define the functionality you need. Then you can wrap that into some kind of loop to automate things for 100 domains.
Cheers
Edgar
Walter Frei
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
6 years ago
26.09.2018, 10:29 GMT-4
Hello Peter,
You may also find the techniques here useful:
https://www.comsol.com/blogs/how-to-postprocess-fields-over-arbitrary-geometries/
Note also the sample file linked at the bottom.
Hello Peter,
You may also find the techniques here useful:
https://www.comsol.com/blogs/how-to-postprocess-fields-over-arbitrary-geometries/
Note also the sample file linked at the bottom.