i had a simple sheet to calculate the compressor
inducer geometry.
the syntax for the density definition was
rhoin := 0.0173 lb/ft^3 and it looked like this
rhoin = 0.0173 lb/ft^3
to update the sheet, i tried to import a data
string/vector. so the import definition looks like
this;
rhoin := data <1>*lb/ft^3
but the parameter looks like;
rhoin = (0.0173)lb/ft^3 and the root solver stops
what do these brackets mean? what did i do wrong?