Appearance
Source files: 5 | Classes: 58 | Methods: 6 | Enums: 3
Global
RadiationWeightingFactorPoint
struct
Radiation weighting factor data point
Source: NuclearDomainGraphs.cs
Constants and Fields
radiationType
string
weightingFactor
float
GTOS.Visualisation
ActivationBuildupPoint
struct
Target activation buildup point
Source: NuclearDomainGraphs.cs
Constants and Fields
activity_Ci
float
irradiationTime_hours
float
saturationActivity_Ci
float
saturationFactor
float
ActivationProductPoint
struct
Activation product data point
Source: NuclearDomainGraphs.cs
Constants and Fields
crossSection_barns
float
halfLife_hours
float
isotopeCount
int
isotopeName
string
saturationActivity_Bq
float
time_seconds
float
AdTechDomainGraphs
static class
Source: AdTechDomainGraphs.cs
Methods
RenderBidTimeline
void RenderBidTimeline ( GraphCanvas canvas, float[] timestamps, float[] bidAmounts, int pointCount, string title )
Render bid timeline (bid amount vs time)
BurnupEvolutionPoint
struct
Burnup evolution data point
Source: NuclearDomainGraphs.cs
Constants and Fields
burnup_MWd_per_kg
float
parameterName
string
value
float
BurnupPoint
struct
Fuel burnup profile point
Source: NuclearDomainGraphs.cs
Constants and Fields
axialPosition_cm
float
burnup_MWd_kg
float
enrichment_percent
float
fastFluence_n_cm2
float
Color32
struct
RGBA color (0-255 per channel)
Source: GraphingCoreAtomics.cs
Constants and Fields
a
byte
b
byte
g
byte
r
byte
ControlRodWorthPoint
struct
Control rod worth data point
Source: NuclearDomainGraphs.cs
Constants and Fields
differentialWorth_pcm_per_percent
float
integralWorth_pcm
float
position_percent
float
CountRateTimeSeriesPoint
struct
Count rate time series point
Source: NuclearDomainGraphs.cs
Constants and Fields
background_cps
float
countRate_cps
float
isAlarm
bool
time_seconds
float
CriticalitySafetyPoint
struct
Criticality safety data point
Source: NuclearDomainGraphs.cs
Constants and Fields
isSafe
bool
keff
float
parameterValue
float
safetyMargin
float
CrossSectionPoint
struct
Neutron cross-section data point
Source: NuclearDomainGraphs.cs
Constants and Fields
crossSection_barns
float
energy_eV
float
CyclotronYieldPoint
struct
Cyclotron production yield point
Source: NuclearDomainGraphs.cs
Constants and Fields
beamCurrent_uA
float
beamEnergy_MeV
float
productionYield_GBq
float
DataSeries
struct
Data series for plotting
Source: GraphingCoreAtomics.cs
Enumerations
GraphType
LineStyle
MarkerStyle
Constants and Fields
color
Color32
label
string
lineStyle
LineStyle
markerStyle
MarkerStyle
xValues
float[]
yValues
float[]
DecayChainActivityPoint
struct
Decay chain activity data point (Bateman equation solution)
Source: NuclearDomainGraphs.cs
Constants and Fields
daughterActivity_Bq
float
equilibriumRatio
float
parentActivity_Bq
float
time_seconds
float
DecayHeatPoint
struct
Decay heat data point (ANS-5.1 standard)
Source: NuclearDomainGraphs.cs
Constants and Fields
decayHeat_MW
float
decayHeat_percent_of_rated
float
time_seconds
float
DelayedNeutronPrecursorPoint
struct
Delayed neutron precursor data point
Source: NuclearDomainGraphs.cs
Constants and Fields
promptNeutronFraction
float
time_seconds
float
totalConcentration
float
DetectorEfficiencyPoint
struct
Detector efficiency data point
Source: NuclearDomainGraphs.cs
Constants and Fields
absoluteEfficiency
float
efficiency_percent
float
energy_keV
float
DoseRateDistancePoint
struct
Dose rate vs distance data point
Source: NuclearDomainGraphs.cs
Constants and Fields
distance_m
float
doseRate_Sv_h
float
DoseRatePoint
struct
Dose rate spatial distribution
Source: NuclearDomainGraphs.cs
Constants and Fields
distance_cm
float
doseRate_mrem_hr
float
shieldingThickness_cm
float
EnrichmentFeedFactorPoint
struct
Enrichment feed factor data point
Source: NuclearDomainGraphs.cs
Constants and Fields
feedFactor
float
productEnrichment_percent
float
tailsAssay_percent
float
ExtractionDistributionPoint
struct
Solvent extraction distribution point
Source: NuclearDomainGraphs.cs
Constants and Fields
distributionCoeff
float
extractionEfficiency_percent
float
pH
float
FinanceDomainGraphs
static class
Source: FinanceDomainGraphs.cs
Methods
RenderOptionPayoffDiagram
void RenderOptionPayoffDiagram ( GraphCanvas canvas, float[] spotPrices, float[] payoffs, int pointCount, string title )
Render option payoff diagram (P&L vs spot price at expiry)
FissionProductChronometryPoint
struct
Fission product chronometry data point
Source: NuclearDomainGraphs.cs
Constants and Fields
coolingTime_days
float
elementCount
int
isotopeRatio
float
isotopeRatioName
string
sampleName
string
FissionYieldPoint
struct
Fission yield data point
Source: NuclearDomainGraphs.cs
Constants and Fields
cumulativeYield_percent
float
independentYield_percent
float
massNumber
int
FluxSpectrumPoint
struct
Neutron flux spectrum point
Source: NuclearDomainGraphs.cs
Constants and Fields
energy_eV
float
flux_n_cm2_s
float
FuelCycleCost
struct
Fuel cycle cost breakdown
Source: NuclearDomainGraphs.cs
Constants and Fields
cost_USD_per_kg_HM
float
cost_USD_per_kWh
float
displayColor
Color32
stage
FuelCycleStage
GammaSpectrumPoint
struct
Gamma spectrum data point
Source: NuclearDomainGraphs.cs
Constants and Fields
counts
float
energy_keV
float
isPeak
bool
GeneratorElutionPoint
struct
Generator elution data point
Source: NuclearDomainGraphs.cs
Constants and Fields
daughterActivity_GBq
float
elutionOccurred
bool
parentActivity_GBq
float
time_hours
float
GraphAxis
struct
Graph axis configuration
Source: GraphingCoreAtomics.cs
Constants and Fields
label
string
logarithmic
bool
max
float
min
float
tickCount
int
GraphCanvas
struct
Canvas for drawing (RGBA pixel buffer)
Source: GraphingCoreAtomics.cs
Constants and Fields
backgroundColor
Color32
foregroundColor
Color32
gridColor
Color32
height
int
width
int
GraphingCoreAtomics
static class
Source: GraphingCoreAtomics.cs
Methods
CreateCanvas
GraphCanvas CreateCanvas ( int width, int height )
Create canvas with pre-allocated pixel buffer
IsotopeDecayCurvePoint
struct
Isotope decay curve data point
Source: NuclearDomainGraphs.cs
Constants and Fields
activity_Bq
float
halfLife_seconds
float
time_seconds
float
IsotopeDecayPoint
struct
Isotope decay data point
Source: NuclearDomainGraphs.cs
Constants and Fields
activity_Ci
float
halfLife_hours
float
time_hours
float
IsotopicPoint
struct
Isotopic inventory (single nuclide)
Source: NuclearDomainGraphs.cs
Constants and Fields
activity_Ci
float
mass_kg
float
nuclide
string
thermalPower_W
float
MaterialBalanceVerificationPoint
struct
Material balance verification point
Source: NuclearDomainGraphs.cs
Constants and Fields
bookInventory_kg
float
limitOfError_kg
float
muf_kg
float
periodName
string
physicalInventory_kg
float
withinLimits
bool
MaterialShieldingComparisonPoint
struct
Material shielding comparison data point
Source: NuclearDomainGraphs.cs
Constants and Fields
density_g_cm3
float
halfValueLayer_cm
float
materialName
string
tenthValueLayer_cm
float
MultiIsotopeDecayCurve
struct
Multi-isotope decay comparison curve
Source: NuclearDomainGraphs.cs
Constants and Fields
activity_Bq_0
float
halfLife_seconds
float
isotopeName
string
pointCount
int
time_seconds_0
float
time_seconds_n
float
NuclearDomainGraphs
static class
Source: NuclearDomainGraphs.cs
Methods
RenderReactorPowerProfile
void RenderReactorPowerProfile ( GraphCanvas canvas, ReactorPowerPoint[] powerData, int pointCount, string title )
Render reactor power history (thermal and electrical power vs time)
OrganDosePoint
struct
Organ dose data point
Source: NuclearDomainGraphs.cs
Constants and Fields
dose_mSv
float
organName
string
organType
OrganType
PlutoniumAgeDatePoint
struct
Plutonium age date data point
Source: NuclearDomainGraphs.cs
Constants and Fields
Am241_Pu241_ratio
float
isotopeCount
int
materialType
NuclearMaterialType
Pu241_percent
float
sampleName
string
time_years
float
Methods
GetIsotopeName
string GetIsotopeName ( int index )
PlutoniumVectorPoint
struct
Plutonium vector diagram point
Source: NuclearDomainGraphs.cs
Constants and Fields
isWeaponGrade
bool
pu239_percent
float
pu240_percent
float
pu241_percent
float
sampleName
string
PointKineticsPoint
struct
Point kinetics transient data point
Source: NuclearDomainGraphs.cs
Constants and Fields
period_seconds
float
power_MW
float
reactivity_pcm
float
time_seconds
float
ProductionCostPoint
struct
Production cost comparison point
Source: NuclearDomainGraphs.cs
Constants and Fields
costPerCurie_USD
float
method
ProductionMethod
productionMethod
string
ProvenanceTimelineEvent
struct
Provenance timeline event
Source: NuclearDomainGraphs.cs
Constants and Fields
confidence
ProvenanceConfidence
daysAgo
float
eventName
string
ReactivityPoint
struct
Reactivity coefficient data
Source: NuclearDomainGraphs.cs
Constants and Fields
parameter
float
ReactorPeriodPoint
struct
Reactor period data point
Source: NuclearDomainGraphs.cs
Constants and Fields
period_seconds
float
powerDoubleTime_seconds
float
reactivity_dollars
float
ReactorPowerPoint
struct
Reactor power history point
Source: NuclearDomainGraphs.cs
Constants and Fields
efficiency_percent
float
electricPower_MWe
float
thermalPower_MWth
float
time_days
float
ROCPoint
struct
ROC curve data point
Source: NuclearDomainGraphs.cs
Constants and Fields
detectionProb
float
falseAlarmProb
float
threshold_cps
float
ShieldingAttenuationCurvePoint
struct
Shielding attenuation curve data point
Source: NuclearDomainGraphs.cs
Constants and Fields
isHalfValueLayer
bool
isTenthValueLayer
bool
thickness_cm
float
transmissionFraction
float
ShieldingAttenuationPoint
struct
Shielding attenuation data point
Source: NuclearDomainGraphs.cs
Constants and Fields
doseRate_mrem_hr
float
halfValueLayer_cm
float
thickness_cm
float
ShieldingTransmissionPoint
struct
Shielding transmission data point
Source: NuclearDomainGraphs.cs
Constants and Fields
halfValueLayer_cm
float
thickness_cm
float
transmission
float
SourceLocalizationContourPoint
struct
Source localization contour point
Source: NuclearDomainGraphs.cs
Constants and Fields
estimatedX
float
estimatedY
float
hasEstimate
bool
likelihood
float
SportsKinematicsDomainGraphs
static class
Source: SportsKinematicsDomainGraphs.cs
Methods
RenderPitchVelocityProgression
void RenderPitchVelocityProgression ( GraphCanvas canvas, int[] pitchNumbers, float[] velocities_mph, int pitchCount, string title )
Render pitch velocity progression over time
SWUEnrichmentPoint
struct
SWU vs enrichment data point
Source: NuclearDomainGraphs.cs
Constants and Fields
productEnrichment_percent
float
swu_per_kg
float
tailsAssay_percent
float
TemperatureCoefficientPoint
struct
Temperature coefficient data point
Source: NuclearDomainGraphs.cs
Constants and Fields
coefficient_pcm_per_C
float
reactivity_pcm
float
temperature_C
float
UraniumEnrichmentPoint
struct
Uranium enrichment signature point
Source: NuclearDomainGraphs.cs
Constants and Fields
process
EnrichmentProcess
U234_U235_ratio
float
U235_percent
float
WasteDecayHeatPoint
struct
Waste decay heat data point
Source: NuclearDomainGraphs.cs
Constants and Fields
decayHeat_watts
float
decayHeat_watts_per_kg
float
time_years
float
XenonTransientPoint
struct
Xenon transient data point
Source: NuclearDomainGraphs.cs
Constants and Fields
iodineConcentration_atoms_per_cm3
float
time_hours
float
xenonConcentration_atoms_per_cm3
float
xenonReactivity_pcm
float
Generated from GTOS Savants source -- 2026-03-22

