How to call the thermal liquid T-junction component in the simscape code?
Show older comments
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
Accepted Answer
More Answers (0)
Categories
Find more on Foundation and Custom Domains in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

