6
2026-01-24 12:49:55 +03:00

36 lines
1.6 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Document>
# Трубопроводные сети
Системы соединенных [textlink="труб" link="Pipes"] для транспортировки газов.
<Box>
<GuideEntityEmbed Entity="GasPipeStraight" Caption=""/>
<GuideEntityEmbed Entity="GasPipeHalf" Caption=""/>
<GuideEntityEmbed Entity="GasPipeBend" Caption=""/>
<GuideEntityEmbed Entity="GasPipeTJunction" Caption=""/>
<GuideEntityEmbed Entity="GasPipeFourway" Caption=""/>
<GuideEntityEmbed Entity="GasPressurePump" Caption=""/>
<GuideEntityEmbed Entity="GasVolumePump" Caption=""/>
</Box>
Примеры сетей:
- Распределительная (дистро)
- Отводная (вэйстнет)
## Принцип работы
Трубопроводы работают как единый объем с точками ввода/вывода.
Разделяются устройствами:
- [textlink="Насосы" link="Pumps"]
- [textlink="Смесители/фильтры" link="MixingAndFiltering"]
- [textlink="Клапаны" link="Valves"]
- [textlink="Радиаторы" link="Radiators"]
Пример разделения сети насосом:
<Box>
<GuideEntityEmbed Entity="GasPipeStraight" Caption="Сеть 1" Rotation="90"/>
<GuideEntityEmbed Entity="GasPipeStraight" Caption="" Rotation="90"/>
<GuideEntityEmbed Entity="GasPressurePump" Caption="Разделитель" Rotation="90"/>
<GuideEntityEmbed Entity="GasPipeStraight" Caption="" Rotation="90"/>
<GuideEntityEmbed Entity="GasPipeStraight" Caption="Сеть 2" Rotation="90"/>
</Box>
</Document>