kg/cm2 is not a valid unit for the pressure dimension (mass/area). It should be force/area.
There are separate dimensions in Everything3D for 'Mass per Unit Area' and Pressure.
A quantity specified in kg/cm2 has the former dimension, not Pressure.
In the next major release of Everything3D 3.1 the possible units for pressure will be:-
pascal
bar
atm
psi
torr
mmHg
inHg
osi
inHgAtSixtyDegF
mmHgAtSixtyDegF
inWaterAtSixtyDegF
inWaterAtFourDegC
ftWaterAtSixtyDegF
ftWaterAtFourDegC
mmWaterAtSixtyDegF
mmWaterAtFourDegC
But is it possible to add user defined units instead of 'PSI' or 'BAR' ?
because as per my project requirement i need pressure unit as 'KG/CM^2 G' only.
[QUOTE=corrado;108967]kg/cm2 is not a valid unit for the pressure dimension (mass/area). It should be force/area.
There are separate dimensions in Everything3D for 'Mass per Unit Area' and Pressure.
A quantity specified in kg/cm2 has the former dimension, not Pressure.
In the next major release of Everything3D 3.1 the possible units for pressure will be:-
pascal
bar
atm
psi
torr
mmHg
inHg
osi
inHgAtSixtyDegF
mmHgAtSixtyDegF
inWaterAtSixtyDegF
inWaterAtFourDegC
ftWaterAtSixtyDegF
ftWaterAtFourDegC
mmWaterAtSixtyDegF
mmWaterAtFourDegC
Dear corrado
Where i can check a list of units available inside a system (thermoconductivity)
Thank you
merci LEO
!units = object comunits()
q var !units.allDimensions
-->Check number of your system
q var !units.allDimensions[58].unitsof()
--> Give you list of unit available (with correct syntax)( some are empty ,i dont know why)