double Mdouble
Definition: GeneralDefine.h:13
Definition: BaseParticle.h:33
Creates chutes defined by curvilinear coordinates. Inherits from Mercury3D.
Definition: CurvyChute.h:24
Mdouble getChuteAngle() const
Definition: CurvyChute.cc:37
std::function< Mdouble(Mdouble ccR, Mdouble ccS)> areaElement_
The area element of the surface.
Definition: CurvyChute.h:90
Mdouble ccSMax_
Definition: CurvyChute.h:92
void setBasalDensity(Mdouble basalDensity)
Definition: CurvyChute.cc:84
void setSurface(std::function< Vec3D(Mdouble ccR, Mdouble ccS)> surface, std::function< Mdouble(Mdouble ccR, Mdouble ccS)> areaElement, Mdouble ccRMin, Mdouble ccRMax, Mdouble ccdR, Mdouble ccSMin, Mdouble ccSMax, Mdouble ccdS)
Definition: CurvyChute.cc:59
Mdouble basalDensity_
The area density of the basal particles.
Definition: CurvyChute.h:121
Mdouble ccdR_
Definition: CurvyChute.h:92
Mdouble ccRMax_
Definition: CurvyChute.h:92
void setChuteAngleAndMagnitudeOfGravity(Mdouble chuteAngle, Mdouble gravity)
Definition: CurvyChute.cc:47
CurvyChute()
Definition: CurvyChute.cc:7
Mdouble getChuteAngleDegrees() const
Definition: CurvyChute.cc:42
Mdouble basalThickness_
The thickness of the base, in terms of number of layers.
Definition: CurvyChute.h:110
Mdouble ccRMin_
Definition: CurvyChute.h:92
Mdouble basalDisorder_
The amount of disorder in the base, from 0 (ordered) to 1 (completely disordered)
Definition: CurvyChute.h:116
Mdouble ccSMin_
Definition: CurvyChute.h:92
void setBasalPrototype(BaseParticle *basalPrototype)
The basal prototype should already have a species assigned to it.
Definition: CurvyChute.cc:107
void setBasalSizeDispersity(Mdouble basalSizeDispersity)
Definition: CurvyChute.cc:98
void createBottom()
When this is called, a copy of basalPrototype->getSpecies() will be added to the speciesHandler,...
Definition: CurvyChute.cc:112
Mdouble magnitudeOfGravity_
Definition: CurvyChute.h:75
void setBasalThickness(Mdouble basalThickness)
Definition: CurvyChute.cc:78
void recreateBottom()
When this is called, all particles in the particleHandler that have the species basalSpecies_ will be...
Definition: CurvyChute.cc:165
~CurvyChute()
Definition: CurvyChute.cc:27
BaseParticle * basalPrototype_
Pointer to a prototypical basal particle (not in a particleHandler, but should have a species set)
Definition: CurvyChute.h:132
void setBasalDisorder(Mdouble basalDisorder)
Definition: CurvyChute.cc:91
Mdouble ccdS_
Definition: CurvyChute.h:92
ParticleSpecies * basalSpecies_
Pointer to the species of the prototypical basal particle.
Definition: CurvyChute.h:137
Mdouble chuteAngle_
Chute angle.
Definition: CurvyChute.h:73
std::function< Vec3D(Mdouble ccR, Mdouble ccS)> surface_
The shape of the chute, defined by a function of two curvilinear coordinates. The 'r' direction is th...
Definition: CurvyChute.h:85
Mdouble basalSizeDispersity_
The amount of size dispersity amongst the basal particles.
Definition: CurvyChute.h:126
This adds on the hierarchical grid code for 3D problems.
Definition: Mercury3D.h:16
Definition: ParticleSpecies.h:16
Definition: Kernel/Math/Vector.h:30
Definition: MortaringCantileverCompareToNonMortaring.cpp:176