dwsim5
dwsim5 copied to clipboard
DWSIM - Open Source Chemical Process Simulator (5.x series)
App crashes with the following error: ``` APP CRASH!!! System.Xml.XmlException: Data at the root level is invalid. Line 1753, position 25. at System.Xml.XmlTextReaderImpl.Throw (System.Exception e) [0x00027] in :0 at System.Xml.XmlTextReaderImpl.Throw...
Hello, Is there any way to integrate Refprop as property package in DWSIM?
Please add an example for Automation.SaveFlowsheet Method. TODO (optional): Describe a specific scenario you would like to see addressed. Help Topic: http://dwsim.inforside.com.br/api_help57/html/M_DWSIM_Automation_Automation_SaveFlowsheet.htm
The project does not build. Cloned the project from GitHub and when I try to build it it failes. Is there any dependencies I need? 
Issue (example): Double.Parse("77,65", System.Globalization.NumberStyles.Any, System.Globalization.CultureInfo.InvariantCulture) return 7765 Cause: System.Globalization.NumberStyles.AllowThousands https://stackoverflow.com/questions/46109025/c-sharp-double-tryparse-with-invariantculture-returns-unexpected-result Sample for fix: use Public Shared NumberStyleAnyWithoutAllowThousands as NumberStyles = NumberStyles.Any - NumberStyles.AllowThousands instead NumberStyles.Any
Please add an example for FlowsheetSolver.SolveFlowsheet Method. TODO (optional): Describe a specific scenario you would like to see addressed. Help Topic: http://dwsim.inforside.com.br/api_help57/html/M_DWSIM_FlowsheetSolver_FlowsheetSolver_SolveFlowsheet.htm
When modeling systems that benefit from two different property packages (e.g. gas-fired boilers, etc.), it would be very convenient to be able to specify multiple component lists that each have...