From 1c1fca3d708db4d131806ccc79a00952d8c5c350 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Mon, 7 Oct 2019 07:40:56 -0500 Subject: [PATCH] Respond to @drewejohnson comments on #1371 --- docs/source/methods/cross_sections.rst | 2 +- openmc/deplete/cram.py | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/source/methods/cross_sections.rst b/docs/source/methods/cross_sections.rst index 70d80a5376..c360805bea 100644 --- a/docs/source/methods/cross_sections.rst +++ b/docs/source/methods/cross_sections.rst @@ -73,7 +73,7 @@ Windowed Multipole Representation --------------------------------- In addition to the usual pointwise representation of cross sections, OpenMC -offers support for an data format called windowed multipole (WMP). This data +offers support for a data format called windowed multipole (WMP). This data format requires less memory than pointwise cross sections, and it allows on-the-fly Doppler broadening to arbitrary temperature. diff --git a/openmc/deplete/cram.py b/openmc/deplete/cram.py index c684b33943..7dad820a9c 100644 --- a/openmc/deplete/cram.py +++ b/openmc/deplete/cram.py @@ -92,7 +92,9 @@ class IPFCramSolver(DepSystemSolver): Provides a :meth:`__call__` that utilizes an incomplete partial factorization (IPF) for the Chebyshev Rational Approximation - Method (CRAM), as described in the following paper: M. Pusa, "`Higher-Order Chebyshev Rational Approximation Method and Application to Burnup Equations `_," Nucl. Sci. Eng., 182:3, 297-318. + Method (CRAM), as described in the following paper: M. Pusa, "`Higher-Order + Chebyshev Rational Approximation Method and Application to Burnup Equations + `_," Nucl. Sci. Eng., 182:3, 297-318. Parameters ----------