Class LoadCategory
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
namestringName of the load category
psi0double𝜓₀ Factor for combination value of a variable action
psi1double𝜓₁ Factor for frequent value of a variable action
psi2double𝜓₂ Factor for quasi-permanent value of a variable action
Properties
Country
public string Country { get; set; }
Property Value
Name
Name of Load Category.
public string Name { get; set; }
Property Value
Psi0
𝜓₀ Factor for combination value of a variable action
public double Psi0 { get; set; }
Property Value
Psi1
𝜓₁ Factor for frequent value of a variable action
public double Psi1 { get; set; }
Property Value
Psi2
𝜓₂ Factor for quasi-permanent value of a variable action
public double Psi2 { get; set; }
Property Value
Standard
public string Standard { get; set; }
Property Value
_psi0
public double _psi0 { get; set; }
Property Value
_psi1
public double _psi1 { get; set; }
Property Value
_psi2
public double _psi2 { get; set; }