Transient simulations, non-dimensionalization, and equivalent circuit networks #1879
TomTranter
started this conversation in
Development
Replies: 1 comment
-
Instead of using this proposed software, we'd be better off to double-down on the use of Petsc, who have recently added a graph/network module |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are already aware that the transient simulations are physically suspicious regarding the use of our diffusion analogies for ohmic and fourier conduction. I have been recently thinking about this problem as it pertains to battery simulation. Quite an interesting modelling technique with broad similarities to PNMs for modelling batteries and electrochemical devices are equivalent circuit networks. These combine resistors and capacitors into unit cells which then become the building blocks of the model and a recent paper by a group at Imperial published one implementing an electrical and thermal equivalent circuit http://jes.ecsdl.org/content/165/13/A3169.short .
The analogies between heat and electrical conduction are well known and summarized quite nicely in the intro of this paper: https://nvlpubs.nist.gov/nistpubs/jres/61/jresv61n2p105_A1b.pdf
It seems what we are actually solving in our analogous algorithms is an apparent diffusivity alpha and I think we need to make this distinction more clear. For heat transport alpha=k/(rhoC_p) where k is thermal conductivity, rho is density and C_p specific heat capacity. For Ohmic alpha= 1/(RC) where C is capacitance per unit volume and 1/R is electrical conductivity but I think this only strictly applies when you have a shunt capacitor between every resistor in the network connected in parallel (as pictured in the above link). In some ways I guess the charging and discharging of a capacitor is similar to reactions and conversions of species.
So two things to discuss is
Beta Was this translation helpful? Give feedback.
All reactions