CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   FLUENT (https://www.cfd-online.com/Forums/fluent/)
-   -   PEMFC Simulation Problem! (https://www.cfd-online.com/Forums/fluent/34622-pemfc-simulation-problem.html)

circle2000 September 15, 2004 05:53

PEMFC Simulation Problem!
 
Hello everyone

I am now using Fluent to model PEMFC performance, but the H2 can always flow to the cathode side and O2,N2 to the Anode. I have tried to set a large H2 diffusivity in the cathode and membrane by UDF, but it doesn't work, there's still much H2 in the cathode. I have also tried to fix the H2 fraction to 0 in cathode side and membrane in the BC pannel, this time the H2 only exists in anode but it's really hard to convergent, and even it can get to the convergence the result is unreasonable.

So can someone help me solve this problem or give me some suggestion?

Ari September 15, 2004 10:48

Re: PEMFC Simulation Problem!
 
Hi!!!

There are many messagges on this argument, try to looking for them; according to many of them diffusivity's values must be very small(about 10-9) for solve your problem...I hope this could be help.

Ari

circle2000 September 15, 2004 21:49

Re: PEMFC Simulation Problem!
 
Thanks for your reply.

I have searched massages posted on this forum and tried to set a even smaller value, but it doesn't work. I don't know the reason.

DEFINE_DIFFUSIVITY(my_diff,c,t,i) {

Thread *thread;

real diffu;

Domain *domain=Get_Domain(1);

if(thread==Lookup_Thread(domain,MEA_ID))

diffu=1e-10;

else

diffu=2.88e-5;

return diffu; }

I use this code to define diffusivity of the mixture, when in the membrane, it is e-10, in other zones, it is 2.88e-5. But I think I cann't see the effect.Can u help me out?

Ari September 16, 2004 06:51

Re: PEMFC Simulation Problem!
 
Hi!!! Try to define a diffusivity's value for every specie, I hope this could solve your problem.

I've a question for you:since there is the argument t in the DEFINE_DIFFUSIVITY MACRO, why is it necessary the line Thread *thread; ???

Ari

circle2000 September 16, 2004 21:34

Re: PEMFC Simulation Problem!
 
Thank u very much, I think your suggestion is very helpful for me.

I deleted the Thread *thread, and it works. Thank u again.


All times are GMT -4. The time now is 12:50.