Skip to content

Jupyter notebook: 1D decay-chain problem

renchao.lu requested to merge renchao-lu/ogs:JupyterNotebook-DecayChain into master

In this pull request, we present several solutions to the decay-chain problem, as follows:

  • an analytical solution;
  • numerical solutions based on the operator splitting approach (time step size = 5 and 100 years);
  • numerical solutions based on the global implicit approach (serial model and parallelized model with 4 and 8 processors);
  • numerical solution obtained from a reference code (Dirichlet boundary condition needs to be re-examined);
  1. Feature description was added to the changelog
  2. Tests covering your feature were added?
  3. Any new feature or behavior change was documented?
Edited by renchao.lu

Merge request reports