Hayri Sezer
Hayri Sezer
Hi I am trying to solve the following set of PDEs: I have implemented the reaction term: function reactionLi!(f,u,node) f[ξₙ] = -Lₙ*dh_dξ(u[ξₙ])*((exp((1-α)*ne*F*u[ϕₙ]/R/T)) - u[ζₙ]*(exp(-α*ne*F*u[ϕₙ]/R/T))) - Lσ*dg_dξ(u[ξₙ]) end Here is my...
Hi, How can i implement time dependent dirichlet boundary condition. Lets say I am solving for the temperature in 1D, at the left boundary T left b = T0 +...
Hi, I think this is an excellent code. is it possible to give an example of conjugate heat transfer for the flow around a cylinder to determine the Nusselt's number...
I am pretty new to trixi.jl. it seems to be a great code though. is there a way to simulate hydrogen combustion by using compressible N-S equations in a pipe?
Hi, I have implemented to VoronoiFVM.jl to develop a model for SOFC electrodes and full cell simulations. For simple SOFC geometries the code works well. And the impedance model works...
Hi @j-fu, I have tested the ODE solver in the impedance examples and it works. thank you for fixing this. However, when I have a system that have multiple species,...
I am able to use different implicit ODE solvers and they works well most of the times with my Solid Oxide Fuel Cell (SOFC) model developed in VoronoiFVM. I would...