Description | Hierarchy | Fields | Methods | Properties |
type TMt3dmsAdvection = class(TModflowPackageSelection)
![]() |
function GetConcWeight: double; |
![]() |
function GetCourant: double; |
![]() |
function GetCriticalConcGradient: double; |
![]() |
function GetRelCelConcGrad: double; |
![]() |
procedure SetAdvectionSolution(const Value: TAdvectionSolution); |
![]() |
procedure SetConcWeight(const Value: double); |
![]() |
procedure SetCourant(const Value: double); |
![]() |
procedure SetCriticalConcGradient(const Value: double); |
![]() |
procedure SetHighGradientParticleCount(const Value: integer); |
![]() |
procedure SetLowGradientParticleCount(const Value: integer); |
![]() |
procedure SetMaximumParticles(const Value: integer); |
![]() |
procedure SetMaxParticlesPerCell(const Value: integer); |
![]() |
procedure SetMinParticlePerCell(const Value: integer); |
![]() |
procedure SetNumberOfParticlePlanes(const Value: integer); |
![]() |
procedure SetParticlePlacementMethod(const Value: TParticlePlacementMethod); |
![]() |
procedure SetParticleTrackMethod(const Value: TParticleTrackMethod); |
![]() |
procedure SetRelCelConcGrad(const Value: double); |
![]() |
procedure SetSinkNumberOfParticlePlanes(const Value: integer); |
![]() |
procedure SetSinkParticleCount(const Value: integer); |
![]() |
procedure SetSinkParticlePlacementMethod( const Value: TParticlePlacementMethod); |
![]() |
procedure SetStoredConcWeight(const Value: TRealStorage); |
![]() |
procedure SetStoredCourant(const Value: TRealStorage); |
![]() |
procedure SetStoredCriticalConcGradient(const Value: TRealStorage); |
![]() |
procedure SetStoredRelCelConcGrad(const Value: TRealStorage); |
![]() |
procedure SetWeightingScheme(const Value: TWeightingScheme); |
![]() |
procedure Changed(Sender: TObject); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
Destructor Destroy; override; |
![]() |
procedure InitializeVariables; override; |
![]() |
FStoredRelCelConcGrad: TRealStorage; |
![]() |
FStoredCriticalConcGradient: TRealStorage; |
![]() |
FSinkNumberOfParticlePlanes: integer; |
![]() |
FSinkParticlePlacementMethod: TParticlePlacementMethod; |
![]() |
FNumberOfParticlePlanes: integer; |
![]() |
FParticlePlacementMethod: TParticlePlacementMethod; |
![]() |
FWeightingScheme: TWeightingScheme; |
![]() |
FMaxParticlesPerCell: integer; |
![]() |
FLowGradientParticleCount: integer; |
![]() |
FAdvectionSolution: TAdvectionSolution; |
![]() |
FStoredCourant: TRealStorage; |
![]() |
FHighGradientParticleCount: integer; |
![]() |
FStoredConcWeight: TRealStorage; |
![]() |
FMaximumParticles: integer; |
![]() |
FSinkParticleCount: integer; |
![]() |
FMinParticlePerCell: integer; |
![]() |
FParticleTrackMethod: TParticleTrackMethod; |
![]() |
function GetConcWeight: double; |
![]() |
function GetCourant: double; |
![]() |
function GetCriticalConcGradient: double; |
![]() |
function GetRelCelConcGrad: double; |
![]() |
procedure SetAdvectionSolution(const Value: TAdvectionSolution); |
![]() |
procedure SetConcWeight(const Value: double); |
![]() |
procedure SetCourant(const Value: double); |
![]() |
procedure SetCriticalConcGradient(const Value: double); |
![]() |
procedure SetHighGradientParticleCount(const Value: integer); |
![]() |
procedure SetLowGradientParticleCount(const Value: integer); |
![]() |
procedure SetMaximumParticles(const Value: integer); |
![]() |
procedure SetMaxParticlesPerCell(const Value: integer); |
![]() |
procedure SetMinParticlePerCell(const Value: integer); |
![]() |
procedure SetNumberOfParticlePlanes(const Value: integer); |
![]() |
procedure SetParticlePlacementMethod(const Value: TParticlePlacementMethod); |
![]() |
procedure SetParticleTrackMethod(const Value: TParticleTrackMethod); |
![]() |
procedure SetRelCelConcGrad(const Value: double); |
![]() |
procedure SetSinkNumberOfParticlePlanes(const Value: integer); |
![]() |
procedure SetSinkParticleCount(const Value: integer); |
![]() |
procedure SetSinkParticlePlacementMethod( const Value: TParticlePlacementMethod); |
![]() |
procedure SetStoredConcWeight(const Value: TRealStorage); |
![]() |
procedure SetStoredCourant(const Value: TRealStorage); |
![]() |
procedure SetStoredCriticalConcGradient(const Value: TRealStorage); |
![]() |
procedure SetStoredRelCelConcGrad(const Value: TRealStorage); |
![]() |
procedure SetWeightingScheme(const Value: TWeightingScheme); |
![]() |
procedure Changed(Sender: TObject); |
![]() |
procedure Assign(Source: TPersistent); override; |
![]() |
Constructor Create(Model: TBaseModel); |
![]() |
Destructor Destroy; override; |
![]() |
procedure InitializeVariables; override; |
![]() |
property Courant: double read GetCourant write SetCourant; |
PERCEL |
![]() |
property ConcWeight: double read GetConcWeight write SetConcWeight; |
WD |
![]() |
property RelCelConcGrad: double read GetRelCelConcGrad
write SetRelCelConcGrad; |
DCEPS |
![]() |
property CriticalConcGradient: double
read GetCriticalConcGradient write SetCriticalConcGradient; |
DCHMOC |
![]() |
property AdvectionSolution: TAdvectionSolution
read FAdvectionSolution write SetAdvectionSolution stored True; |
MIXELM |
![]() |
property StoredCourant: TRealStorage
read FStoredCourant write SetStoredCourant stored True; |
PERCEL |
![]() |
property MaximumParticles: integer
read FMaximumParticles write SetMaximumParticles stored True; |
MXPART |
![]() |
property WeightingScheme: TWeightingScheme
read FWeightingScheme write SetWeightingScheme stored True; |
NADVFD |
![]() |
property ParticleTrackMethod: TParticleTrackMethod
read FParticleTrackMethod write SetParticleTrackMethod stored True; |
ITRACK |
![]() |
property StoredConcWeight: TRealStorage
read FStoredConcWeight write SetStoredConcWeight; |
WD is a concentration weighting factor |
![]() |
property StoredRelCelConcGrad: TRealStorage
read FStoredRelCelConcGrad write SetStoredRelCelConcGrad stored True; |
DCEPS |
![]() |
property ParticlePlacementMethod: TParticlePlacementMethod
read FParticlePlacementMethod write SetParticlePlacementMethod stored True; |
NPLANE |
![]() |
property NumberOfParticlePlanes: integer
read FNumberOfParticlePlanes write SetNumberOfParticlePlanes stored True; |
NPLANE |
![]() |
property LowGradientParticleCount: integer
read FLowGradientParticleCount write SetLowGradientParticleCount stored True; |
NPL |
![]() |
property HighGradientParticleCount: integer
read FHighGradientParticleCount write SetHighGradientParticleCount stored True; |
NPH |
![]() |
property MinParticlePerCell: integer
read FMinParticlePerCell write SetMinParticlePerCell stored True; |
NPMIN |
![]() |
property MaxParticlesPerCell: integer
read FMaxParticlesPerCell write SetMaxParticlesPerCell stored True; |
NPMAX |
![]() |
property SinkParticlePlacementMethod: TParticlePlacementMethod
read FSinkParticlePlacementMethod write SetSinkParticlePlacementMethod stored True; |
NLSINK |
![]() |
property SinkNumberOfParticlePlanes: integer
read FSinkNumberOfParticlePlanes write SetSinkNumberOfParticlePlanes stored True; |
NLSINK |
![]() |
property SinkParticleCount: integer
read FSinkParticleCount write SetSinkParticleCount stored True; |
NPSINK |
![]() |
property StoredCriticalConcGradient: TRealStorage
read FStoredCriticalConcGradient write SetStoredCriticalConcGradient; |
DCHMOC |