Simple Tank
Isothermal liquid tank with optional hydrostatic head calculation.
SimpleTank represents a tank whose pressure is prescribed and whose thermodynamic state is assumed constant. The component does not solve any conservation equations and is typically used as a simple fluid source, sink, or storage volume in steady-state analyses.
When a liquid height is provided, the hydrostatic head pressure is computed from the liquid density and gravitational acceleration.
Parameters
| Name | Type | Description |
|---|---|---|
name | str | Component name |
network | Network | Network that owns this component |
pressure | State | Tank pressure |
temperature | State, optional | Tank temperature |
liquid_ | State, optional | Liquid column height above the outlet reference elevation |
gravitational_ | State or float, optional | Gravitational acceleration. Defaults to standard gravity. |
head_ | State, optional | Hydrostatic pressure generated by the liquid column |
internal_ | State, optional | Liquid specific internal energy |
density | State, optional | Liquid density |
mass_ | State, optional | Tank discharge mass flow rate |