Trouble with Converting Volumes in Parameters to Parameters for Dimensions

JohnJSS
Explorer

Trouble with Converting Volumes in Parameters to Parameters for Dimensions

JohnJSS
Explorer
Explorer

I am try to set up a parameter to solve for the radius of cylinder given a volume and height but I can't figure out where I am going wrong. 

 

JohnJSS_0-1728618838940.png

 

0 Likes
Reply
208 Views
3 Replies
Replies (3)

jscott6SWZG
Advisor
Advisor

Looks like your missing a bracket?

0 Likes

HughesTooling
Consultant
Consultant

Easier to help if you share the file. You will need to cancel the units so something like ((Volume_liters/l)/(PI*Height/mm))^0.5 to cancel the units for the volume and the height.

 

Edit, looks like that only gives you an answer as cubic mm so need to multiply by 1,000.

((Volume_liters/l)/(PI*Height/mm))^0.5 * 1000mm

 

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


0 Likes

g-andresen
Consultant
Consultant

Hi,

It should be noted that 1 l = 10^6 mm^3.

gandresen_2-1728652455267.png

 

 

       1,272 l = 1,272 * 106 mm3

 

 

 

 

günther

0 Likes