|
void | SetParameters (const BrickSettings &brickSettings) override |
|
virtual void | AttachFluxIn (Flux *flux) |
|
void | AddProcess (Process *process) |
|
virtual void | Reset () |
|
virtual void | SaveAsInitialState () |
|
virtual bool | IsOk () |
|
bool | NeedsSolver () const |
|
virtual bool | CanHaveAreaFraction () |
|
virtual bool | IsSnowpack () |
|
virtual bool | IsGlacier () |
|
virtual bool | IsLandCover () |
|
virtual bool | IsNull () |
|
virtual void | Finalize () |
|
virtual void | UpdateContentFromInputs () |
|
virtual void | ApplyConstraints (double timeStep) |
|
WaterContainer * | GetWaterContainer () |
|
Process * | GetProcess (int index) |
|
vector< Process * > & | GetProcesses () |
|
string | GetName () |
|
void | SetName (const string &name) |
|
virtual vecDoublePt | GetDynamicContentChanges () |
|
vecDoublePt | GetStateVariableChangesFromProcesses () |
|
int | GetProcessesConnectionsNb () |
|
double * | GetBaseValuePointer (const string &name) |
|
virtual double * | GetValuePointer (const string &name) |
|
◆ SetParameters()
void Storage::SetParameters |
( |
const BrickSettings & | brickSettings | ) |
|
|
overridevirtual |
Assign the parameters to the brick element.
- Parameters
-
brickSettings | settings of the brick containing the parameters. |
Reimplemented from Brick.
The documentation for this class was generated from the following files:
- /github/workspace/core/src/bricks/Storage.h
- /github/workspace/core/src/bricks/Storage.cpp