Kirana Kumara P said:
Just some unrealistic thoughts below (although I am a mechanical engineer and do not know much about electrical circuits, I know that the following are quite unrealistic, at least for the time being).
Let us assume that someone designs an analog computer which has tens of thousands of electrical components. Then if the entire analog circuit can be placed (fabricated) on a very small piece of material (like VLSI, or a modern Intel processor), then the analog computer is likely to be very fast (fast simulations, fast switching). Other advantages: reliable, less heat generated, less space required, lower power consumption.
Going a step further, someone who designs an analog computer (such as the analog computer mentioned in the last paragraph above) should be able to get it fabricated (on a very small chip as mentioned above) by outsourcing the fabrication to work to some company (e.g., Intel). Ordering (fabricating) just one piece (one analog computer) should also be allowed.
There is so much wrong with this I don't even know where to begin.
Tens of thousands electrical components for your integrated analog computer is too small. A VLSI analog computer like you're describing would more likely be millions (an op amp is thousands of components once parasitics have been extracted) of components to simulate. You could simulate it of course but it won't be fast, since the simulation time increases as the square of components, to first order.
Sure you could do it in a VLSI chip but what do you mean "a modern Intel processor"? Intel's fabrication process is *highly* optimized for digital and their internal analog designers have to jump through outrageous hoops just to get anything analog (like a clock generator) to work.
Anyway, you aren't going to be outsourcing anything to Intel. They don't operate a foundry service. You would need something like MOSIS to broker space on a wafer run for you. I doubt you can afford a full wafer engineering run. You'll get 40 to 100 parts depending on the process you use. Using an older process would still set you back a few tens of thousands of dollars, just in fabrication cost. You could by a HPC cluster for that price.
The real sticking point, though, will be how do you propose to design the analog computer? What tools will you use? Public domain tools, quite frankly, suck and professional tools are really expensive. I mean REALLY EXPENSIVE.
Also, did you know it is hard to make different op amp circuits (for example, integrators) on the same wafer act in a similar way? How do you propose to deal with that? I'm guessing you don't know that's a problem.
I think your concept of an analog computer doing fast simulations for specific problems is sound in principle, I think you are way, way out of your depth. Simulate with software and be done with it. Start with MATLAB or SciPy and migrate to C if it's too slow. This is my recommendation.