baltoche Posted February 15, 2017 Posted February 15, 2017 Dear All, Suppose I've got a medium (like a soil) of a homogeneous and constant resistivity Rho (in Ohm.km). This medium is put into a big cube of 1km side, then giving a km3 of my medium. Now suppose I want to model my cube by an electrical circuit with resistors at each side of the cube. May I state that each resistor will be Rhox4 then ? No suppose I divide my km3 into equal 8 cubes of 500m side each and suppose I still want to model this arrangement by electrical resistors. What should be the value of each resistor/side then if I need that the whole set still corresponds to a resistivity of Rho ? I propose Rhox9/2. Am I right ? For these who know Matlab, can Matlab simulate this kind of 3-D electric circuit with cubes whose sides are resistors ? Is there any special module to perform this function ? Thanks to All.
Bender Posted February 15, 2017 Posted February 15, 2017 Of course Matlab can do that. There is even a Finite Element toolbox, or you can compose the matrices yourself.
baltoche Posted February 16, 2017 Author Posted February 16, 2017 Thanks for your reply. Is there any special module to access to this functionality ? I have the basic licence only. Regards.
Bender Posted February 16, 2017 Posted February 16, 2017 You can switch to Octave-Forge, which is free and has these toolboxes available, but I have no experience with those. Octave uses mostly the same code as Matlab.
baltoche Posted February 16, 2017 Author Posted February 16, 2017 I'll try this, thanks. But is Octave-Forge somehow related to Matlab or not ?
baltoche Posted February 16, 2017 Author Posted February 16, 2017 Oh I see, thanks ! Do you personally use these tools, and especially the circuit simulation one ?
Bender Posted February 16, 2017 Posted February 16, 2017 No. I have written an m-file for structural mechanics problems, but that was mainly for didactic purposes. Of course, you could also use an actual finite element program, such as Comsol or NX, if you have access to such. Probably a lot easier to get into.
baltoche Posted February 17, 2017 Author Posted February 17, 2017 Do you know if Comsol also deals with electrical fields ? Is it a freeware software ?
Bender Posted February 17, 2017 Posted February 17, 2017 (edited) It deals with just about anything you want. It is also very expensive (like Matlab). I only have experience with modelling magnetic fields with it. If you want open source: I have heard very good things about Elmer, but I have never used it. From a brief look years ago, I had the impression that it is slightly harder to get started with it. Do you have any experience with finite element modelling? A warning: do not take lightly to getting into it, as getting decent results is not straightforward. Even results that look good can be rubbish. Edited February 17, 2017 by Bender
baltoche Posted February 20, 2017 Author Posted February 20, 2017 Well caught, thank you very much for your support from the beginning. I'll not be involved myself into finite elements, but an engineering student will dot it for me. I've got a licence of CST, do you know this tool ? One last question please : have you got any opinion on the resistor value of my cube edges ? Kind Regards.
Bender Posted February 21, 2017 Posted February 21, 2017 I don't know CST. Just one remark for the resistor values: it is not the resistivity that changes, but the surface area. At first glance replacing a single resistor with four resistors of one fourth the resistance should work, at least in the principal directions. I don't know how accurate the results will be in a random direction.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now