Reference articles on history, science, culture and more
Encyclopedia

Computational engineering

Field of algorithmic training

Image credit is listed at the end of this article.

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

In computational engineering the engineer encodes their knowledge in a computer program. 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.

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).

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, 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).

01Methods

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. 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.

Simulation of an experimental engine
Simulation of an experimental engine

02Open source

There are a number of free and open-source software (FOSS) tools that support computational engineering.

  • OpenSCAD was released in 2010 and allows the scripted generation of CAD models, which can form the basis for computational engineering models.
  • CadQuery uses Python to generate CAD models and is based on the OpenCascade framework. It is released under the Apache License.
  • PicoGK is an open-source framework for computational engineering which was released under the Apache License.

03Applications

Computational engineering finds diverse applications, including in:

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

04Software

Watch videos about Computational engineeringExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article Computational engineering, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Images, from Wikimedia Commons:

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.

Continue exploring

Related topics

Applied mathematics

Applied mathematics is the application of mathematical methods by different fields such as physics, engineering, medicine, biology, finance, business, computer science, social science, and industry. Thus, applied mathematics is a combination of mathematical science and specialized knowledge.

Computational science

Computational science, also known as scientific computing, technical computing or scientific computation, is a division of science, and more specifically the computer sciences, which uses advanced computing capabilities to understand and solve complex physical problems in science. While this typically extends into computational specializations, this field of study includes: Algorithms (numerical and non-numerical): mathematical models, computational models, and computer simulations developed to solve sciences (e.g, physical, biological, and social), engineering, and humanities problems Computer hardware that develops and optimizes the advanced system hardware, firmware, networking, and data management components needed to solve computationally demanding problems The computing infrastructure that supports both the science and engineering problem solving and the developmental computer and information science In practical use, it is typically the application of computer simulation and other forms of computation from numerical analysis and theoretical computer science to solve problems in various scientific disciplines.

Computational mathematics

Computational mathematics is a field of study that focuses on the interaction of mathematical sciences, computer science, and algorithms. A large part of computational mathematics consists roughly of using mathematics for allowing and improving computer computation in areas of science and engineering where mathematics are useful.