How to update number of divisions efficiently?

Moderator: GiD Team

Post Reply
dzulkeefal
Posts: 5
Joined: Fri Apr 16, 2021 4:38 pm

How to update number of divisions efficiently?

Post by dzulkeefal »

Hi,

I am making a structured mesh around an airfoil. I am using the number of divisions on the lines and I also concatenate them. If I want to change the number of divisions, I have to assign the structured mesh again to the surfaces. The same goes for concatenation, in which case I need to select the lines again. Is there a way to access all the assigned mesh properties and change the parameters directly? For example, a text block or file that has the number of divisions and I can simply update the number there and remesh?

Thanks.
User avatar
escolano
Posts: 1918
Joined: Sun Sep 05, 1982 10:51 pm

Re: How to update number of divisions efficiently?

Post by escolano »

To change the number of divisions must simply assign the new number of divisions to the curves. Off course if do you also force other structured requirements they must be compatible.
Mesh->Structured lines->Assign number of divisions

And you can do it as user or programmatically, with Tcl scripting and our command GiD_MeshData
see https://gidsimulation.atlassian.net/wik ... /Mesh+data
Post Reply