can Pipe(TL) is used with Pneumatics
조회 수: 1 (최근 30일)
이전 댓글 표시
As I want to Measure Pressure drop in Pipe considering Parameters like compressibility so for that can I use Pipe(TL) as segmented/discretised models so I can compare pressure drop in segmented pipe.
댓글 수: 0
채택된 답변
Sebastian Castro
2015년 10월 23일
You cannot do it directly. The Pipe (TL) block uses the Thermal Liquid domain, which is different from the Pneumatic domain.
However, you can make your own segmented pneumatic pipe approximation by creating a repeating pattern of "Pneumatic Resistive Tube" > "Constant Volume Pneumatic Chamber" > "Pneumatic Resistive Tube" blocks.
Pretty sure that's how the pipe blocks in other domains (hydraulic, thermal liquid, two-phase fluid) do it, anyhow.
- Sebastian
댓글 수: 2
Sebastian Castro
2015년 10월 24일
The Pneumatic Resistive Tube block uses this same friction law, and the Constant Volume Pneumatic Chamber block has a thermal port that you can use to model heat transfer.
So what I mentioned in my first answer should work to recreate the same and allow it to connect directly to other Pneumatic domain blocks.
추가 답변 (1개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Particle & Nuclear Physics에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!