ALTASolverModel Enumeration: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{Template:APIClass|Global_ALTA Class|Global_ALTA}}
{{Template:APIClass|Global_ALTA Class|Global_ALTA}}
 
Types of ALTA solver models.
== Declaration  ==
== Syntax==
 
{{APIPrefix|Public Enum}}
{{APIPrefix|Public Enum}}
{{APIName|ALTASolverModel}}
{{APIName|ALTASolverModel}}
Line 14: Line 13:
:{{APIName|CumDamage}}= RSMath8.CALTACommon.ALTAModel.CumDamage}}
:{{APIName|CumDamage}}= RSMath8.CALTACommon.ALTAModel.CumDamage}}
:{{APIName|GenEyring}}= {{APIName|RSMath8.CALTACommon.ALTAModel.GenEyring}}
:{{APIName|GenEyring}}= {{APIName|RSMath8.CALTACommon.ALTAModel.GenEyring}}
{{APIPrefix|End Enum}}
{{APIPrefix|End Enum}}<br>
 
{{APIComment|Available ALTA solver models}}
{{APIComment|Available ALTA solver models}}

Revision as of 21:26, 20 September 2013


Types of ALTA solver models.

Syntax

Public Enum ALTASolverModel

Arrhenius = RSMath8.CALTACommon.ALTAModel.Arrhenius
Eyring = RSMath8.CALTACommon.ALTAModel.Eyring
PowerLaw = RSMath8.CALTACommon.ALTAModel.PowerLaw
TempHumidity = RSMath8.CALTACommon.ALTAModel.TempHumidity
TempNonThermal = RSMath8.CALTACommon.ALTAModel.TempNonThermal
PHazards = RSMath8.CALTACommon.ALTAModel.PHazards}}
GenModel = RSMath8.CALTACommon.ALTAModel.GenModel
CumDamage = RSMath8.CALTACommon.ALTAModel.CumDamage}}
GenEyring = RSMath8.CALTACommon.ALTAModel.GenEyring

End Enum
Available ALTA solver models