Module cfd

Source
Expand description

§CFD database model based on Rust types

§Examples

Iterator that iterates over all the CfdCases of CFD Baseline 2021

use parse_monitors::cfd;
let cfd_cases_iter = cfd::Baseline::<2021>::default().into_iter();

Structs§

Baseline
The whole CFD baseline for a given year: 2020, 2021 or 2025
CfdCase
CFD case for a given year: 2020 or 2021

Enums§

Azimuth
CFD Telescope azimuth angle (wrt. NNE wind)
BaselineError
CfdCaseError
CfdDataFile
Data file collections available in the CFD database
CfdError
Enclosure
Enclosure vents and wind screen configuration combinations
WindSpeed
CFD wind speed
ZenithAngle
CFD Telescope zenith pointing angle

Traits§

BaselineTrait