ALTASolverModel Enumeration: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) (Created page with '{{Template:APIClass|GlobalStuff ALTA Class|GlobalStuff ALTA}} == Declaration == {{APIPrefix|Public Enum}} {{APIName|ALTASolverModel}} :{{APIName|Arrhenius = RSMath8.CALTACommo…') |
John Leavitt (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
{{APIPrefix|Public Enum}} | {{APIPrefix|Public Enum}} | ||
{{APIName|ALTASolverModel}} | {{APIName|ALTASolverModel}} | ||
:{{APIName|Arrhenius = RSMath8.CALTACommon.ALTAModel.Arrhenius}} | :{{APIName|Arrhenius}} = {{APIName|RSMath8.CALTACommon.ALTAModel.Arrhenius}} | ||
:{{APIName|Eyring = RSMath8.CALTACommon.ALTAModel.Eyring}} | :{{APIName|Eyring}} = {{APIName|RSMath8.CALTACommon.ALTAModel.Eyring}} | ||
:{{APIName|PowerLaw = RSMath8.CALTACommon.ALTAModel.PowerLaw}} | :{{APIName|PowerLaw}}= {{APIName|RSMath8.CALTACommon.ALTAModel.PowerLaw}} | ||
:{{APIName|TempHumidity = RSMath8.CALTACommon.ALTAModel.TempHumidity}} | :{{APIName|TempHumidity}}= {{APIName|RSMath8.CALTACommon.ALTAModel.TempHumidity}} | ||
:{{APIName|TempNonThermal = RSMath8.CALTACommon.ALTAModel.TempNonThermal}} | :{{APIName|TempNonThermal}}= {{APIName|RSMath8.CALTACommon.ALTAModel.TempNonThermal}} | ||
:{{APIName|PHazards = RSMath8.CALTACommon.ALTAModel.PHazards}} | :{{APIName|PHazards}}= RSMath8.CALTACommon.ALTAModel.PHazards}} | ||
:{{APIName|GenModel = RSMath8.CALTACommon.ALTAModel.GenModel}} | :{{APIName|GenModel}}= {{APIName|RSMath8.CALTACommon.ALTAModel.GenModel}} | ||
:{{APIName|CumDamage = RSMath8.CALTACommon.ALTAModel.CumDamage}} | :{{APIName|CumDamage}}= RSMath8.CALTACommon.ALTAModel.CumDamage}} | ||
:{{APIName|GenEyring = RSMath8.CALTACommon.ALTAModel.GenEyring}} | :{{APIName|GenEyring}}= {{APIName|RSMath8.CALTACommon.ALTAModel.GenEyring}} | ||
{{APIPrefix|End Enum}} | {{APIPrefix|End Enum}} | ||
{{APIComment|Available ALTA solver models}} | {{APIComment|Available ALTA solver models}} |
Revision as of 20:49, 9 September 2013
Declaration
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