Regarding the definition of the input parameter "dedt" in turbulence simulation #679
-
|
I attempted to determine the true meaning of "dedt" by examining both the code and the documentation on turbulence drive. However, I arrived at two conflicting conclusions. From the code, I inferred that "dedt" likely represents the energy injection rate per cell. Conversely, based on the turbulence drive description referencing "the energy injection rate so that the total kinetic energy injected at every driving step," I believe "dedt" might represent the energy injection rate for the entire simulation domain. I wish to clarify the precise meaning of "dedt". |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
It seems to me that the injection rate in the code is not per cell but something global, but I am not sure. @changgoo, can you comment on it? |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
dedtis the total kinetic energy injection rate for the entire domain. The code does the right thing. I'm not sure which part is confusing, but if you specifically point out the part that confuses you, I will take a look at it.