User:Rshrikanth: Difference between revisions
Rshrikanth (talk | contribs) |
Rshrikanth (talk | contribs) mNo edit summary |
||
| Line 7: | Line 7: | ||
Code: {{srcbranch|shrikanth|models/johnpye/fprops}} | Code: {{srcbranch|shrikanth|models/johnpye/fprops}} | ||
== | ==Goals== | ||
ASCEND's thermophysical property database is presently available in files written using ASCEND syntax. This data is open and new data can added without any requirement of recompilation.But browsing data in difficult in this form. This Project aims at migrating present database in .a4l file to *.db format. SQLite can be employed for this database migration. Also it would be necessary to have certain interface to load database from an ASCEND model. After successful migration, tests are needed to formulated and carried out to make sure that the property formulations worked as expected. | ASCEND's thermophysical property database is presently available in files written using ASCEND syntax. This data is open and new data can added without any requirement of recompilation.But browsing data in difficult in this form. This Project aims at migrating present database in .a4l file to *.db format. SQLite can be employed for this database migration. Also it would be necessary to have certain interface to load database from an ASCEND model. After successful migration, tests are needed to formulated and carried out to make sure that the property formulations worked as expected. | ||
== | ==Progress made== | ||
'''Thermophysical Database''' | |||
Added 9 components into FPROPS database. | |||
'''Patch for gibbs free energy in helmholtz function''' | |||
'''ADDED RADAU5 integrator''' | |||
==Codes== | ==Codes== | ||
Revision as of 08:18, 29 March 2011
Shrikanth Ranganadham
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873
Mentor : Krishnan Chittur
Code: shrikanth:models/johnpye/fprops
Goals
ASCEND's thermophysical property database is presently available in files written using ASCEND syntax. This data is open and new data can added without any requirement of recompilation.But browsing data in difficult in this form. This Project aims at migrating present database in .a4l file to *.db format. SQLite can be employed for this database migration. Also it would be necessary to have certain interface to load database from an ASCEND model. After successful migration, tests are needed to formulated and carried out to make sure that the property formulations worked as expected.
Progress made
Thermophysical Database Added 9 components into FPROPS database.
Patch for gibbs free energy in helmholtz function
ADDED RADAU5 integrator
Codes
HDPE reactor model http://ascendcode.cheme.cmu.edu/viewvc/code/branches/shrikanth/models/kchittur/shrikanth/HDPE.a4c?revision=3176&view=markup
PYTHON script for integrating above model http://ascendcode.cheme.cmu.edu/viewvc/code/branches/shrikanth/models/kchittur/shrikanth/HDPE_integrate_ida_ctrl.py?view=markup