Computational engineering

From HandWiki
Simulation of an experimental engine

Computational Engineering is an emerging discipline that deals with the development and application of computational models for engineering, known as Computational Engineering Models[1] or CEM. Computational engineering uses computers to solve engineering design problems important to a variety of industries.[2] At this time, various different approaches are summarized under the term Computational Engineering, including using computational geometry and virtual design for engineering tasks,[3][4] often coupled with a simulation-driven approach[5] In Computational Engineering, algorithms solve mathematical and logical models[6] that describe engineering challenges, sometimes coupled with some aspect of AI, specifically Reinforcement Learning.[7]

In Computational Engineering the engineer encodes their knowledge using logical structuring. The result is an algorithm, the Computational Engineering Model, that can produce many different variants of engineering designs, based on varied input requirements. The results can then be analyzed through additional mathematical models to create algorithmic feedback loops.[8]

Simulations of physical behaviors relevant to the field, often coupled with high-performance computing, to solve complex physical problems arising in engineering analysis and design (as well as natural phenomena (computational science). It is therefore related to Computational Science and Engineering, which has been described as the "third mode of discovery" (next to theory and experimentation).[9]

In Computational Engineering, computer simulation provides the capability to create feedback that would be inaccessible to traditional experimentation or where carrying out traditional empirical inquiries is prohibitively expensive.

Computational Engineering should neither be confused with pure computer science, nor with computer engineering,[10] although a wide domain in the former is used in Computational Engineering (e.g., certain algorithms, data structures, parallel programming, high performance computing) and some problems in the latter can be modeled and solved with Computational Engineering methods (as an application area).

It is typically offered as a masters or doctorate program.[11]

Methods

Computational 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
  • Data Science for developing methods and algorithms to handle and extract knowledge from large scientific data

With regard to computing, computer programming, algorithms, and parallel computing play a major role in Computational Engineering. The most widely used programming language in the scientific community is FORTRAN.[12] Recently, C++ and C have increased in popularity over FORTRAN. Due to the wealth of legacy code in FORTRAN and its simpler syntax, the scientific computing community has been slow in completely 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. Python along with external libraries (such as NumPy, SciPy, Matplotlib) has gained some popularity as a free and Copycenter alternative to MATLAB.

Open Source Movement

There are a number of Free and Open-Source Software (FOSS) tools that support Computational Engineering.

Applications

A numerical solution to the heat equation on a pump casing model using the finite element method.

Computational 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
  • Astrophysical systems
  • Battlefield simulations and military gaming, homeland security, emergency response
  • Biology and Medicine: protein folding simulations (and other macromolecules), bioinformatics, genomics, computational neurological modeling, modeling of biological systems (e.g., ecological systems), 3D CT ultrasound, MRI imaging, molecular bionetworks, cancer and seizure control
  • 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, chemical pollution transport
  • Civil Engineering: finite element analysis, structures with random loads, construction engineering, water supply systems, transportation/vehicle modeling
  • Computer Engineering, Electrical Engineering, and Telecommunications: VLSI, computational electromagnetics, semiconductor modeling, simulation of microelectronics, energy infrastructure, RF simulation, networks
  • Epidemiology: influenza spread
  • Environmental Engineering and Numerical weather prediction: climate research, Computational geophysics (seismic processing), modeling of natural disasters
  • Finance: derivative pricing, risk management
  • 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 reactor modeling, radiation shielding simulations, 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
  • Transportation

See also

References

  1. "Computational Engineering Models for the Design of Mechanical Counterpressure Spacesuits". 2022-12-21. https://ttu-ir.tdl.org/handle/2346/89584. 
  2. "What is Computational Engineering?". https://www.ae.utexas.edu/undergraduate/computational-undergrad-program/what-is-computational-engineering. 
  3. "Research Area: Computational Engineering | Mechanical Engineering" (in en). https://me.stanford.edu/research-impact/research-overview/research-area-computational-engineering. 
  4. "Computational engineering" (in en). https://www.meche.engineering.cmu.edu/research/computational.html. 
  5. "Research Area: Computational Engineering | Mechanical Engineering" (in en). https://me.stanford.edu/research-impact/research-overview/research-area-computational-engineering. 
  6. Editorial Staff (2021-12-24). "What is Computational Engineering? • College Guidepost" (in en-US). https://collegeguidepost.com/blog/what-is-computational-engineering/. 
  7. "What Is Computational Engineering?". https://www.ae.utexas.edu/undergraduate/computational-undergrad-program/what-is-computational-engineering. 
  8. Editorial Staff (2021-12-24). "What is Computational Engineering? • College Guidepost" (in en-US). https://collegeguidepost.com/blog/what-is-computational-engineering/. 
  9. "Computational Science and Engineering Program: Graduate Student Handbook". September 2009. http://www.cseprograms.gatech.edu/sites/default/files/CSEHandbook-Students-v11.pdf. 
  10. "What is Computational Engineering?". https://www.ae.utexas.edu/undergraduate/computational-undergrad-program/what-is-computational-engineering. 
  11. "Graduate and Undergraduate Programs in Computational Science" (in en-US). https://www.siam.org/students-education/resources/for-undergraduate-students/detail/graduate-and-undergraduate-programs-in-computational-science. 
  12. "Why is fortran extensively used in scientific computing and not any other language?" (in en). https://www.researchgate.net/post/Why_is_fortran_extensively_used_in_scientific_computing_and_not_any_other_language. 
  13. "About PicoGK | LEAP 71". https://leap71.com/picogk/. 

External links