What is Computational Science?

In summary: Computational Science is a relatively new major, but it's growing in popularity.- There are a lot of opportunities for students who decide to pursue this major, including jobs, co-op opportunities, and internships at the several national labs.- As someone who is somewhat knowledgeable in the field, with some perspective on job opportunities, I can provide some Pros and Cons to choosing to pursue this major.- Pros: interesting subject matter that involves solving problems that would otherwise be difficult or impossible to solve, access to top supercomputers, jobs, co-op opportunities, and internships abound at the several national labs, even in a down economy.- Cons: topics in computational science are already covered in classes either
  • #1
Poker-face
60
0
I have a slight understanding of the major. If anyone can tell me the specifics and the pros and cons, that would be great.

Thanks,

EG
 
Physics news on Phys.org
  • #2
Computational science is the study of solving large problems via computer that would typically otherwise not be able to be solved, or be difficult to solve.

A common application of Computational Science is CFD, or Computational Fluid Dynamics. Here, flow fields are solved by discretizing a problem and solving the problem in many tiny steps.

Another common engineering application is FEA, or finite element analysis. In this type of structural analysis, the problem is again discretized to allow the user to solve for stresses that would otherwise not be able to be found. The idea is that while I cannot (for example) find the analytic stress distribution in a full automobile, I can break it up into small little tetrahedrons. From there, I can certainly draw a free-body diagram on a 4-sided tet and then write the equation of state for all of the elements together.
 
  • #3
By the use of the word major, I assume you are soon to be an undergraduate student. As someone somewhat knowledgeable in the field, with some perspective on job opportunities, I can provide some Pros and Cons to choosing to pursue this major.

PROS:
- Interesting subject matter that involves solving problems that otherwise would be difficult or impossible to solve due to the vastness of the data involved.
- Access to top supercomputers.
- Jobs, co-op opportunities, and internships abound at the several national labs, at least in the US. Even in a down economy, there are quite a few of these because these labs rely on government funding.
- Interdisciplinary work with researchers from physics, mathematics, engineering, and other fields, on topics that are leading edge and could lead to major advances.
- Computational science is used to compute derivatives and is used for other applications in finance, which is important in Finance. The finance jobs I have seen in the NYC area require at least a Master's in Computer Science, but since Computational Science is even more focused on solutions applicable to finance (as opposed to topics in computer science such as operating systems or human-computer interaction) than Computer Science I do not think this major would be viewed positively by the companies.
- If you like computers but want to do science and not just IT work in your career, then this major would make that possible.

CONS
- Computational Science is a relatively new major, unlike, say, computer science. However it will become more well known because of the increasing reliance on computing clusters in science, engineering, and finance.
- Topics in computational science are already covered to some extent in classes either required or applicable to physics, chemistry, engineering, mathematics, finance, and computer science majors. This is also the case for graduate programs in those fields.
- A lot of time-consuming programming is required; however if you do not mind programming for very many hours, this is not a con for you.

Also, one must be very good at mathematics to pursue this major. If you have any grades less than B in any of mathematics courses, it is probably not for you. This is neither a pro nor a con, but a disqualifying factor.
 
Last edited:
  • #4
to add to what was said above, its typically an interdisciplinary focused on applying computer simulations to another subject field(linguistics, psych, physics, ai, applied math, chem, bio, econ, 3D entertainment media etc ). Some programmes will neglect the other subject field part...and focus on the algorithms used to help you in these fields(ie numericals only with detailed analysis of numerical stability and robustness). Either way such a program implies a strong demand on math and programming(ie. numerical and typically in coding language: C/C++/F though some schools will use only MATLAB =[)

typically the simulations involve thread or cluster programming (HPC-high performance computing) along with N-D vector-based coding (linear systems) such as using packages like blas or lapack or cfd. One would also use either coding packages: openmp, mpi, charm++ or a native threading library(pthreads, win32).

As for mathematical grades...it depends on the math class. For any scientific-based specialty (chem, bio, phys) or engineering, one needs a thorough progression through differential equations & vector calculus. In cryptography/number theory or linguistics, it may be less so but still usefull to have.

Personally I think 3D mathematics and programming should be included as most HPC are spatially oriented and require some form of visualization but that is my own opinion.

Take a look at any numerical methods/analysis book to get a general view of the types of algorithms you'll be learning("numerical recipes" is always a good place to start). Then look at a professors website in your area of interest...one who specializes in computational science or computer simulations in that field.
--------------------------------
Things you would aim to learn aside from basic programming:
[math topics]: Numerical stability & robustness, root finding/extrema, QR algorithm, FFT, wavelets, FEM/Finite Diff/ Finite Volume, Runge Kutta, ConjugateGradient , Multigrid, Markov

[cs topics]: threads, network communication, nearest neighbour/spatial partiioning

[packages]: c/lapack, c/blas, mpi, openmp, charm++, standard network send/recv, standard threads,

PersonallY: some GUI package to carry you from 2nd to 4th year. and opengl
---------------------------------
PROS & CONS
PRO: if you hope to end up in sci/eng industry and you fail...your skillsets in such a programme can be utilized in the 3D digital animations or game dev industry =]. If you also
incorporate 3D math/graphics/physics then you can get into just visualization.

PRO: skillset development in math/programming

CON: can't think of any but the one about programming time required above would be the only one. I guess also the naivety of the field may result in weak curriculums depending on your university (ie just slapping math and cs classes together with know congruity)
 
  • #5


Computational Science is an interdisciplinary field that uses computer simulations, mathematical models, and data analysis to solve complex problems in various scientific and engineering disciplines. It combines elements of computer science, mathematics, and scientific domain knowledge to develop and apply computational algorithms and tools.

The main goal of Computational Science is to understand and predict real-world phenomena by using computer simulations and models. This allows researchers to study systems that are too complex or expensive to study in the real world, as well as to explore potential scenarios and make predictions that can inform decision-making.

One of the main strengths of Computational Science is its ability to handle large amounts of data and complex systems. With the increasing availability of high-performance computing, researchers can now tackle larger and more complex problems in a shorter amount of time. This has led to advancements in fields such as climate modeling, drug discovery, and materials science.

However, there are also some challenges and limitations to Computational Science. One of the main concerns is the reliability and accuracy of the simulations and models. While they can provide valuable insights, they are still simplifications of the real world and may not always reflect the true complexity of a system.

Another challenge is the need for interdisciplinary collaboration and expertise. Computational Science requires a combination of computer science, mathematics, and domain-specific knowledge, so researchers must work together to ensure the accuracy and relevance of their simulations.

In conclusion, Computational Science is a powerful tool for solving complex problems and advancing scientific research. Its strengths in handling large amounts of data and complex systems make it a valuable field, but it also requires careful consideration and collaboration to ensure the accuracy and reliability of its results.
 

Related to What is Computational Science?

What is Computational Science?

Computational Science is a multidisciplinary field that uses advanced computing techniques to solve complex problems in various scientific and engineering fields. It combines computer science, mathematics, and scientific disciplines to develop and use computational models and simulations for data analysis, visualization, and prediction.

What are the key components of Computational Science?

The key components of Computational Science include algorithms, computer programming, data structures, and data analysis. These components are used to create and improve computational models, simulations, and visualizations to solve real-world problems in different scientific fields.

What are the applications of Computational Science?

Computational Science has a wide range of applications in various fields such as biology, chemistry, physics, engineering, and social sciences. It is used to study and understand complex systems, design new materials and drugs, predict weather patterns, and analyze large datasets.

What skills are required to be a Computational Scientist?

To be a successful Computational Scientist, one needs to have a strong background in computer science, mathematics, and a specific scientific discipline. Other essential skills include problem-solving, critical thinking, data analysis, and programming skills in various programming languages.

What are the benefits of using Computational Science?

The use of Computational Science allows scientists to study and simulate complex systems that are difficult to observe in real life. It also provides a cost-effective and time-efficient way to test hypotheses and make predictions, leading to advancements in various fields and solving real-world problems.

Similar threads

  • STEM Academic Advising
Replies
5
Views
960
Replies
3
Views
216
  • STEM Academic Advising
Replies
6
Views
1K
  • STEM Academic Advising
Replies
3
Views
848
  • STEM Academic Advising
Replies
8
Views
2K
  • STEM Academic Advising
Replies
1
Views
517
Replies
16
Views
1K
  • STEM Academic Advising
Replies
6
Views
1K
  • STEM Academic Advising
Replies
20
Views
2K
  • STEM Academic Advising
Replies
23
Views
3K
Back
Top