Boundary Conditions for CV(Constant Voltage) and CC(Constant Current) #31323
Unanswered
hokonkim
asked this question in
Q&A Modules: General
Replies: 1 comment 3 replies
-
|
@hokonkim which module are you using? |
Beta Was this translation helpful? Give feedback.
3 replies
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, Communities.
I have questions about using Boundary Conditions, specifically for CV(Constant Voltage) and CC(Constant Current).
First, some codes for BCs are written below and these are done for CV.
It works as I want.
Second, another codes for BCs are written below and these are done for CC.
The codes for CC don't work as I want.
I think there would be a problem in flows of variables (phi_Ni and phi_YSZ).
This is a reaction for Solid Oxide Electrolysis Cells (SOECs), so principally the potential should be negative.
In CC mode, I set the boundary at top (-0.808 V) with DirichletBC and the boundary at bottom (0.2 A/cm^2) with NeumannBC.
As far as I understand, these configuration of boundary is correct for CC mode.
But the problem is the flow of variables having negative values, perhaps?
Even I tried both value (0.2 or -0.2), I was not able to get any flow under this condition.
I checked the syntax and tried many ways as much as I know, but still I'm stuck at this point.
What do I miss here?
Please give me any tips to solve this issue.
Thank you for your help :)
FYI, I attached the input files for CV and CC.
SOEC_cathode.zip
Beta Was this translation helpful? Give feedback.
All reactions