Computational Science and Engineering

From Wikipedia, the free encyclopedia
Jump to: navigation, search
Simulation of an experimental engine

Computational science and engineering (CSE) is a relatively new discipline that deals with the development and application of computational models and simulations, often coupled with high-performance computing, to solve complex physical problems arising in engineering analysis and design (computational engineering) as well as natural phenomena (computational science). CSE has been described as the "third mode of discovery" (next to theory and experimentation).[1] In many fields, computer simulation is integral and therefore essential to business and research. Computer simulation provides the capability to enter fields that are either inaccessible to traditional experimentation or where carrying out traditional empirical inquiries is prohibitively expensive. CSE should neither be confused with pure computer science, nor with computer engineering, although a wide domain in the former is used in CSE (e.g., certain algorithms, data structures, parallel programming, high performance computing) and some problems in the latter can be modeled and solved with CSE methods (as an application area).

Computational Science and Engineering finds diverse applications, including in:

  • Aerospace Engineering and Mechanical Engineering: combustion simulations, structural dynamics, computational fluid dynamics, computational thermodynamics, computational solid mechanics, vehicle crash simulation, biomechanics, trajectory calculation of satellites
  • Biology and Medicine: protein folding simulations (and other macromolecules), bioinformatics, genomics, computational neurological modeling, modeling of biological systems (e.g., ecology), 3D CT ultrasound
  • Chemistry: calculating the structures and properties of chemical compounds/molecules and solids, computational chemistry/cheminformatics, molecular mechanics simulations, computational chemical methods in solid state physics
  • Civil Engineering: finite element analysis, structures with random loads, construction engineering
  • Computer Engineering, Electrical Engineering, and Telecommunications: VLSI, computational electromagnetics, semiconductor modeling, simulation of microelectronics, energy infrastructure, RF simulation, networks
  • Industrial Engineering: discrete event and Monte-Carlo simulations (for logistics and manufacturing systems for example), queueing networks, mathematical optimization
  • Material Science: glass manufacturing, polymers, and crystals
  • Nuclear Engineering: nuclear blast modeling, fusion simulations
  • Petroleum engineering: petroleum reservoir modeling, oil and gas exploration
  • Physics: Computational particle physics, automatic calculation of particle interaction or decay, plasma modeling, cosmological simulations
  • Numerical weather prediction, climate research, Computational geophysics (seismic processing)
  • Battlefield simulations and military gaming
  • Astrophysical systems
  • Transportation
  • Epidemiology: influenza spread

Computational Science and Engineering methods and frameworks include:

  • High performance computing and techniques to gain efficiency (through change in computer architecture, parallel algorithms etc.)
  • Modeling and simulation
  • Algorithms for solving discrete and continuous problems
  • Analysis and visualization of data
  • Mathematical foundations: Numerical and applied linear algebra, initial & boundary value problems, Fourier analysis, optimization

With regard to computing, computer programming, algorithms, and parallel computing play a major role in CSE. The most widely used programming language in the scientific community is FORTRAN. Recently, C++ has increased in popularity. The scientific computing community has been slow in adopting C++ as the lingua franca. Because of its very natural way of expressing mathematical computations, and its built-in visualization capacities, the proprietary language/environment MATLAB is also widely used, especially for rapid application development and model verification. C is also very frequently used.

It is typically offered as a masters or doctorate program at several institutions.

See also [edit]

References [edit]

  1. ^ [1]

External links [edit]