How to call the thermal liquid T-junction component in the simscape code?
이전 댓글 표시
I am creating my own simscape block of a thermal liquid circulation system, and the component T-junction is required in my block. I have found the location of the sscp code in the library, which is "fluids.thermal_liquid.pipes_fittings.t_junction". I am trying to add this as the component using the code below. I am sure there are some additional lines to specify the details of this T-junction, but the sscp file is protected. Is this the right way to call this component, and what are the parameters needed to call this component? Thank you for the response.
components(ExternalAccess=none)
tJunc = fluids.thermal_liquid.pipes_fittings.t_junction(...
);
end
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Foundation and Custom Domains에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


