Table of Contents

Class SurfaceTemperatureLoad

Namespace
FemDesign.Loads
Assembly
FemDesign.Core.dll
public class SurfaceTemperatureLoad : LoadBase, ILoadElement, IFemDesignEntity
Inheritance
SurfaceTemperatureLoad
Implements
Inherited Members
Extension Methods

Constructors

SurfaceTemperatureLoad(Region, Vector3d, List<TopBotLocationValue>, LoadCase, string)

Construct a surface temperature load by region and temperature location values (top/bottom)

public SurfaceTemperatureLoad(Region region, Vector3d direction, List<TopBotLocationValue> tempLocValue, LoadCase loadCase, string comment)

Parameters

region Region

Region

direction Vector3d

Direction of load

tempLocValue List<TopBotLocationValue>

List of top bottom location value. List should have 1 or 3 elements.>

loadCase LoadCase

LoadCase.

comment string

Comment.

SurfaceTemperatureLoad(Region, Vector3d, double, double, LoadCase, string)

Construct surface temperature load by region, top value and bottom value.

public SurfaceTemperatureLoad(Region region, Vector3d direction, double topVal, double bottomVal, LoadCase loadCase, string comment)

Parameters

region Region

Region

direction Vector3d

Direction of load

topVal double

Top value, temperature in celsius

bottomVal double

Bottom value, temperature in celsius

loadCase LoadCase

LoadCase.

comment string

Comment.

Fields

_temperature

public List<TopBotLocationValue> _temperature

Field Value

List<TopBotLocationValue>

_temperatureValues

public List<TopBotLocationValue> _temperatureValues

Field Value

List<TopBotLocationValue>

Properties

LocalZ

public Vector3d LocalZ { get; set; }

Property Value

Vector3d

Region

public Region Region { get; set; }

Property Value

Region

Temperature

[Obsolete("Temperature is OBSOLETE. Use `TemperatureValues` instead")]
public List<TopBotLocationValue> Temperature { get; set; }

Property Value

List<TopBotLocationValue>

TemperatureValues

public List<TopBotLocationValue> TemperatureValues { get; set; }

Property Value

List<TopBotLocationValue>

Methods

ToString()

public override string ToString()

Returns

string