Hi, please, I'm having trouble with getting the molecular weight property.
I have this lines (i am using the Mose Toolkit):
CAPEOPEN100.ICapeThermoMaterialObject In = Entrada.ConnectedObject;
flujoBase = (In.GetProp("flow", "Overall", null, null, "mass") as double[]);
presion = (In.GetProp("pressure", "Overall", null, null, null) as double[]);
temperatura = (In.GetProp("temperature", "Overall", null, null, null) as double[]);
pesoMolecular = (In.GetProp("molecuarWeight", "Overall", null, null, null) as double[]);
I am ok with the flow, pressure and temperature, but with the MW I am getting zero values.
Thank for your help.
Cesar.

