Page 1 of 1

ListTagKeywords

Posted: 30 Aug 2022, 18:53
by jeremie
Hello,

When running my simulation, I have the messages:

ListTagKeywords: Setting weight for keywords!
ListTagKeywords: No parameters width suffix: normalize by area
ListTagKeywords: Setting weight for keywords!
ListTagKeywords: No parameters width suffix: normalize by volume

The simulation can continue and end but I wonder if I missed something.
What are these messages? Does anyone have an idea ?

Thanks

Re: ListTagKeywords

Posted: 30 Aug 2022, 19:43
by raback
Hi

You just have "max output level" set to a value that spits some potentially useful info. That these are missing does not have any relevance. Basically one can precompute entity weights and use that to normalize keywords. The current recommended syntax for this is, for example.

Code: Select all

Heat Source = -distribute 1.23
which would divide this by the volume such that when integrated you would get the desired to total heating. This works for any Real valued keyword. The info is related to this in a way.

-Peter

Re: ListTagKeywords

Posted: 30 Aug 2022, 19:49
by raback
Indeed, it was onnoyingly verbose. The info should now be present only at level 20. -Peter

Re: ListTagKeywords

Posted: 08 Sep 2022, 16:14
by jeremie
Ok thanks!