I need some help with Magnetic Fields & Computer Science

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 2K views
No_Money
Messages
3
Reaction score
0
TL;DR
I need to know what to study to gain this particular knowledge
Lets say we have a Direct Current (not an alternating current) going through a wire ; so there is a steady-state magnetic field created around the wire.
Then let's say we move some object into the magnetic field that disturbs the field.
.
My question is : How do we/they get information about the disturbance-of-the-field into a computer to analyse the disturbance ?
.
Like, is there a hook-up procedure for the computer to the field ?...if you know what i mean ?...Like, i mean I'm sure they don't just plug a usb cable into the magnetic field - there is no place to plug it in.
.
Is there a name for this type of study ?
Are there books on this stuff ?
Is there a branch of Computer Science for this ?
.
Like sometimes i see a photo of an object in a magnetic field. The object is represented with colors like red and arange and blue, etc...How do they capture this magnetic-image ?...A computer must be hooked up to the expirement some how i imagine
.
If someone can lead me to some books on the subject that would be nice.
Or if there is the name of a university
246780
course or something like that.
.
Thanks
 
Engineering news on Phys.org
It's pretty hard to measure a field everywhere. You can measure it a specific points. There are a bunch of different ways. For a DC field you can search on magnetometers or hall-effect sensors to start with. On the computation side, you could look at tomography (that is the "T" in CAT scan). What you are asking about isn't really a DIY thing, IMO.
Of course, I don't know what pictures you are referring to, but I would bet they are computer models of the field (maybe supported by some measurements).
 
Ok, i see what you are saying.
But how do they analyse the field using computers.
I'm guessing that they must be able to create a model of the field "inside" the computer somehow...like how do they harness the information in the field...how do they get this information into the computer ?
 
Yeah DaveE...i guess I'm asking how do they create a "computer model of the field" ?
.
And ok...i'll have a look at this "tomography " and see what that's about. I already checked out magnetometers or hall-effect sensors . And yes, they seem to be used to measure the field locally. But would be nice to have the whole field. Can it be that they actually measure the field at many many points and create a model that way ?!...like creating a direction field in differential equations ?
.
Thanks
 
No_Money said:
Can it be that they actually measure the field at many many points and create a model that way
That's probably how I would try it. First you build a model based on the physics, then you fit it to the measured data. Like what the weather guys do with their models. However, this all depends on what you need. Most engineering applications know what to expect and only need one, or a few, data points. The models may be used in the design phase, but they aren't often used in real-time. That would be expensive and complicated. However, complex control systems will do exactly that. You could also search for "modern controls", with "observers" and "estimators" if you want to learn more about that.

Getting the data into the computer is just like other data acquisition tasks, like a weather station, for example. There are different ways of doing it, bluetooth, WiFi, TCPIP, etc. The programmer then needs to know what the data he receives means.