Skip to content

Icepak fluid region mesh #4778

Answered by lorenzovecchietti
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @BhagirathaSomayaji, thanks for pointing out this behavior. I was able to reproduce this and I will investigate (#4788).
In the meantime, you can use this as a workaround:

import pyaedt
icepak = pyaedt.Icepak()
icepak.modeler.create_box([0,0,0], [10,20,30])
icepak.mesh.global_mesh_region.manual_settings= True
icepak.mesh.global_mesh_region.settings["MaxElementSizeX"]="3mm"
icepak.mesh.global_mesh_region.settings["MaxElementSizeY"]="3mm"
icepak.mesh.global_mesh_region.settings["MaxElementSizeZ"]="0.5mm"
icepak.mesh.global_mesh_region.update()
icepak.mesh.global_mesh_region.global_region.object.solve_inside = False
icepak.mesh.global_mesh_region.global_region.object.solve_inside = True
i…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@ghost
Comment options

@lorenzovecchietti
Comment options

@ghost
Comment options

@lorenzovecchietti
Comment options

Answer selected by lorenzovecchietti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant