How to insert a reducing tee in SPEC DRIVEN piping mode
We want to use the Spec Driven piping module when they design. But The Spec Driven piping module have some problems.
For example,
> Fittings in Spec Driven piping is also limited and some fitting are not supported
- SIZE ≠ NEW_SIZE
- SIZE ≠ NEW_SIZE ≠ BRANCH_SIZE
- BRANCH_SIZE > SIZE = NEW_SIZE

It is possible when SIZE is larger than BRANCH_SIZE(SIZE > SIZE_ BRANCH) but the opposite is not possible as BRANCH_SIZE is larger than SIZE(BRANCH_SIZE > SIZE).
We use these fitting types (as below).
How to insert reducing tee? Please Let me know anything to do.


