Skip to content

Commit

Permalink
EC-54 add quick doc explaining SAP10.2 Table R2
Browse files Browse the repository at this point in the history
  • Loading branch information
shieldo committed Oct 18, 2024
1 parent 1f12154 commit 4cea4a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ pub(crate) fn edit_thermal_bridging(input: &mut InputForProcessing) -> anyhow::R
Ok(())
}

/// Table R2 from SAP10.2
static TABLE_R2: LazyLock<HashMap<&'static str, f64>> = LazyLock::new(|| {
HashMap::from([
("E1", 0.05),
Expand Down

0 comments on commit 4cea4a0

Please sign in to comment.