-
Dear PeleC community, In the Cavity Flame I wanted to test the inflow turbulence capability of PeleC. But I cannot observe any inflow turbulence with the settings I use. From the PeleLMeX Turbinflow I have generated the TurbFileHIT using ./python3 -k0 2 -N 64 and u_rms = 1.0 and copied it into my PeleC run-directory. I have adjusted the settings following this discussion:
In the prob.H in the bcnormal I have adjusted The calculation runs but even after a significant amount of run time there is no fluctuations in the x, y or z velocities observable. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
This is most likely a units problem (MKS vs CGS). PeleC is CGS and LMeX is MKS. So we need to scale the data. We should document this better so I opened an issue for us in pelephysics to fix it (AMReX-Combustion/PelePhysics#455). In the mean time, you can see how we do it in PeleC here: https://github.com/AMReX-Combustion/PeleC/blob/development/Exec/Production/ChallengeProblem/challenge.inp#L115. I hope this helps! |
Beta Was this translation helpful? Give feedback.
This is most likely a units problem (MKS vs CGS). PeleC is CGS and LMeX is MKS. So we need to scale the data. We should document this better so I opened an issue for us in pelephysics to fix it (AMReX-Combustion/PelePhysics#455). In the mean time, you can see how we do it in PeleC here: https://github.com/AMReX-Combustion/PeleC/blob/development/Exec/Production/ChallengeProblem/challenge.inp#L115. I hope this helps!