Modelica.Thermal.HeatTransfer.Fahrenheit

Components with Fahrenheit input and/or output

Information

The components of this package are provided for the convenience of people working mostly with Fahrenheit units, since all models in package HeatTransfer are based on Kelvin units.

Note, that in package Modelica.Units.Conversions, functions are provided to convert between the units Kelvin, degree Celsius, degree Fahrenheit and degree Rankine. These functions allow, e.g., a direct conversion of units at all places where Kelvin is required as parameter. Example:

import Modelica.Units.Conversions.from_degF;
Modelica.Thermal.HeatTransfer.HeatCapacitor C(T0 = from_degF(70));

Extends from Modelica.Icons.VariantsPackage (Icon for package containing variants).

Package Content

Name Description
Modelica.Thermal.HeatTransfer.Fahrenheit.ToKelvin ToKelvin Conversion from degree Fahrenheit to Kelvin
Modelica.Thermal.HeatTransfer.Fahrenheit.FromKelvin FromKelvin Conversion from Kelvin to degree Fahrenheit
Modelica.Thermal.HeatTransfer.Fahrenheit.FixedTemperature FixedTemperature Fixed temperature boundary condition in degFahrenheit
Modelica.Thermal.HeatTransfer.Fahrenheit.PrescribedTemperature PrescribedTemperature Variable temperature boundary condition in degFahrenheit
Modelica.Thermal.HeatTransfer.Fahrenheit.TemperatureSensor TemperatureSensor Absolute temperature sensor in degFahrenheit

Modelica.Thermal.HeatTransfer.Fahrenheit.ToKelvin Modelica.Thermal.HeatTransfer.Fahrenheit.ToKelvin

Conversion from degree Fahrenheit to Kelvin

Information

This component converts a input signal from degree Fahrenheit to Kelvin and provides is as output signal.

Extends from HeatTransfer.Icons.Conversion (Conversion of temperatures).

Connectors

NameDescription
Fahrenheit[degF]
Kelvin[K]

Modelica.Thermal.HeatTransfer.Fahrenheit.FromKelvin Modelica.Thermal.HeatTransfer.Fahrenheit.FromKelvin

Conversion from Kelvin to degree Fahrenheit

Information

This component converts all input signals from Kelvin to Fahrenheit and provides them as output signals.

Extends from HeatTransfer.Icons.Conversion (Conversion of temperatures).

Connectors

NameDescription
Kelvin[K]
Fahrenheit[degF]

Modelica.Thermal.HeatTransfer.Fahrenheit.FixedTemperature Modelica.Thermal.HeatTransfer.Fahrenheit.FixedTemperature

Fixed temperature boundary condition in degFahrenheit

Information

This model defines a fixed temperature T at its port in [degF], i.e., it defines a fixed temperature as a boundary condition.

Extends from HeatTransfer.Icons.FixedTemperature (Icon of fixed temperature source).

Parameters

NameDescription
TFixed temperature at the port [degF]

Connectors

NameDescription
port 

Modelica.Thermal.HeatTransfer.Fahrenheit.PrescribedTemperature Modelica.Thermal.HeatTransfer.Fahrenheit.PrescribedTemperature

Variable temperature boundary condition in degFahrenheit

Information

This model represents a variable temperature boundary condition The temperature value in [degF] is given by the input signal to the model. The effect is that an instance of this model acts as an infinite reservoir able to absorb or generate as much energy as required to keep the temperature at the specified value.

Extends from HeatTransfer.Icons.PrescribedTemperature (Icon of prescribed temperature source).

Connectors

NameDescription
port 
T[degF]

Modelica.Thermal.HeatTransfer.Fahrenheit.TemperatureSensor Modelica.Thermal.HeatTransfer.Fahrenheit.TemperatureSensor

Absolute temperature sensor in degFahrenheit

Information

This is an ideal absolute temperature sensor which returns the temperature of the connected port in Fahrenheit as an output signal. The sensor itself has no thermal interaction with whatever it is connected to. Furthermore, no thermocouple-like lags are associated with this sensor model.

Connectors

NameDescription
T 
port 
Automatically generated Thu Oct 1 16:08:15 2020.