Table of Contents

Class LoadCategory

Namespace
FemDesign.Loads
Assembly
FemDesign.Core.dll

load_category

public class LoadCategory : EntityBase, IFemDesignEntity
Inheritance
LoadCategory
Implements
Inherited Members
Extension Methods

Constructors

LoadCategory(string, double, double, double)

Creates a load category

public LoadCategory(string name, double psi0, double psi1, double psi2)

Parameters

name string

Name of the load category

psi0 double

𝜓₀ Factor for combination value of a variable action

psi1 double

𝜓₁ Factor for frequent value of a variable action

psi2 double

𝜓₂ Factor for quasi-permanent value of a variable action

Properties

Country

public string Country { get; set; }

Property Value

string

Name

Name of Load Category.

public string Name { get; set; }

Property Value

string

Psi0

𝜓₀ Factor for combination value of a variable action

public double Psi0 { get; set; }

Property Value

double

Psi1

𝜓₁ Factor for frequent value of a variable action

public double Psi1 { get; set; }

Property Value

double

Psi2

𝜓₂ Factor for quasi-permanent value of a variable action

public double Psi2 { get; set; }

Property Value

double

Standard

public string Standard { get; set; }

Property Value

string

_psi0

public double _psi0 { get; set; }

Property Value

double

_psi1

public double _psi1 { get; set; }

Property Value

double

_psi2

public double _psi2 { get; set; }

Property Value

double