- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm making a parametric centrifugal (end suction) pump, and I'm using a revolve, and using a lookup table for the nozzles.
In an attempt to allow me to have different size suction and discharge connections (which is pretty standard), I made a SuctionConn parameter, and a DischargeConn parameter.
I'm thinking, but not certain, that I'll need two lookup tables for this.
One to match the value to whatever my SuctionConn is set to, and another to match to the value my DischargeConn is set to.
I can see where it allows you to have multiple lookup tables embedded, that's easy enough, but what's the simplest workflow for this?
This could even be a moot point if one lookup table can lookup based on two difference criteria. Which means I'll just need to formulate properly in my parameters.
If I, do indeed, need two, how do you formulate for that? I know right now, you make a text parameter called "Lookup Table Name" and in Value, you type in the name of the CSV you embed. But what if there's two tables?
Solved! Go to Solution.