What books for numerical solutions to PDEs

AI Thread Summary
The discussion focuses on finding resources for numerical methods to solve partial differential equations (PDEs), specifically in the context of neutron transport in nuclear reactors. Key interests include finite difference and finite volume methods, with an emphasis on parallel computing capabilities. The specific application involves complex diffusion equations with multiple species and varying time scales. Recommendations include Hamming's "Numerical Methods for Scientists and Engineers" and Versteeg & Malalasekera's "An Introduction to Computational Fluid Dynamics - The Finite Volume Method." The conversation highlights the need for modern computational techniques in nuclear reactor modeling.
DEvens
Homework Helper
Education Advisor
Gold Member
Messages
1,204
Reaction score
464
What are some good books (or other resources) on numerical methods of solving PDEs in 3 space and 1 time variable?

I am interested both in finite element and finite volume methods. I could be interested in other methods but I don't know about them. I am interested in being able to take advantage of parallel computing. I have budget to buy some books. I have done quite a bit of 1-space 1-time numerical work.

The specific equation I am most interested in is the diffusion equation with quite a few complications. It's transport of neutrons in a nuclear reactor. For example, there are many species diffusing (each is an energy group, as many as 39 in the full model), and these can change from one to the other. The system is changing over time as well as the concentration of species. There are many interesting time scales in the problem from potentially microseconds (if things get badly wrong) up to weeks to account for consumption of fuel. The boundary conditions are interesting.

One book already on my to-buy list is Hamming "Numerical Methods for Scientists and Engineers."

Any other suggestions?
 
  • Like
Likes Silicon Waffle
Physics news on Phys.org
Sorry, I meant finite difference and finite volume methods.
 
DEvens said:
The specific equation I am most interested in is the diffusion equation with quite a few complications. It's transport of neutrons in a nuclear reactor. For example, there are many species diffusing (each is an energy group, as many as 39 in the full model), and these can change from one to the other. The system is changing over time as well as the concentration of species. There are many interesting time scales in the problem from potentially microseconds (if things get badly wrong) up to weeks to account for consumption of fuel. The boundary conditions are interesting.
Is one interested in thermal, epi-thermal or fast reactors, or all spectra? Whatever the spectrum, ideally the methods allow for steady-state operation with depletion and accumulation of fission products and transuranics, as well as transient conditions. In an LWR, the time scale of reactivity-insertion event is on the order of ms. One can review experiments from the French CABRI and Japanese NSRR RIA experiments. For steady-state, time steps are on the order of days, and depletion calculations are typically done for steady-state full power conditions, and generally not for power maneuvers.

MIT's OpenMOC Method of Characteristics Code should be of interest - https://mit-crpg.github.io/OpenMOC/

This is a reasonably good characterization of the problem.- https://en.wikipedia.org/wiki/Neutron_transport#Discretization_in_Deterministic_Methods

See also theory of numerical methods for hyperbolic PDEs - http://www.aei.mpg.de/~rezzolla/lnotes/Hyperbolic_Pdes/hyperbolic_pdes_lnotes.pdf
 
  • Like
Likes DEvens
The final target of this work will be, most of the time, power reactors for nuclear power stations. Or reactors in that general category. I am in Ontario, so most of the time I will want to apply this to CANDU reactors. Possibly a research reactor will sneak into the calculations, but it will tend to be a reactor used to test out fuel etc. for use in power reactors. So predominantly thermal.

Mostly this is me trying to persuade the powers-that-be in my area that we should move into the era of modern computing. And that means I need to be up to date on what is possible and practical and useful.
 
DEvens said:
What are some good books (or other resources) on numerical methods of solving PDEs in 3 space and 1 time variable?

I am interested both in finite element and finite volume methods. I could be interested in other methods but I don't know about them. I am interested in being able to take advantage of parallel computing. I have budget to buy some books. I have done quite a bit of 1-space 1-time numerical work.

The specific equation I am most interested in is the diffusion equation with quite a few complications. It's transport of neutrons in a nuclear reactor. For example, there are many species diffusing (each is an energy group, as many as 39 in the full model), and these can change from one to the other. The system is changing over time as well as the concentration of species. There are many interesting time scales in the problem from potentially microseconds (if things get badly wrong) up to weeks to account for consumption of fuel. The boundary conditions are interesting.

One book already on my to-buy list is Hamming "Numerical Methods for Scientists and Engineers."

Any other suggestions?

A nice introductory book on the FVM is Versteeg & Malalasekera's "An Introduction to Computational Fluid Dynamics - The Finite Volume Method". I have this book and I like it a great deal. Yet it may be a bit off from your niche of application.

Coincidentally, I also have Hamming's "Numerical Methods for Scientists and Engineers". Frankly, I doubt it will be useful to you given the fields you mentioned as the ones of your interest (FDM, FVM, PDEs).
 
For the following four books, has anyone used them in a course or for self study? Compiler Construction Principles and Practice 1st Edition by Kenneth C Louden Programming Languages Principles and Practices 3rd Edition by Kenneth C Louden, and Kenneth A Lambert Programming Languages 2nd Edition by Allen B Tucker, Robert E Noonan Concepts of Programming Languages 9th Edition by Robert W Sebesta If yes to either, can you share your opinions about your personal experience using them. I...
Hi, I have notice that Ashcroft, Mermin and Wei worked at a revised edition of the original solid state physics book (here). The book, however, seems to be never available. I have also read that the reason is related to some disputes related to copyright. Do you have any further information about it? Did you have the opportunity to get your hands on this revised edition? I am really curious about it, also considering that I am planning to buy the book in the near future... Thanks!
I’ve heard that in some countries (for example, Argentina), the curriculum is structured differently from the typical American program. In the U.S., students usually take a general physics course first, then move on to a textbook like Griffiths, and only encounter Jackson at the graduate level. In contrast, in those countries students go through a general physics course (such as Resnick-Halliday) and then proceed directly to Jackson. If the slower, more gradual approach is considered...
Back
Top