From 224e6e4de7fa2fee233fc42c6cc09b3835f3661f Mon Sep 17 00:00:00 2001 From: Katie Mummah Date: Wed, 21 Apr 2021 18:56:19 -0600 Subject: [PATCH] add sentence about request requiring recipe (#526) --- src/enrichment.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/enrichment.h b/src/enrichment.h index 0d9b74e9a9..b0e2866885 100644 --- a/src/enrichment.h +++ b/src/enrichment.h @@ -87,7 +87,7 @@ class NatUConverter : public cyclus::Converter { /// The Enrichment facility is a simple Agent that enriches natural /// uranium in a Cyclus simulation. It does not explicitly compute /// the physical enrichment process, rather it calculates the SWU -/// required to convert an source uranium recipe (ie. natural uranium) +/// required to convert a source uranium recipe (ie. natural uranium) /// into a requested enriched recipe (ie. 4% enriched uranium), given /// the natural uranium inventory constraint and its SWU capacity /// constraint. @@ -109,7 +109,9 @@ class NatUConverter : public cyclus::Converter { /// If multiple output commodities with different enrichment levels are /// requested and the facility does not have the SWU or quantity capacity /// to meet all requests, the requests are fully, then partially filled -/// in unspecified but repeatable order. +/// in unspecified but repeatable order. A request for the product +/// commodity without an associated requested enriched recipe will not be +/// fulfilled. /// /// The Enrichment facility also offers its tails as an output commodity with /// no associated recipe. Bids for tails are constrained only by total @@ -124,7 +126,7 @@ class Enrichment "The Enrichment facility is a simple agent that enriches natural " \ "uranium in a Cyclus simulation. It does not explicitly compute " \ "the physical enrichment process, rather it calculates the SWU " \ - "required to convert an source uranium recipe (i.e. natural uranium) " \ + "required to convert a source uranium recipe (i.e. natural uranium) " \ "into a requested enriched recipe (i.e. 4% enriched uranium), given " \ "the natural uranium inventory constraint and its SWU capacity " \ "constraint." \ @@ -146,7 +148,9 @@ class Enrichment "If multiple output commodities with different enrichment levels are " \ "requested and the facility does not have the SWU or quantity capacity " \ "to meet all requests, the requests are fully, then partially filled " \ - "in unspecified but repeatable order." \ + "in unspecified but repeatable order. A request for the product " \ + "commodity without an associated requested enriched recipe will not be " \ + "fulfilled." \ "\n\n" \ "Accumulated tails inventory is offered for trading as a specifiable " \ "output commodity.", \