defmodule SI.Quantity.ThermodynamicTemperature do @moduledoc false use SI.Quantity, name: "thermodynamic temperature", symbol: :T, unit: SI.Unit.Kelvin end