Bjorn Bretz
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
1 year ago
2023年5月31日 GMT-4 10:46
Dear Shyam,
You can write a model method that computes the ratio between the lengths of the shortest and longest edges of a mesh element and then determines the minimum of these ratios. This method needs to use low level mesh information that you can retrieve from the Java API.
Dear Shyam,
You can write a model method that computes the ratio between the lengths of the shortest and longest edges of a mesh element and then determines the minimum of these ratios. This method needs to use low level mesh information that you can retrieve from the Java API.
Please login with a confirmed email address before reporting spam
Posted:
1 year ago
2023年5月31日 GMT-4 12:35
I'm curious, what is mesh bias and how does Ansys compute it?
Comsol has (among other things) a Mesh Quality figure of merit.
I'm curious, what is mesh bias and how does Ansys compute it?
Comsol has (among other things) a Mesh Quality figure of merit.
Please login with a confirmed email address before reporting spam
Posted:
1 year ago
2023年6月1日 GMT-4 00:58
Updated:
1 year ago
2023年6月1日 GMT-4 09:28
Thanks Bjorn for your reply. Actually at this time I do not know how to use model method to work on mesh information. I will see, thanks.
Dear Dave, Bias factor is the ratio of the largest edge size to the smallest. In Ansys it directly gave under the mesh quality section.
Thanks
Thanks Bjorn for your reply. Actually at this time I do not know how to use model method to work on mesh information. I will see, thanks.
Dear Dave, Bias factor is the ratio of the largest edge size to the smallest. In Ansys it directly gave under the mesh quality section.
Thanks
Henrik Sönnerlind
COMSOL Employee
Please login with a confirmed email address before reporting spam
Posted:
1 year ago
2023年6月1日 GMT-4 08:12
Updated:
1 year ago
2023年6月1日 GMT-4 09:28
There are several mesh quality measures in COMSOL. The one called 'Volume versus length' (variable name qualvollength) serves the same purpose as 'bias factor' measuring the mesh anisotropy. The numbers that it returns are not the same though.
-------------------
Henrik Sönnerlind
COMSOL
There are several mesh quality measures in COMSOL. The one called 'Volume versus length' (variable name *qualvollength*) serves the same purpose as 'bias factor' measuring the mesh anisotropy. The numbers that it returns are not the same though.