# VirtualStorage Node

## Allgemeine Beschreibung

Das **VirtualStorage node** ist eine virtuelle Speichereinheit. [API Referenz](https://pywr.github.io/pywr-docs/master/api/generated/pywr.nodes.VirtualStorage.html).

Hinweise:

TODO: Die Kosteneigenschaft wird derzeit nicht berücksichtigt. Siehe Ausgabe #242.

## Primäre Attribute

Volumen

<table><thead><tr><th width="180.33333333333331">Name</th><th width="318">Beschreibung</th><th>Erforderlich</th></tr></thead><tbody><tr><td>Zuweisungsstrafe</td><td>Die Kosten pro Einheit fließen über den Knoten</td><td>Fakultativ</td></tr><tr><td>Knoten</td><td>Liste der Zufluss-/Abflussknoten, die das Speichervolumen beeinflussen</td><td>Erforderlich</td></tr><tr><td>Min._</td><td>Das Mindestvolumen, das der Speicher erreichen darf</td><td>Optionales</td></tr><tr><td>Maximum_Volumen</td><td>Das maximale Volumen des Speichers</td><td>Erforderlich, standardmäßig 0, wenn nicht eingegeben</td></tr><tr><td>anfängliches_Volumen</td><td>Das anfängliche Speichervolumen</td><td>Eins ist erforderlich</td></tr><tr><td>Faktoren</td><td>Liste der Faktoren, mit denen der Knotenfluss multipliziert werden soll. Positive Faktoren entfernen Wasser aus dem Speicher, negative Faktoren entfernen es.</td><td>Fakultativ</td></tr></tbody></table>

## Beispiele

kommt bald...


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://water-strategy.gitbook.io/waterstrategy/deutsch/grundlagen-der-modellierung/node-types/water-storage/virtualstorage-node.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
