ALTASolverModel Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(16 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:APIClass|Global_ALTA Class|Global_ALTA}}
{{Template:API}}{{Template:APIBreadcrumb}}
Types of ALTA solver models.
 
== Syntax==
 
{{APIPrefix|Public Enum}}
Specifies the life-stress relationship that will be used to perform accelerated life testing data analysis.
{{APIName|ALTASolverModel}}
 
:{{APIName|Arrhenius}} = {{APIName|RSMath8.CALTACommon.ALTAModel.Arrhenius}}
==Members==
:{{APIName|Eyring}} = {{APIName|RSMath8.CALTACommon.ALTAModel.Eyring}}
{| {{APITableEnum}}
:{{APIName|PowerLaw}}= {{APIName|RSMath8.CALTACommon.ALTAModel.PowerLaw}}
|-
:{{APIName|TempHumidity}}= {{APIName|RSMath8.CALTACommon.ALTAModel.TempHumidity}}
| style="width: 150px;"|Arrhenius||style="width: 80px;"|0||Arrhenius model.
:{{APIName|TempNonThermal}}= {{APIName|RSMath8.CALTACommon.ALTAModel.TempNonThermal}}
|-
:{{APIName|PHazards}}= RSMath8.CALTACommon.ALTAModel.PHazards}}
|Eyring||1||Eyring model.
:{{APIName|GenModel}}= {{APIName|RSMath8.CALTACommon.ALTAModel.GenModel}}
|-
:{{APIName|CumDamage}}= RSMath8.CALTACommon.ALTAModel.CumDamage}}
|PowerLaw||2||Inverse power law (IPL) model.
:{{APIName|GenEyring}}= {{APIName|RSMath8.CALTACommon.ALTAModel.GenEyring}}
|-
{{APIPrefix|End Enum}}<br>
|TempHumidity||3||Temperature-humidity (TH) model.
{{APIComment|Available ALTA solver models}}
|-
|TempNonThermal||4||Temperature-nonthermal (TNT) model.
|-
|PHazards||5||Proportional hazards (PPH) model. ALTA PRO only
|-
|GenModel||6||General log-linear (GLL) model. ALTA PRO only
|-
|CumDamage||7||Cumulative damage (CD) model. ALTA PRO only
|-
|GenEyring||8||Generalized Eyring (GER) model. ALTA PRO only
|}
 
 
 
 
 
==See Also==
*[[ALTAAnalysisOptions Class]]

Latest revision as of 22:34, 20 April 2016

APIWiki.png


Member of: SynthesisAPI


Specifies the life-stress relationship that will be used to perform accelerated life testing data analysis.

Members

Name Value Description
Arrhenius 0 Arrhenius model.
Eyring 1 Eyring model.
PowerLaw 2 Inverse power law (IPL) model.
TempHumidity 3 Temperature-humidity (TH) model.
TempNonThermal 4 Temperature-nonthermal (TNT) model.
PHazards 5 Proportional hazards (PPH) model. ALTA PRO only
GenModel 6 General log-linear (GLL) model. ALTA PRO only
CumDamage 7 Cumulative damage (CD) model. ALTA PRO only
GenEyring 8 Generalized Eyring (GER) model. ALTA PRO only



See Also