ListTagKeywords

Numerical methods and mathematical models of Elmer
Post Reply
jeremie
Posts: 28
Joined: 11 Jul 2019, 11:31
Antispam: Yes

ListTagKeywords

Post 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
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: ListTagKeywords

Post 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
raback
Site Admin
Posts: 4812
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: ListTagKeywords

Post by raback »

Indeed, it was onnoyingly verbose. The info should now be present only at level 20. -Peter
jeremie
Posts: 28
Joined: 11 Jul 2019, 11:31
Antispam: Yes

Re: ListTagKeywords

Post by jeremie »

Ok thanks!
Post Reply