Adds temperature to solutions (#5834)

This commit is contained in:
TemporalOroboros
2021-12-24 01:22:34 -08:00
committed by GitHub
parent c94f93732b
commit 201952e618
18 changed files with 858 additions and 21 deletions

View File

@@ -78,3 +78,18 @@ units-m--joule-long = Millijoule
units-joule-long = Joule
units-k-joule-long = Kilojoule
units-m-joule-long = Megajoule
## Kelvin (Temperature)
units-u--kelvin = µK
units-m--kelvin = mK
units-kelvin = K
units-k-kelvin = kK
units-m-kelvin = MK
units-g-kelvin = GK
units-u--kelvin-long = Microkelvin
units-m--kelvin-long = Millikelvin
units-kelvin-long = Kelvin
units-k-kelvin-long = Kilokelvin
units-m-kelvin-long = Megakelvin
units-g-kelvin-long = Gigakelvin

View File

@@ -1,4 +1,9 @@
admin-solutions-window-title = Solution Editor - {$targetName}
admin-solutions-window-solution-label = Target solution:
admin-solutions-window-add-new-button = Add new reagent
admin-solutions-window-capacity-label = Capacity {$currentVolume}/{$maxVolume}u
admin-solutions-window-volume-label = Volume {$currentVolume}/{$maxVolume}u
admin-solutions-window-capacity-label = Capacity (u):
admin-solutions-window-specific-heat-label = Specific Heat: {$specificHeat} J/(K*u)
admin-solutions-window-heat-capacity-label = Heat Capacity: {$heatCapacity} J/K
admin-solutions-window-temperature-label = Temperature (K):
admin-solutions-window-thermal-energy-label = Thermal Energy (J):