Closed hovey closed 1 year ago
Skew script completed. Will update repository with aspect ratio next.
Completed the second of the hexahedral quality metric scripts. Do you want to go ahead with the quadrahedral metric scripts as well?
I have crossed-out the two quad-related metrics. We currently have no plan to use quads in our meshes. The Li 2022 meshes used both hex elements and quad elements, which explains why warp and min/max angle were also included in their work.
So, please cancel the request for the quad-related items. I will mark this issue as completed.
Currently, we have the minimum scaled Jacobian (MSJ) from Cubit accessible through Python
cubit_inp_to_minsj_csv.py
We need the following (two, and possibly four) scripts to be created:
cubit_inp_to_skew_csv.py
page 97 of 107 of [2],cubit_inp_to_aspect_ratio_csv.py
(aka Maximum edge ratio) page 87 of 107 of [2]# This seems like a quadrilateral metric, not a hexahedral metric.cubit_inp_to_warp_csv.py
# This seems like a quadrilateral metric, not a hexahedral metric.cubit_inp_to_min_max_angle_csv.py
Reference: