What is the correct syntax to run a custom action from an input file? #29940
-
Check these boxes if you have followed the posting rules.
QuestionDear All,
But I registered the action as such:
Then in the input file I tried these blocks:
and
What is the correct syntax to run a custom action? Best regards |
Beta Was this translation helpful? Give feedback.
Answered by
GiudGiud
Feb 24, 2025
Replies: 1 comment 1 reply
-
Hello you need to register the action to a syntax as well. You can see the modules app source files, notably NavierStokes for an example. In modules/navier_stokes/src/base/NavierStokesApp.C |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
andrisfreimanis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello you need to register the action to a syntax as well.
You can see the modules app source files, notably NavierStokes for an example.
In modules/navier_stokes/src/base/NavierStokesApp.C