Internal error function lexer failed #26
Answered
by
jsimonclark
jsimonclark
asked this question in
Error Messages
-
|
Translation Error |
Beta Was this translation helpful? Give feedback.
Answered by
jsimonclark
Feb 9, 2022
Replies: 1 comment
-
|
This error is often triggered when the defined units of parameters are not written in proper modelica syntax. Multiplication uses a dot "." instead of an asterik "*" So the unit Watt per meter squared Kelvin would be expressed as "W/(m2.K)" not "W/(m^2*K)" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsimonclark
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This error is often triggered when the defined units of parameters are not written in proper modelica syntax.
Multiplication uses a dot "." instead of an asterik "*"
Powers do not use carrat
So the unit Watt per meter squared Kelvin would be expressed as "W/(m2.K)" not "W/(m^2*K)"