+ Reply to Thread
Page 1 of 2
1 2 LastLast
Results 1 to 10 of 11

Thread: physical simulation

  1. #1
    Newbie shahar emule is an unknown quantity at this point
    Join Date
    Jan 2010
    Posts
    13

    Question physical simulation

    what's up guys?
    now i am in high-school and i am taking part in a special
    program for sience in the university these 3 years.
    in the next two years i have to write a research work.
    so i started to look for subjects and there is a good chance for focousing on
    doing a simulation of a certain phsical phenomenon.
    assuming i will get the knowlendge that this research require in math and
    phisics, what kind of subjects i have to know in programming in order to
    make the algoritems that the simulation requires? (i know basic concepts of
    c++ - oriented design and etc. very well) do i need to know special concepts
    in programming that are belonging to a special fields?

    thank you,
    shahar

  2. #2
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    37
    Posts
    12,912
    Blog Entries
    57

    Re: physical simulation

    It depends a LOT on what you want to do a simulation of. Simulations of chemical reactions are quite different from simulations of orbital mechanics, for example.
    CodeCall Blog | CodeCall Wiki
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  3. #3
    Newbie shahar emule is an unknown quantity at this point
    Join Date
    Jan 2010
    Posts
    13

    Re: physical simulation

    thank you very much,
    i agree with you but it is quite early to decide what i want to do,
    so i try to intrest in many types of simulation and i will be glad to
    know and examine a little bit of any material type you can give me.

    thank you'
    shahar

  4. #4
    Programmer Feral is on a distinguished road
    Join Date
    Jul 2008
    Posts
    162

    Re: physical simulation

    To start with you will want to learn on of the graphics libraries, such as SDL, OpenGL, DirectX etc.

    Secondly You will want to have a have taken a good number of high level math classes.

    Other then that it will depend on what you actually want to simulate.

  5. #5
    Newbie shahar emule is an unknown quantity at this point
    Join Date
    Jan 2010
    Posts
    13

    Re: physical simulation

    ok thank you very much,
    will i be able to make the simulation with graphic libraries implantation in c++?
    what kind of high level math classes i will need to take? - it is for the programming
    of the simulation or you to the physical research of the phenomenon?
    if i will learn what you wrote do i need to learn simulation languages like simscript or simula too?

    thank you for the help,
    shahar

  6. #6
    dcs
    dcs is offline
    Guru dcs is just really nice dcs is just really nice dcs is just really nice dcs is just really nice
    Join Date
    Mar 2008
    Posts
    775

    Re: physical simulation

    How about this: what do you want to do?

    To you, "simulation" might mean very specific things. To many of us, it can mean tons of vague nothings.

    Do you forsee yourself simulating human body parts in motion as solid graphics renderings?

    Are you simulating gears in a machine?

    Do you just need mathematical models to produce mathematical output from mathematical input?

    Do you actually need graphics of any sort?

    Etc., etc.

  7. #7
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    37
    Posts
    12,912
    Blog Entries
    57

    Re: physical simulation

    I would simulate something you understand ALL the calculations of. Simulating brownian motion, for example, or complex orbital systems, is probably asking a bit much of yourself at this time. Start with what you know, and go from there.
    CodeCall Blog | CodeCall Wiki
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  8. #8
    Newbie shahar emule is an unknown quantity at this point
    Join Date
    Jan 2010
    Posts
    13

    Re: physical simulation

    thank you very much for the help,
    i am asking so much because its really asking a bit much of myself this time,
    i will try to start from simple things and move to higher level with the time.

    dcs, i agree with you to i need to focous but you didn't understand:
    i want to make a continues simulation to a phisical phenomena with
    defrential equations and i want to know also how to implante a graphical simulation to
    the phisical simulation (computer simulation)
    finally i need to combine - to perform in graphic way the programming (based on math)
    simulation - and this is the simulation i am talking about
    maby i wasn't clear,
    thank you all

  9. #9
    dcs
    dcs is offline
    Guru dcs is just really nice dcs is just really nice dcs is just really nice dcs is just really nice
    Join Date
    Mar 2008
    Posts
    775

    Re: physical simulation

    Take a look at the OpenGL Tutorials on NeHe Productions: Main Page or try other gamer forums and tutorials. That ought to give you some idea of where you think you are headed.

    This is far to vague to have any value:
    Quote Originally Posted by shahar emule View Post
    i want to make a continues simulation to a phisical phenomena with
    defrential equations and i want to know also how to implante a graphical simulation to
    the phisical simulation (computer simulation)
    finally i need to combine - to perform in graphic way the programming (based on math)
    simulation - and this is the simulation i am talking about
    maby i wasn't clear,
    thank you all

  10. #10
    Newbie shahar emule is an unknown quantity at this point
    Join Date
    Jan 2010
    Posts
    13

    Re: physical simulation

    thank you friend,
    as i sad i am going to learn graphic libraries -
    i will begin from simple things and in my opinion i will be
    ok with the time

    thank you all on the help,
    shahar

+ Reply to Thread
Page 1 of 2
1 2 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Replies: 1
    Last Post: 07-31-2009, 07:27 AM
  2. Monte Carlo Simulation, C, and C#.
    By Shinka in forum General Programming
    Replies: 4
    Last Post: 02-14-2009, 04:25 PM
  3. help for simulation code
    By DeSiGneR in forum C and C++
    Replies: 11
    Last Post: 10-27-2008, 07:50 AM
  4. Help in making a small tennis simulation
    By morsa in forum Java Help
    Replies: 1
    Last Post: 12-01-2007, 03:06 PM
  5. Replies: 0
    Last Post: 08-20-2007, 10:30 PM