    

 ## On this page

  

 

 # Class HeatFluxUnit

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.Thermal](VM.Managed.DAFUL.Thermal.md)  
Assembly: VMThermalBase.dll

This class is to represent the unit of heat flux.

```csharp
public class HeatFluxUnit : ThermalUnitBase

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← FunctionUnitBase ← [ThermalUnitBase](VM.Managed.DAFUL.Thermal.ThermalUnitBase.md) ← [HeatFluxUnit](VM.Managed.DAFUL.Thermal.HeatFluxUnit.md)

#### Inherited Members

[ThermalUnitBase.SetModified()](VM.Managed.DAFUL.Thermal.ThermalUnitBase.md#VM_Managed_DAFUL_Thermal_ThermalUnitBase_SetModified), FunctionUnitBase.Scale, FunctionUnitBase.Shift, FunctionUnitBase.Factor

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_DAFUL_Thermal_HeatFluxUnit__ctor"></a> HeatFluxUnit()

Initializes a new instance of the  class.

```csharp
public HeatFluxUnit()

```

### <a id="VM_Managed_DAFUL_Thermal_HeatFluxUnit__ctor_VM_Models_Pre_ILinkContainer_"></a> HeatFluxUnit(ILinkContainer)

Initializes a new instance of the  class.

```csharp
public HeatFluxUnit(ILinkContainer lc)

```

#### Parameters

`lc` ILinkContainer

The owner.

## Properties

### <a id="VM_Managed_DAFUL_Thermal_HeatFluxUnit_Factor"></a> Factor

Gets the factor.

```csharp
public override string Factor { get; }

```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="VM_Managed_DAFUL_Thermal_HeatFluxUnit_Scale"></a> Scale

Gets the scale.

```csharp
public override double Scale { get; }

```

#### Property Value

[double](https://learn.microsoft.com/dotnet/api/system.double)

### <a id="VM_Managed_DAFUL_Thermal_HeatFluxUnit_UnitOfHeatFlux"></a> UnitOfHeatFlux

Gets or sets the unit.

```csharp
public HeatFluxUnit.HeatFlux UnitOfHeatFlux { get; set; }

```

#### Property Value

[HeatFluxUnit](VM.Managed.DAFUL.Thermal.HeatFluxUnit.md).[HeatFlux](VM.Managed.DAFUL.Thermal.HeatFluxUnit.HeatFlux.md)