Table of Contents

Class OrthotropicTemperature

Namespace
HyperX.Scripting
Assembly
HyperX.Scripting.dll
public sealed class OrthotropicTemperature
Inheritance
OrthotropicTemperature
Inherited Members

Properties

C

public double? C { get; set; }

Property Value

double?

Ec1

public double Ec1 { get; set; }

Property Value

double

Ec2

public double Ec2 { get; set; }

Property Value

double

Et1

public double Et1 { get; set; }

Property Value

double

Et2

public double Et2 { get; set; }

Property Value

double

Fcu1

public double Fcu1 { get; set; }

Property Value

double

Fcu2

public double Fcu2 { get; set; }

Property Value

double

Fsu12

public double Fsu12 { get; set; }

Property Value

double

Fsu13

public double? Fsu13 { get; set; }

Property Value

double?

Fsu23

public double? Fsu23 { get; set; }

Property Value

double?

Ftu1

public double Ftu1 { get; set; }

Property Value

double

Ftu2

public double Ftu2 { get; set; }

Property Value

double

Ftu3

public double? Ftu3 { get; set; }

Property Value

double?

G12

public double G12 { get; set; }

Property Value

double

G13

public double? G13 { get; set; }

Property Value

double?

G23

public double? G23 { get; set; }

Property Value

double?

GIIc

public double? GIIc { get; set; }

Property Value

double?

GIc

public double? GIc { get; set; }

Property Value

double?

K1

public double? K1 { get; set; }

Property Value

double?

K2

public double? K2 { get; set; }

Property Value

double?

OrthotropicAllowableCurvePoints

public List<OrthotropicAllowableCurvePoint> OrthotropicAllowableCurvePoints { get; }

Property Value

List<OrthotropicAllowableCurvePoint>

TLc

public double? TLc { get; set; }

Property Value

double?

TLt

public double? TLt { get; set; }

Property Value

double?

TTc

public double? TTc { get; set; }

Property Value

double?

TTt

public double? TTt { get; set; }

Property Value

double?

Temperature

public double Temperature { get; set; }

Property Value

double

alpha1

public double alpha1 { get; set; }

Property Value

double

alpha2

public double alpha2 { get; set; }

Property Value

double

cd

public double? cd { get; set; }

Property Value

double?

d0Compression

public double? d0Compression { get; set; }

Property Value

double?

d0Tension

public double? d0Tension { get; set; }

Property Value

double?

ecu1

public double ecu1 { get; set; }

Property Value

double

ecu2

public double ecu2 { get; set; }

Property Value

double

ecuai

public double? ecuai { get; set; }

Property Value

double?

ecuoh

public double? ecuoh { get; set; }

Property Value

double?

esu12

public double esu12 { get; set; }

Property Value

double

etu1

public double etu1 { get; set; }

Property Value

double

etu2

public double etu2 { get; set; }

Property Value

double

vc12

public double vc12 { get; set; }

Property Value

double

vt12

public double? vt12 { get; set; }

Property Value

double?

Methods

AddCurvePoint(AllowablePropertyName, double, double)

public OrthotropicAllowableCurvePoint AddCurvePoint(AllowablePropertyName property, double x, double y)

Parameters

property AllowablePropertyName
x double
y double

Returns

OrthotropicAllowableCurvePoint

DeleteCurvePoint(AllowablePropertyName, double)

public bool DeleteCurvePoint(AllowablePropertyName property, double x)

Parameters

property AllowablePropertyName
x double

Returns

bool

GetCurvePoint(AllowablePropertyName, float)

public OrthotropicAllowableCurvePoint GetCurvePoint(AllowablePropertyName property, float x)

Parameters

property AllowablePropertyName
x float

Returns

OrthotropicAllowableCurvePoint