Description | Hierarchy | Fields | Methods | Properties |
type TChildModelEdit = class(TOrderedItem)
TOrderedItem
is designed to allow TOrderedCollection to identify changed and new items during TOrderedCollection.Assign.
![]() |
FModelName: string; |
![]() |
FDiscretization: TChildDiscretizationCollection; |
![]() |
FChildCellsPerParentCell: integer; |
![]() |
FChildModel: TBaseModel; |
![]() |
FStartingHeadSource: TStartingHeadSource; |
![]() |
FMaxIterations: integer; |
![]() |
FLgrPrintChoice: TLgrPrintChoice; |
![]() |
FFluxRelaxationFactor: double; |
![]() |
FHeadRelaxationFactor: double; |
![]() |
FFluxClosureCriterion: double; |
![]() |
FHeadClosureCriterion: double; |
![]() |
FCouplingMethod: TCouplingMethod; |
![]() |
procedure SetDiscretization(const Value: TChildDiscretizationCollection); |
![]() |
procedure SetModelName(const Value: string); |
![]() |
procedure SetChildCellsPerParentCell(const Value: integer); |
![]() |
procedure SetStartingHeadSource(const Value: TStartingHeadSource); |
![]() |
procedure SetMaxIterations(const Value: integer); |
![]() |
procedure SetLgrPrintChoice(const Value: TLgrPrintChoice); |
![]() |
procedure SetFluxRelaxationFactor(const Value: double); |
![]() |
procedure SetHeadRelaxationFactor(const Value: double); |
![]() |
procedure SetFluxClosureCriterion(const Value: double); |
![]() |
procedure SetHeadClosureCriterion(const Value: double); |
![]() |
procedure SetCouplingMethod(const Value: TCouplingMethod); |
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure AssignTo(Dest: TPersistent); override; |
![]() |
Constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
FModelName: string; |
![]() |
FDiscretization: TChildDiscretizationCollection; |
![]() |
FChildCellsPerParentCell: integer; |
![]() |
FChildModel: TBaseModel; |
![]() |
FStartingHeadSource: TStartingHeadSource; |
![]() |
FMaxIterations: integer; |
![]() |
FLgrPrintChoice: TLgrPrintChoice; |
![]() |
FFluxRelaxationFactor: double; |
![]() |
FHeadRelaxationFactor: double; |
![]() |
FFluxClosureCriterion: double; |
![]() |
FHeadClosureCriterion: double; |
![]() |
FCouplingMethod: TCouplingMethod; |
![]() |
procedure SetDiscretization(const Value: TChildDiscretizationCollection); |
![]() |
procedure SetModelName(const Value: string); |
![]() |
procedure SetChildCellsPerParentCell(const Value: integer); |
![]() |
procedure SetStartingHeadSource(const Value: TStartingHeadSource); |
![]() |
procedure SetMaxIterations(const Value: integer); |
![]() |
procedure SetLgrPrintChoice(const Value: TLgrPrintChoice); |
![]() |
procedure SetFluxRelaxationFactor(const Value: double); |
![]() |
procedure SetHeadRelaxationFactor(const Value: double); |
![]() |
procedure SetFluxClosureCriterion(const Value: double); |
![]() |
procedure SetHeadClosureCriterion(const Value: double); |
![]() |
procedure SetCouplingMethod(const Value: TCouplingMethod); |
![]() |
function IsSame(AnotherItem: TOrderedItem): boolean; override; |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
procedure AssignTo(Dest: TPersistent); override; |
![]() |
Constructor Create(Collection: TCollection); override; |
![]() |
destructor Destroy; override; |
![]() |
property ModelName: string read FModelName write SetModelName; |
![]() |
property Discretization: TChildDiscretizationCollection
read FDiscretization write SetDiscretization; |
![]() |
property ChildCellsPerParentCell: integer read FChildCellsPerParentCell
write SetChildCellsPerParentCell default 3; |
![]() |
property StartingHeadSource: TStartingHeadSource read FStartingHeadSource
write SetStartingHeadSource default shsSelf; |
![]() |
property CouplingMethod: TCouplingMethod read FCouplingMethod
write SetCouplingMethod stored True; |
![]() |
property MaxIterations: integer read FMaxIterations
write SetMaxIterations default 20; |
![]() |
property LgrPrintChoice: TLgrPrintChoice read FLgrPrintChoice
write SetLgrPrintChoice default lpcListing; |
![]() |
property HeadRelaxationFactor: double read FHeadRelaxationFactor
write SetHeadRelaxationFactor; |
![]() |
property FluxRelaxationFactor: double read FFluxRelaxationFactor
write SetFluxRelaxationFactor; |
![]() |
property HeadClosureCriterion: double read FHeadClosureCriterion
write SetHeadClosureCriterion; |
![]() |
property FluxClosureCriterion: double read FFluxClosureCriterion
write SetFluxClosureCriterion; |