minimc 0.5.1
Loading...
Searching...
No Matches
ContinuousEvaluation Struct Reference

Encapsulates all cross section data as well as associated metadata. More...

#include <ContinuousEvaluation.hpp>

Collaboration diagram for ContinuousEvaluation:

Public Member Functions

 ContinuousEvaluation (const pugi::xml_node &evaluation_node)
 Constructs ContinuousEvaluation from an evaluation node of an XML document.
 
bool IsValid (Temperature requested) const noexcept
 Returns true if the relative difference between this evaluation's temperature and some requested temperature is sufficiently small enough.
 

Public Attributes

const ContinuousMap< ContinuousEnergy, MicroscopicCrossSectionxs
 Pointwise values of the evaluation.
 
const Temperature temperature
 The temperature at which the data was evaluated (C++ Core Guidelines C.127)
 

Detailed Description

Encapsulates all cross section data as well as associated metadata.


The documentation for this struct was generated from the following file: