Edgar J. Kaiser
Certified Consultant
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
May 18, 2020, 6:10 a.m. EDT
Alex,
to measue a domain volume you can set up a domain integration coupling operator, typically it is intop1(). Then you can define a variable, e.g. volume = intop1(1).
Cheers
Edgar
-------------------
Edgar J. Kaiser
emPhys Physical Technology
www.emphys.com
Alex,
to measue a domain volume you can set up a domain integration coupling operator, typically it is intop1(). Then you can define a variable, e.g. volume = intop1(1).
Cheers
Edgar
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
May 18, 2020, 8:57 a.m. EDT
Thanks Edgar,
I couldn't find intop1() or anything about a 'domain integration coupling operator' in the COMSOL programming reference manual. Is there somewhere i can read more about this?
Thanks,
-alex
Thanks Edgar,
I couldn't find intop1() or anything about a 'domain integration coupling operator' in the COMSOL programming reference manual. Is there somewhere i can read more about this?
Thanks,
-alex
Edgar J. Kaiser
Certified Consultant
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
May 18, 2020, 9:20 a.m. EDT
This is not about programming. Check in the model builder under Component1 > Definitions > Nonlocal Couplings > Integration
-------------------
Edgar J. Kaiser
emPhys Physical Technology
www.emphys.com
This is not about programming. Check in the model builder under Component1 > Definitions > Nonlocal Couplings > Integration
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
May 18, 2020, 11:20 a.m. EDT
Even easier than that is Volume Integration (of 1) under Derived Values.
By the way- the various uses of the intop operator could be better explained than in the documentation I have been able to find. In particular the significance of the intop operator on a point is...obscure.
Even easier than that is Volume Integration (of 1) under Derived Values.
By the way- the various uses of the intop operator could be better explained than in the documentation I have been able to find. In particular the significance of the intop operator on a point is...obscure.
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
May 19, 2020, 4:42 a.m. EDT
Updated:
5 years ago
May 19, 2020, 4:55 a.m. EDT
Thanks
I want to add fibres in a programming loop until a defined volume fraction is reached. Therefore, i dont think intop1() is what i need
Thanks
I want to add fibres in a programming loop until a defined volume fraction is reached. Therefore, i dont think intop1() is what i need
Edgar J. Kaiser
Certified Consultant
Please login with a confirmed email address before reporting spam
Posted:
5 years ago
May 19, 2020, 6:28 a.m. EDT
You can of course use the coupling operations, as well as the post processing integration, as suggested by Dave Greve in application methods.
-------------------
Edgar J. Kaiser
emPhys Physical Technology
www.emphys.com
You can of course use the coupling operations, as well as the post processing integration, as suggested by Dave Greve in application methods.