Parsedfunction for triangular (or sawtooth) waveform #32207
Answered
by
adhoc00
adhoc00
asked this question in
Q&A General
-
Beta Was this translation helpful? Give feedback.
Answered by
adhoc00
Jan 22, 2026
Replies: 1 comment 4 replies
-
|
I'm confused. You pasted two different ParsedFunctions. The Postprocessor uses |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hello @lindsayad I found the solution to this problem using the
PeriodicFunctionin the MOOSE function type. I can customize any function as abase_functionand feed it to this PeriodicFunction.