Varying pCoeff: DATopoCHTFoam
#1000
Ananth-Narayan-IITM
started this conversation in
General
Replies: 1 comment 1 reply
|
This is not possible with the current DAFoam setup. If you really want to implement this, a dirty workaround is to hard-code a counter in the adjoint solution and use that as the "major iterations". That would need quite some modifications to the code... |
1 reply
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 all,
Based on the tutorial of
Channel_TopoCHT, for constantpCoeff, I would like to vary from 0.01 to 1 exponentially based onMajor iteration limit(for SNOPT). Now question is what is the variable that tracks the major iterations such that I can vary thepCoeffvary linearly or exponential.If not, is there any better method to keep track of this.
Thank you
All reactions