BH.oM.MEP.System.MaterialFragments.IInsulationMaterial¶
Insulation is the material surrounding a duct, pipe or wire which mitigates the loss of the internal conditions of the fluid within the object.
Interface structure¶
Implemented interfaces and base types¶
The IInsulationMaterial is inheriting from the following base type(s) and implements the following interfaces:
- BH.oM.Base.IFragment
- BH.oM.Base.IObject
- BH.oM.Physical.Materials.IMaterialProperties
- BH.oM.Base.IBHoMObject
Classes implementing this interface¶
The following classes are implementing this interface:
- BH.oM.MEP.System.MaterialFragments.InsulationMaterial
- BH.oM.MEP.System.MaterialFragments.LiningMaterial
Properties¶
Defining properties¶
The following properties are defined on the interface
Name | Type | Description | Quantity |
---|---|---|---|
RValue | double | RValue is the measure of the resistance of conductive heat loss by the insulation material. | - |
KValue | double | KValue is the measure of the insulation material's ability to conduct heat (W/m*K), the lower the KValue the better the ability to conduct heat. | - |
Code and Schema¶
C# implementation¶
C#
public interface IInsulationMaterial : BH.oM.Base.IFragment, BH.oM.Base.IObject, BH.oM.Physical.Materials.IMaterialProperties, BH.oM.Base.IBHoMObject
Assembly: MEP_oM.dll
The C# interface definition is available on github:
All history and changes of the class can be found by inspection the history.
JSON Schema implementation¶
The object is defined as a JSON schema. You can validate a JSON instance against this schema by reference. To do this, use the schema reference below in a validator like this one.
JSON Schema
{
"$ref" : "https://raw.githubusercontent.com/BHoM/BHoM_JSONSchema/develop/MEP_oM/System/MaterialFragments/IInsulationMaterial.json"
}
The JSON Schema is available on github here: