Post Timestep Calculations for Pmax #929
Unanswered
Soobin120596
asked this question in
Q&A
Replies: 1 comment
-
I saw that can achieve by this way in openfoam, but I don’t know how to achieve it in PeleC maxp.writeOpt() = IOobject::AUTO_WRITE; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everone! I am a beginner with detonation simulations using PeleC. I was trying to perform some manipulations at runtime using the
problem_post_timestep
function, such as calucating the max pressure between two instants. I saw the answers from RSuryaNarayan in Q&A 862(#862).I have added similar functions, but I don't know how to output the resulting Pmax. Any pointers or suggestions would be much appreciated. Thank you very much!
I.
problem_post_timestep
inprob.cpp
:II.
pc_poststep
inprob.H
:Beta Was this translation helpful? Give feedback.
All reactions