How to use Flow Active Control in PeleC? #953
Unanswered
Alex-jian522
asked this question in
Q&A
Replies: 1 comment 1 reply
-
PeleC doesn't currently include the active control capability. To use it, you'd have to port the implementation from PeleLMeX to PeleC. |
Beta Was this translation helpful? Give feedback.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, everyone!
I have used Flow Active Controller in PeleLMeX using the following input code:
active_control.on = 1 # Use AC ?
active_control.use_temp = 0 # Default in fuel mass, rather use iso-T position ?
peleLM.fuel_name = H2
active_control.temperature = 900.0 # Value of iso-T ?
active_control.tau = 2.0e-4 # Control tau (should ~ 10 dt)
active_control.height = 0.03 # Where is the flame held ? Default assumes coordinate along Y in 2D or Z in 3D.
active_control.v = 1 # verbose
active_control.velMax = 3.0 # Optional: limit inlet velocity
active_control.changeMax = 0.01 # Optional: limit inlet velocity changes (absolute m/s)
active_control.flow_dir = 2 # Optional: flame main direction. Default: AMREX_SPACEDIM-1
active_control.pseudo_gravity = 1 # Optional: add density proportional force to compensate for the acceleration
# of the gas due to inlet velocity changes
I wonder if I can use this method in PeleC?
Thanks very much for any help!
Beta Was this translation helpful? Give feedback.
All reactions