dallan-keylogic

Results 57 comments of dallan-keylogic

Just ran into this issue myself. It happens not just with conversion, but even just initial assignment of units: ``` def func_dk_dT(cname,param_data,i,j,T): # Need to make the pyomo units match...

Could we please get a fix for this sometime soon? I just ran into it with my SOEC model. > InconsistentUnitsError: Error in units found in expression: 0.0 - fs.soec_module.solid_oxide_cell.fuel_channel.material_flux_x1[0.0,1,H2]:...

A workaround that works in some cases is creating a constant `Param` with the correct units and the value zero.

I was intrigued by the equivalence of collocation and spectral methods and the possibility of "spectral accuracy" with a large number of elements (although perhaps what I should have thought...

In this case, I believe the correct value for the residual Gibbs energy to be the -953.257 J/mol that the second calculation produces. It's entirely possible that I'm mixing up...

I was using the same temperature and pressure definition, but I'm guessing CoolProp uses the same temperature and density definition. The latter doesn't make a tremendous amount of sense for...

I'd also like to put in a request for a function to get the block which is solved for the initial condition problem. Doing an SVD on the Jacobian of...

Commenting on this PR just to mention that I would appreciate this feature as well. Will think more about if there are any clever ways of implementing it.

I was just dealing with a bunch of Restoration Failures with IAPWs 95. What @eslickj suggested is that they came from using saturated liquid or vapor enthalpies in constraints. See...

Also, while that might make the error message go away, it should be a warning sign that sensitivity analysis based on partial derivatives may not give you the whole story...