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).
 
The book is fascinating. If your education includes a typical math degree curriculum, with Lebesgue integration, functional analysis, etc, it teaches QFT with only a passing acquaintance of ordinary QM you would get at HS. However, I would read Lenny Susskind's book on QM first. Purchased a copy straight away, but it will not arrive until the end of December; however, Scribd has a PDF I am now studying. The first part introduces distribution theory (and other related concepts), which...
I've gone through the Standard turbulence textbooks such as Pope's Turbulent Flows and Wilcox' Turbulent modelling for CFD which mostly Covers RANS and the closure models. I want to jump more into DNS but most of the work i've been able to come across is too "practical" and not much explanation of the theory behind it. I wonder if there is a book that takes a theoretical approach to Turbulence starting from the full Navier Stokes Equations and developing from there, instead of jumping from...
Back
Top