Error with AuxKernal: Invalid function, Syntax error: Unknown identifier #28157
Replies: 1 comment 3 replies
-
Never mind, I found a small syntax error in ParsedAux that I overlooked. My bad! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Check these boxes if you have followed the posting rules.
Issue or question about MOOSE
Hello everyone, I'm relatively new with MOOSE and am trying to calculate an auxiliary variable 'density' based off of nodal distance from a boundary using the the
NearestNodeDistanceAux
aux kernal paired withParsedAux
(one step beyond what is demonstrated here. I keep running into the following error when trying to calculate:"The following error occurred in the AuxKernel 'density' of type ParsedAux.
Invalid function
distance^2
in ParsedAux density.
Syntax error: Unknown identifier"
Here is the input file I've been using:
I've looked through the examples on the website and I can't find where my syntax is incorrect. Any help would be greatly appreciated!
(Optional) code in question / simulation log / errors
No response
Encountering Errors? Please include diagnostic output
No response
Beta Was this translation helpful? Give feedback.
All reactions