Skip to content

PeleC Channel Flow #928

Answered by baperry2
fahadrhisat asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Running a periodic channel, the average velocity at statistically stationary state will be a function of dpdx. You can adjust dpdx to achieve the average velocity you want. If you want to run a spatially developing channel case, you can set inflow/outflow boundaries and use the bcnormal function to specify your desired velocity at the inflow.
  2. PeleC supports user-defined derived variables, defined as part of the ProblemSpecificFunctions struct. See prob.H in Exec/Regtests/EB-C9 for an example. You can code up anything that's a function of the the state in a cell or adjacent cells.
  3. We don't have a built in way to compute y+. You should be able to post-process it from information in plt fil…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fahadrhisat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #926 on April 24, 2025 18:46.