tinku Posted November 17, 2012 Share Posted November 17, 2012 can anyone help me with modelling of systems. i want to model a physical system and load it into computer for some simulation and testing purpose. the physical system includes two non-interacting vessels whose independent levels must be controlled through simulation in software like matlab. if i could get the basic idea on computer modelling of systems, it will be helpful for me to develop from it. the flow, pressure and volume can be adjusted or varied. two vesels contain different liquids. thanks in advance. please respond if anyone has got even a little or basic idea. thanks Link to comment Share on other sites More sharing options...
ecoli Posted November 17, 2012 Share Posted November 17, 2012 Have you tried googling books or looking in a library? http://www.greenteapress.com/matlab/ Link to comment Share on other sites More sharing options...
tinku Posted November 20, 2012 Author Share Posted November 20, 2012 a general book or general notes for mathematical modelling is what i am searching for. anyways thanks for the reply and the link. Have you tried googling books or looking in a library? http://www.greenteapress.com/matlab/ Link to comment Share on other sites More sharing options...
Daedalus Posted November 20, 2012 Share Posted November 20, 2012 Hi Tinku. Myself as well as many others here at SFN can help you with your quest. I am a software engineer by trade with over 10 years of professional engineering experience. I suggest learning C++ and / or C# so that you can work with a graphics API such as DirectX or one of the high level APIs like Ogre or XNA in order to bring your models to life with 3D rendering. I mainly program cross-platform engines, but I recommend that you start with Windows or Linux and read the API documentation and study several source code examples. You can simply google "C++ DirectX Tutorial" and find a wealth of knowledge that can help get you started. I've also responded to your PM and am willing to provide guidance through our private and public conversations. You can also download the programming tools for free on the internet. C++ / C# express can be obtained from Microsoft and gcc with KDevelop can be obtained on a Linux platform. As for Matlab or Mathematica, you can use them to model the math. However, nothing beats custom programming for the application you wish to develop. Link to comment Share on other sites More sharing options...
Bignose Posted November 20, 2012 Share Posted November 20, 2012 in Matlab, the tool that is set up specifically for simulations of controls is Simulink. There are excellent resources on Simulink available on the web. http://bit.ly/WiIYs6 Link to comment Share on other sites More sharing options...
tinku Posted November 21, 2012 Author Share Posted November 21, 2012 thanks daedalus and bignose. i ll take your ideas and help, and try to begin with it. Link to comment Share on other sites More sharing options...
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