Main Content

Constant Head Tank

(To be removed) Hydraulic reservoir where pressurization and fluid level remain constant regardless of volume change

The Hydraulics (Isothermal) library will be removed in a future release. Use the Isothermal Liquid library instead. (since R2020a)

For more information on updating your models, see Upgrading Hydraulic Models to Use Isothermal Liquid Blocks.

Library

Low-Pressure Blocks

  • Constant Head Tank block

Description

The Constant Head Tank block represents a pressurized hydraulic reservoir, in which fluid is stored under a specified pressure. The size of the tank is assumed to be large enough to neglect the pressurization and fluid level change due to fluid volume. The block accounts for the fluid level elevation with respect to the tank bottom, as well as for pressure loss in the connecting pipe that can be caused by a filter, fittings, or some other local resistance. The loss is specified with the pressure loss coefficient. The block computes the volume of fluid in the tank and exports it outside through the physical signal port V.

The fluid volume value does not affect the results of simulation. It is introduced merely for information purposes. It is possible for the fluid volume to become negative during simulation, which signals that the fluid volume is not enough for the proper operation of the system. By viewing the results of the simulation, you can determine the extent of the fluid shortage.

For reasons of computational robustness, the pressure loss in the connecting pipe is computed with the equations similar to that used in the Fixed Orifice block:

q=1KAp2ρploss(ploss2+pcr2)1/4

pcr=Kρ2(Recrνd)2

The Critical Reynolds number is set to 15.

The pressure at the tank inlet is computed with the following equations:

p=pelevploss+ppr

pelev=ρ·g·H

Ap=π·d24

where

pPressure at the tank inlet
pelevPressure due to fluid level
plossPressure loss in the connecting pipe
pprPressurization
ρFluid density
gAcceleration of gravity
HFluid level with respect to the bottom of the tank
KPressure loss coefficient
ApConnecting pipe area
dConnecting pipe diameter
qFlow rate
pcrMinimum pressure for turbulent flow

Connection T is a hydraulic conserving port associated with the tank inlet. Connection V is a physical signal port. The flow rate is considered positive if it flows into the tank.

Parameters

Pressurization

Gage pressure acting on the surface of the fluid in the tank. It can be created by a gas cushion, membrane, bladder, or piston, as in bootstrap reservoirs. This parameter must be greater than or equal to zero. The default value is 0, which corresponds to a tank connected to atmosphere.

Fluid level

The fluid level with respect to the tank bottom. This parameter must be greater than zero. The default value is 1 m.

Initial fluid volume

The initial volume of fluid in the tank. This parameter must be greater than zero. The default value is 0.2 m^3.

Inlet pipeline diameter

The diameter of the connecting pipe. This parameter must be greater than zero. The default value is 0.02 m.

Pipeline pressure loss coefficient

The value of the pressure loss coefficient, to account for pressure loss in the connecting pipe. This parameter must be greater than zero. The default value is 1.2.

Ports

The block has the following ports:

T

Hydraulic conserving port associated with the tank inlet.

V

Physical signal port that outputs the volume of fluid in the tank.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2009a

collapse all

R2023a: To be removed

The Hydraulics (Isothermal) library will be removed in a future release. Use the Isothermal Liquid library instead.

For more information on updating your models, see Upgrading Hydraulic Models to Use Isothermal Liquid Blocks.

See Also

|