FOSSEE / OMChemSim

Chemical library developed using OpenModelica for steady-state and dynamic process simulation
BSD 3-Clause "New" or "Revised" License
37 stars 28 forks source link

Fixed errors in the model files of the examples #57

Open SarmithaVD opened 1 year ago

SarmithaVD commented 1 year ago

This pull request consists of various changes. Aims to resolve a class specialization error by updating the types of the 'benzene' and 'toluene' classes from 'model' to 'record'. Another fix addresses an issue with an invalid unit expression 'kJ/[kmol.K]', which has been corrected to 'kJ/kmol.K' as brackets are not allowed in this context. Additionally, some changes have been made to improve indentation and adhere to proper naming conventions. Furthermore, this pull request eliminates duplicate elements that were inconsistent due to inheritance.