Description | Hierarchy | Fields | Methods | Properties |
type TChemistryOptions = class(TPersistent)
TChemistryOptions
stores options related to chemistry in PHAST.
![]() |
FUseEquilibriumPhases: boolean; |
![]() |
FUseExchange: boolean; |
![]() |
FUseGasPhases: boolean; |
![]() |
FUseKineticReactants: boolean; |
![]() |
FUseSolidSolution: boolean; |
![]() |
FUseSurfaceAssemblages: boolean; |
![]() |
procedure SetUseEquilibriumPhases(const Value: boolean); |
![]() |
procedure SetUseExchange(const Value: boolean); |
![]() |
procedure SetUseGasPhases(const Value: boolean); |
![]() |
procedure SetUseKineticReactants(const Value: boolean); |
![]() |
procedure SetUseSolidSolution(const Value: boolean); |
![]() |
procedure SetUseSurfaceAssemblages(const Value: boolean); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
constructor Create; |
![]() |
property UseEquilibriumPhases: boolean read FUseEquilibriumPhases
write SetUseEquilibriumPhases stored True; |
![]() |
property UseExchange: boolean read FUseExchange write SetUseExchange
stored True; |
![]() |
property UseGasPhases: boolean read FUseGasPhases write SetUseGasPhases
stored True; |
![]() |
property UseKineticReactants: boolean read FUseKineticReactants
write SetUseKineticReactants stored True; |
![]() |
property UseSolidSolution: boolean read FUseSolidSolution
write SetUseSolidSolution stored True; |
![]() |
property UseSurfaceAssemblages: boolean read FUseSurfaceAssemblages
write SetUseSurfaceAssemblages stored True; |
![]() |
FUseEquilibriumPhases: boolean; |
|
![]() |
FUseExchange: boolean; |
|
![]() |
FUseGasPhases: boolean; |
|
![]() |
FUseKineticReactants: boolean; |
|
![]() |
FUseSolidSolution: boolean; |
|
![]() |
FUseSurfaceAssemblages: boolean; |
|
![]() |
procedure SetUseEquilibriumPhases(const Value: boolean); |
See UseEquilibriumPhases. |
![]() |
procedure SetUseExchange(const Value: boolean); |
See UseExchange. |
![]() |
procedure SetUseGasPhases(const Value: boolean); |
See UseGasPhases. |
![]() |
procedure SetUseKineticReactants(const Value: boolean); |
See UseKineticReactants. |
![]() |
procedure SetUseSolidSolution(const Value: boolean); |
See UseSolidSolution. |
![]() |
procedure SetUseSurfaceAssemblages(const Value: boolean); |
![]() |
procedure Assign(Source: TPersistent); override; |
If Source is a |
![]() |
constructor Create; |
|
![]() |
property UseEquilibriumPhases: boolean read FUseEquilibriumPhases
write SetUseEquilibriumPhases stored True; |
|
![]() |
property UseExchange: boolean read FUseExchange write SetUseExchange
stored True; |
|
![]() |
property UseGasPhases: boolean read FUseGasPhases write SetUseGasPhases
stored True; |
|
![]() |
property UseKineticReactants: boolean read FUseKineticReactants
write SetUseKineticReactants stored True; |
|
![]() |
property UseSolidSolution: boolean read FUseSolidSolution
write SetUseSolidSolution stored True; |
|
![]() |
property UseSurfaceAssemblages: boolean read FUseSurfaceAssemblages
write SetUseSurfaceAssemblages stored True; |
|