Add more BTU units#1671
Merged
Merged
Conversation
SCAR7B
marked this pull request as ready for review
June 2, 2026 08:06
Added btu per second quare inch to heat transfer coefficients
Added Btu per second inch Fahrenheit to thermal conductivity.
angularsen
approved these changes
Jul 17, 2026
| protected override double WattsPerSquareMeterCelsiusInOneWattPerSquareMeterKelvin => 1; | ||
| protected override double WattsPerSquareMeterKelvinInOneWattPerSquareMeterKelvin => 1; | ||
| protected override double BtusPerHourSquareFootDegreeFahrenheitInOneWattPerSquareMeterKelvin => 1.7611018368230584e-1; | ||
| protected override double BtusPerSecondSquareInchDegreeFahrenheitInOneWattPerSquareMeterKelvin => 3.3971871852296651e-7; |
Owner
There was a problem hiding this comment.
Verified with google
https://share.google/aimode/MtkZZPtPMz6UMqiVr
| protected override double TerawattsPerLiterInOneWattPerCubicMeter => 1e-15; | ||
|
|
||
| protected override double BtusPerSecondCubicInchInOneWattPerCubicMeter => 1.5531939811e-8; | ||
| protected override double BtusPerSecondCubicFootInOneWattPerCubicMeter => 2.6839191993e-5; |
Owner
There was a problem hiding this comment.
| { | ||
| protected override double WattsPerMeterKelvinInOneWattPerMeterKelvin => 1; | ||
| protected override double BtusPerHourFootFahrenheitInOneWattPerMeterKelvin => 5.77789317e-1; | ||
| protected override double BtusPerSecondInchFahrenheitInOneWattPerMeterKelvin => 1.33747527e-5; |
Owner
There was a problem hiding this comment.
angularsen
enabled auto-merge (squash)
July 17, 2026 11:56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds additional BTU-based units for power density, thermal conductivity, and heat transfer coefficient.
Changes
BtuPerSecondCubicInchandBtuPerSecondCubicFoottoPowerDensity.BtuPerSecondInchFahrenheittoThermalConductivity.BtuPerSecondSquareInchDegreeFahrenheittoHeatTransferCoefficient.Validation
HeatTransferCoefficientTests,PowerDensityTests, andThermalConductivityTestsonnet9.0: 1600 passed.