◆ GetConnectionsNb()
int ProcessInfiltration::GetConnectionsNb |
( |
| ) |
|
|
overridevirtual |
Get the number of connections to the process.
- Returns
- number of connections to the process.
Implements Process.
◆ GetTargetCapacity()
double ProcessInfiltration::GetTargetCapacity |
( |
| ) |
|
|
protected |
Get the maximum capacity of the target brick.
- Returns
- The maximum capacity of the target brick.
◆ GetTargetFillingRatio()
double ProcessInfiltration::GetTargetFillingRatio |
( |
| ) |
|
|
protected |
Get the filling ratio of the target brick.
- Returns
- The filling ratio of the target brick.
◆ GetTargetStock()
double ProcessInfiltration::GetTargetStock |
( |
| ) |
|
|
protected |
Get the water content of the target brick.
- Returns
- The water content of the target brick.
◆ GetValuePointer()
double * ProcessInfiltration::GetValuePointer |
( |
const string & | name | ) |
|
|
overridevirtual |
Get the value pointer for a given element.
- Parameters
-
name | name of the element to get. |
- Returns
- pointer to the value of the given element.
Reimplemented from Process.
◆ IsOk()
bool ProcessInfiltration::IsOk |
( |
| ) |
|
|
overridevirtual |
Check that everything is correctly defined.
- Returns
- true is everything is correctly defined.
Implements Process.
◆ NeedsTargetBrickLinking()
bool ProcessInfiltration::NeedsTargetBrickLinking |
( |
| ) |
|
|
inlineoverridevirtual |
Check if the process needs to link the target brick.
- Returns
- true if the process needs to link the target brick.
Reimplemented from Process.
◆ SetTargetBrick()
void ProcessInfiltration::SetTargetBrick |
( |
Brick * | targetBrick | ) |
|
|
inlineoverridevirtual |
Set the target brick for the process.
- Parameters
-
Reimplemented from Process.
The documentation for this class was generated from the following files:
- /github/workspace/core/src/processes/ProcessInfiltration.h
- /github/workspace/core/src/processes/ProcessInfiltration.cpp