Problems Mesing File

I am attempting to mesh the included file as a QUAD4 mesh exodus. I have not had any success. Some help or suggestions would be appreciated.

DFG_Corrected_Cyln_Meshed.cub5 (1.1 MB)

Hi @tdoggwise,
first you will need to set a adequate size for the surfaces so that the pave scheme can do its work.

Do define the element type you will need to add the surfaces to the block instead of the volumes. You can change the element type in the properties widget or the command panel.

reset
open "C:/Users/offic/Downloads/DFG_Corrected_Cyln_Meshed.cub5"
surface all size auto factor 5
mesh surface all
delete block 1
block 1 add surface all
block 1 name "Fluid"
block 1 element type QUAD4