Skip to content

Node name is too long for the grid naming convention #44

Answered by acroucher
medhay36 asked this question in Q&A
Discussion options

You must be logged in to vote

This means there are not enough unique node names available for the nodes in your mesh. There are a few things you can do:

  • make sure you are using the most appropriate naming convention (see appendix A.4 in the user guide). If your mesh has a lot of columns and not so many layers, you probably want to use convention 0 (3 characters for column, 2 digits for layer).
  • use a bigger character set for your node/block names. By default it uses only lowercase letters, so you can make it use uppercase ones as well, and even add other things like punctuation marks as well if you want.

e.g. if you are creating a rectangular mesh:

from mulgrids import *
# define xblocks, yblocks, zblocks lists here...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@medhay36
Comment options

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