Page 1 of 1

How to update number of divisions efficiently?

Posted: Mon Apr 03, 2023 3:28 pm
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.

Re: How to update number of divisions efficiently?

Posted: Wed Apr 12, 2023 5:59 pm
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