<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ascend4.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rshrikanth</id>
	<title>ASCEND - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://ascend4.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rshrikanth"/>
	<link rel="alternate" type="text/html" href="https://ascend4.org/Special:Contributions/Rshrikanth"/>
	<updated>2026-04-28T22:01:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=2071</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=2071"/>
		<updated>2011-04-04T12:00:00Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
==Goals==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Work done==&lt;br /&gt;
&lt;br /&gt;
Added 9 components into FPROPS database. &lt;br /&gt;
&lt;br /&gt;
Patch for gibbs free energy in helmholtz function&lt;br /&gt;
&lt;br /&gt;
==Present work==&lt;br /&gt;
====RADAU5====&lt;br /&gt;
Introduction&lt;br /&gt;
&lt;br /&gt;
Radau5 codes are based on runge kutta implicit methods. The present native integrators LSODE and IDA are based on backward difference formula(BDF) where as newly added DOPRI5 and RADAU5 are based on single step methods of runge kutta are simply called march forward methods as they don&#039;t depend on previous values of y. RADAU5 codes are capable of integrating &#039;&#039;stiff ordinary differential equations&#039;&#039; and &#039;&#039;differential algebraic equations&#039;&#039; and there general accuracy of order 5. For further reading please refer &#039;&#039;Solving ordinary differential equations part 2 by E.Hairer and G.Wanner&#039;&#039; where solving procedure as well code are discussed. &lt;br /&gt;
&lt;br /&gt;
===work done===&lt;br /&gt;
&lt;br /&gt;
Primary wrapper for integrator is finished and is available in trunk version. &lt;br /&gt;
&lt;br /&gt;
Integrator performance against van der pol problem (stiff ode) has been satisfactorily tested. &lt;br /&gt;
&lt;br /&gt;
===Further work===&lt;br /&gt;
&lt;br /&gt;
More rigorous testing required to be performed.&lt;br /&gt;
&lt;br /&gt;
Present wrapper supports solving ODE&#039;s. Although DAE&#039;s can also be solved but approach doesn&#039;t make use of native ability of RADAU5 and order of accuracy would be smaller. Extending wrapper support to make use RADAU5&#039;s DAE solving ability is in proposed further work. &lt;br /&gt;
  &lt;br /&gt;
==Codes==&lt;br /&gt;
HDPE reactor model &lt;br /&gt;
&lt;br /&gt;
http://ascendcode.cheme.cmu.edu/viewvc/code/branches/shrikanth/models/kchittur/shrikanth/HDPE.a4c?revision=3176&amp;amp;view=markup&lt;br /&gt;
&lt;br /&gt;
PYTHON script for integrating above model&lt;br /&gt;
http://ascendcode.cheme.cmu.edu/viewvc/code/branches/shrikanth/models/kchittur/shrikanth/HDPE_integrate_ida_ctrl.py?view=markup&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=2020</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=2020"/>
		<updated>2011-03-29T08:18:15Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
Code: {{srcbranch|shrikanth|models/johnpye/fprops}}&lt;br /&gt;
&lt;br /&gt;
==Goals==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Progress made==&lt;br /&gt;
&#039;&#039;&#039;Thermophysical Database&#039;&#039;&#039;&lt;br /&gt;
Added 9 components into FPROPS database. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Patch for gibbs free energy in helmholtz function&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ADDED RADAU5 integrator&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==Codes==&lt;br /&gt;
HDPE reactor model &lt;br /&gt;
http://ascendcode.cheme.cmu.edu/viewvc/code/branches/shrikanth/models/kchittur/shrikanth/HDPE.a4c?revision=3176&amp;amp;view=markup&lt;br /&gt;
&lt;br /&gt;
PYTHON script for integrating above model&lt;br /&gt;
http://ascendcode.cheme.cmu.edu/viewvc/code/branches/shrikanth/models/kchittur/shrikanth/HDPE_integrate_ida_ctrl.py?view=markup&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=2011</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=2011"/>
		<updated>2011-03-29T08:12:26Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: /* Tasks/Deliverables */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
Code: {{srcbranch|shrikanth|models/johnpye/fprops}}&lt;br /&gt;
&lt;br /&gt;
== Project description ==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Deliverables==&lt;br /&gt;
&lt;br /&gt;
==Codes==&lt;br /&gt;
HDPE reactor model &lt;br /&gt;
http://ascendcode.cheme.cmu.edu/viewvc/code/branches/shrikanth/models/kchittur/shrikanth/HDPE.a4c?revision=3176&amp;amp;view=markup&lt;br /&gt;
&lt;br /&gt;
PYTHON script for integrating above model&lt;br /&gt;
http://ascendcode.cheme.cmu.edu/viewvc/code/branches/shrikanth/models/kchittur/shrikanth/HDPE_integrate_ida_ctrl.py?view=markup&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=1704</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=1704"/>
		<updated>2011-01-31T12:24:12Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: /* Codes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
Code: {{srcbranch|shrikanth|models/johnpye/fprops}}&lt;br /&gt;
&lt;br /&gt;
== Project description ==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Tasks/Deliverables==&lt;br /&gt;
&lt;br /&gt;
1)As of now to equate fugacities of liquid phase and gas phase for saturation boundaries.&lt;br /&gt;
&lt;br /&gt;
2)Migrating database will be done in later phase&lt;br /&gt;
&lt;br /&gt;
==Codes==&lt;br /&gt;
HDPE reactor model &lt;br /&gt;
http://ascendcode.cheme.cmu.edu/viewvc/code/branches/shrikanth/models/kchittur/shrikanth/HDPE.a4c?revision=3176&amp;amp;view=markup&lt;br /&gt;
&lt;br /&gt;
PYTHON script for integrating above model&lt;br /&gt;
http://ascendcode.cheme.cmu.edu/viewvc/code/branches/shrikanth/models/kchittur/shrikanth/HDPE_integrate_ida_ctrl.py?view=markup&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=1703</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=1703"/>
		<updated>2011-01-31T12:22:38Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
Code: {{srcbranch|shrikanth|models/johnpye/fprops}}&lt;br /&gt;
&lt;br /&gt;
== Project description ==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Tasks/Deliverables==&lt;br /&gt;
&lt;br /&gt;
1)As of now to equate fugacities of liquid phase and gas phase for saturation boundaries.&lt;br /&gt;
&lt;br /&gt;
2)Migrating database will be done in later phase&lt;br /&gt;
&lt;br /&gt;
==Codes==&lt;br /&gt;
http://ascendcode.cheme.cmu.edu/viewvc/code/branches/shrikanth/models/kchittur/shrikanth/HDPE_integrate_ida_ctrl.py?view=markup&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=797</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=797"/>
		<updated>2010-06-06T12:34:47Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: /* work done */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
== Project description ==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Tasks/Deliverables==&lt;br /&gt;
&lt;br /&gt;
1)As of now to equate fugacities of liquid phase and gas phase for saturation boundaries.&lt;br /&gt;
&lt;br /&gt;
2)Migrating database will be done in later phase&lt;br /&gt;
&lt;br /&gt;
==Detailed Plan==&lt;br /&gt;
==work done ==&lt;br /&gt;
===Week 1===&lt;br /&gt;
&lt;br /&gt;
1)Added 15 components (ref. Lemmon&#039;s Short fundamental Equations of state for 20 industrial fluids) to FPROPS database (workdone along with Ankit)&lt;br /&gt;
&lt;br /&gt;
2)Tested code with test data for single point provided in Lemmon at.el  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Week 2=== &lt;br /&gt;
&lt;br /&gt;
1)Added test data to Sulfur dioxide from NIST web book and perry&#039;s correlation for ideal gas heat capacity. Results were acceptable to tolerances set in Lemmon&#039;s paper&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=787</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=787"/>
		<updated>2010-06-06T11:08:59Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
== Project description ==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Tasks/Deliverables==&lt;br /&gt;
&lt;br /&gt;
1)As of now to equate fugacities of liquid phase and gas phase for saturation boundaries.&lt;br /&gt;
&lt;br /&gt;
2)Migrating database will be done in later phase&lt;br /&gt;
&lt;br /&gt;
==Detailed Plan==&lt;br /&gt;
==work done ==&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=786</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=786"/>
		<updated>2010-06-06T11:08:27Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: /* Tasks/Deliverables */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
== Project description ==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Tasks/Deliverables==&lt;br /&gt;
&lt;br /&gt;
1)As of now to equate fugacities of liquid phase and gas phase for saturation boundaries.&lt;br /&gt;
&lt;br /&gt;
2)Migrating database will be done in later phase&lt;br /&gt;
&lt;br /&gt;
==Detailed Plan==&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=784</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=784"/>
		<updated>2010-06-06T11:07:32Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: /* Tasks/Deliverables */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
== Project description ==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Tasks/Deliverables==&lt;br /&gt;
1)As of now to equate fugacities of liquid phase and gas phase for saturation boundaries.&lt;br /&gt;
2)Migrating database will be done in later phase&lt;br /&gt;
&lt;br /&gt;
==Detailed Plan==&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=783</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=783"/>
		<updated>2010-06-06T11:06:16Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: /* Tasks/Deliverables */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
== Project description ==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Tasks/Deliverables==&lt;br /&gt;
As of now to equate fugacities of liquid phase and gas phase for saturation boundaries.&lt;br /&gt;
Migrating database will be done in later phase&lt;br /&gt;
&lt;br /&gt;
==Detailed Plan==&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=782</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=782"/>
		<updated>2010-06-06T11:05:11Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: /* Tasks/Deliverables */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
== Project description ==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Tasks/Deliverables==&lt;br /&gt;
As of now to equate fugacities of liquid phase and gas phase for saturation boundaries.&lt;br /&gt;
&lt;br /&gt;
==Detailed Plan==&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=731</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=731"/>
		<updated>2010-05-31T11:01:22Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: /* Project description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
== Project description ==&lt;br /&gt;
ASCEND&#039;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.&lt;br /&gt;
&lt;br /&gt;
==Tasks/Deliverables==&lt;br /&gt;
==Detailed Plan==&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=730</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=730"/>
		<updated>2010-05-31T11:00:42Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
Proposal : http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/shrikanth/t127083559873&lt;br /&gt;
&lt;br /&gt;
Mentor : [[Krishnan Chittur]]&lt;br /&gt;
&lt;br /&gt;
== Project description ==&lt;br /&gt;
ASCEND&#039;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 to 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.   &lt;br /&gt;
==Tasks/Deliverables==&lt;br /&gt;
==Detailed Plan==&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=728</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=728"/>
		<updated>2010-05-31T09:46:43Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: Replaced content with &amp;#039;&amp;#039;&amp;#039;&amp;#039;Shrikanth Ranganadham &amp;#039;&amp;#039;&amp;#039;
 




Category:GSOC2010&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Shrikanth Ranganadham &#039;&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=726</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=726"/>
		<updated>2010-05-31T09:43:39Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Name: Shrikanth Ranganadham&lt;br /&gt;
&lt;br /&gt;
Occupation: Student&lt;br /&gt;
&lt;br /&gt;
Degree: Masters&lt;br /&gt;
&lt;br /&gt;
Majors: Chemical Engineering &lt;br /&gt;
&lt;br /&gt;
College/University: Indian Institute of Technology Bombay&lt;br /&gt;
&lt;br /&gt;
Country : India&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Projects on ASCEND ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Masters Project&#039;&#039;&#039;: Presently working on thesis project titled &amp;quot;Modeling and simulation in ASCEND&amp;quot;. Deliverables for this project are as follows : &lt;br /&gt;
&lt;br /&gt;
1) Using ASCEND for simulation of air-water system and HDPE reactor model which  involve DAE&#039;s. &lt;br /&gt;
&lt;br /&gt;
2) Create spoken tutorials for ASCEND&lt;br /&gt;
&lt;br /&gt;
3) Implement ASCEND usage in undergrad course work of my college.&lt;br /&gt;
&lt;br /&gt;
GUIDE &amp;amp; Mentor : Prof Kannan Moudgalaya ,IIT Bombay&lt;br /&gt;
&lt;br /&gt;
People involved in project: &#039;&#039;Ankit Mittal , Arne Hückelheim, Jan Hückelheim&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;GSOC 2010&#039;&#039;&#039;: Project proposal &amp;quot;Thermophysical database in ASCEND&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Deliverables :&lt;br /&gt;
&lt;br /&gt;
1)Create new database of thermo physical properties of components using SQLite&lt;br /&gt;
&lt;br /&gt;
2)Interfacing it with ASCEND&lt;br /&gt;
&lt;br /&gt;
Mentor : Prof Krishnan Chittur ,University of Alabama, Huntsville&lt;br /&gt;
&lt;br /&gt;
[[Category:GSOC2010]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=Prerequisites_for_Windows&amp;diff=601</id>
		<title>Prerequisites for Windows</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=Prerequisites_for_Windows&amp;diff=601"/>
		<updated>2010-05-19T22:18:14Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: /* For ASCEND 0.9.7 with the Tcl/Tk GUI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== For ASCEND 0.9.7 with the Python GUI ==&lt;br /&gt;
&lt;br /&gt;
To be installed in this order:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://www.python.org/ftp/python/2.6/python-2.6.msi Python 2.6] (be sure to install the 32-bit version)&lt;br /&gt;
* [http://ftp.gnome.org/pub/GNOME/binaries/win32/glade3/3.6/glade3-3.6.7-with-GTK+.exe Glade with GTK+ 3.6.7]&lt;br /&gt;
* [http://ftp.gnome.org/pub/GNOME/binaries/win32/pygobject/2.14/pygobject-2.14.2-2.win32-py2.6.exe PyGObject 2.14.2 py2.6]&lt;br /&gt;
* [http://ftp.gnome.org/pub/GNOME/binaries/win32/pycairo/1.4/pycairo-1.4.12-2.win32-py2.6.exe PyCairo 1.4.12-2 py2.6]&lt;br /&gt;
* [http://ftp.gnome.org/pub/GNOME/binaries/win32/pygtk/2.16/pygtk-2.16.0.win32-py2.6.exe PyGTK 2.12.1-3 py2.6]&lt;br /&gt;
&lt;br /&gt;
Optional components:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://ipython.scipy.org/dist/0.10/ipython-0.10.win32-setup.exe IPython 0.10] (for console support)&lt;br /&gt;
* [http://sourceforge.net/projects/numpy/files/NumPy/1.3.0/numpy-1.3.0-win32-superpack-python2.6.exe/download NumPy 1.3.0] (to support Matplotlib)&lt;br /&gt;
* [http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-0.99.1/matplotlib-0.99.1.win-amd64-py2.6.exe Matplotlib 0.99.1] (for plotting and incidence matrices)&lt;br /&gt;
&lt;br /&gt;
Backup copies of many of the above files are available from [http://www.eng.uah.edu/~kchittur/files4windows this site].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== For ASCEND 0.9.7 with the Tcl/Tk GUI ==&lt;br /&gt;
&lt;br /&gt;
The ActiveState site has recently removed the Tcl/Tk installer that was required by ASCEND during installation. A copy of the original file is available from here:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* http://www.eng.uah.edu/~kchittur/files4windows/ActiveTcl8.4.15.0.280619-win32-ix86-threaded.exe&lt;br /&gt;
&lt;br /&gt;
We also believe that the following release will work, but have not yet tested it:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* http://downloads.activestate.com/ActiveTcl/releases/8.4.19.3/ActiveTcl8.4.19.3.291941-win32-ix86-threaded.exe&lt;br /&gt;
&lt;br /&gt;
== For ASCEND 0.9.6 with the PyGTK GUI ==&lt;br /&gt;
&amp;lt;div class=&amp;quot;notice metadata&amp;quot; id=&amp;quot;outdated&amp;quot; style=&amp;quot;border:solid 2pt #FDB; width:70ex; background-color:#FFF8F4;padding:4px;margin-bottom:6px&amp;quot;&amp;gt;&#039;&#039;This section is &#039;&#039;&#039;outdated&#039;&#039;&#039;. You can help out by &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://ascendwiki.cheme.cmu.edu/index.php?title=Prerequisites_for_Windows&amp;amp;action=edit updating it]&amp;lt;/span&amp;gt;. &#039;&#039;&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;border:solid 2pt blue;padding:5px&amp;quot;&amp;gt;ASCEND now supports Python 2.5. (See link to sourceforge.net download page below). If installing ASCEND with Python 2.5, be sure to get the &amp;lt;tt&amp;gt;-py2.5&amp;lt;/tt&amp;gt; versions of the dependencies listed below. We have tested ASCEND with more up-to-date versions (than those listed here) of the GTK and PyGTK and related packages and that seems to work OK as well.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
First install Python [http://www.python.org/download/releases/2.4.4/ version &#039;&#039;&#039;2.4&#039;&#039;&#039;]. We are not yet supporting Python 2.5 on Windows (although it is tested on Linux and should work).&lt;br /&gt;
&lt;br /&gt;
Next install GTK+. Download the [http://downloads.sourceforge.net/gladewin32/gtk-win32-devel-2.6.10-rc1.exe gtk-win32-devel-2.6.10-rc1.exe] file from the [http://sourceforge.net/project/showfiles.php?group_id=98754&amp;amp;package_id=111411 gladewin32] project.&lt;br /&gt;
&lt;br /&gt;
Next, install the following additional reqired python-related packages on your machine (easily located with Google):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://ftp.gnome.org/pub/gnome/binaries/win32/pycairo/1.0/pycairo-1.0.2-1.win32-py2.4.exe pycairo-1.0.2-1.win32-py2.4.exe]&lt;br /&gt;
* [http://ftp.acc.umu.se/pub/gnome/binaries/win32/pygtk/2.6/pygtk-2.6.3-1.win32-py2.4.exe pygtk-2.6.3-1.win32-py2.4.exe]&lt;br /&gt;
&lt;br /&gt;
You will require the following (for versions up to ASCEND 0.9.5.109, or they are optional for 0.9.5.110) for graphics support:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://downloads.sourceforge.net/matplotlib/matplotlib-0.90.0.win32-py2.4.exe matplotlib-0.90.0.win32-py2.4.exe]&lt;br /&gt;
* [http://prdownloads.sourceforge.net/numpy/numpy-1.0.2.win32-py2.4.exe numpy-1.0.2.win32-py2.4.exe]&lt;br /&gt;
&lt;br /&gt;
The remaining packages are optional. If you want to enable [[Python console support]] for scripting/debugging:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [http://ipython.scipy.org/dist/ipython-0.8.0.win32.exe ipython-0.8.0.win32.exe]&lt;br /&gt;
* (another python extension module), which in turn requires&lt;br /&gt;
** [http://downloads.sourceforge.net/ctypes/ctypes-1.0.1.win32-py2.4.exe ctypes-1.0.1.win32-py2.4.exe] (note: this dep will drop off with Python 2.5 -- built-in)&lt;br /&gt;
** [http://ipython.scipy.org/dist/pyreadline-1.4.2.win32.exe pyreadline-1.4.2.win32.exe]&lt;br /&gt;
** [http://downloads.sourceforge.net/ctypes/ctypes-1.0.1.win32-py2.4.exe ctypes-1.0.1.win32-py2.4.exe] (note: this dep will drop off with Python 2.5 -- built-in)&lt;br /&gt;
** [http://ipython.scipy.org/dist/pyreadline-1.4.2.win32.exe pyreadline-1.4.2.win32.exe]&lt;br /&gt;
* [http://downloads.sourceforge.net/ctypes/ctypes-1.0.1.win32-py2.4.exe ctypes-1.0.1.win32-py2.4.exe] (note: this dep will drop off with Python 2.5 -- built-in)&lt;br /&gt;
* [http://ipython.scipy.org/dist/pyreadline-1.4.2.win32.exe pyreadline-1.4.2.win32.exe]&lt;br /&gt;
&lt;br /&gt;
== For ASCEND 0.9.6 with the Tcl/Tk GUI ==&lt;br /&gt;
&lt;br /&gt;
* Tcl/Tk 8.3 or [http://downloads.activestate.com/ActiveTcl/Windows/8.4.15/ActiveTcl8.4.15.0.280619-win32-ix86-threaded.exe 8.4 (ActiveState distribution)]&lt;br /&gt;
* TkTable 2.8 or 2.9 (link required here?)&lt;br /&gt;
* xgraph (optional)&lt;br /&gt;
&lt;br /&gt;
== CONOPT ==&lt;br /&gt;
&lt;br /&gt;
Optionally, if you want to use the [[CONOPT]] or [[CMSlv]] solvers, you will need CONOPT. We have a .exe installer that we can provide to registered users of CONOPT.&lt;br /&gt;
&lt;br /&gt;
See also [[Prerequisites for Linux]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 [[Category:Outdated]]&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=334</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=334"/>
		<updated>2010-05-16T17:41:06Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== User Details ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Name: Shrikanth Ranganadham&lt;br /&gt;
&lt;br /&gt;
Occupation: Student&lt;br /&gt;
&lt;br /&gt;
Degree: Masters&lt;br /&gt;
&lt;br /&gt;
Majors: Chemical Engineering &lt;br /&gt;
&lt;br /&gt;
College/University: Indian Institute of Technology Bombay&lt;br /&gt;
&lt;br /&gt;
Country : India&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Projects on ASCEND ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Masters Project&#039;&#039;&#039;: Presently working on thesis project titled &amp;quot;Modeling and simulation in ASCEND&amp;quot;. Deliverables for this project are as follows : &lt;br /&gt;
&lt;br /&gt;
1) Using ASCEND for simulation of air-water system and HDPE reactor model which  involve DAE&#039;s. &lt;br /&gt;
&lt;br /&gt;
2) Create spoken tutorials for ASCEND&lt;br /&gt;
&lt;br /&gt;
3) Implement ASCEND usage in undergrad course work of my college.&lt;br /&gt;
&lt;br /&gt;
GUIDE &amp;amp; Mentor : Prof Kannan Moudgalaya ,IIT Bombay&lt;br /&gt;
&lt;br /&gt;
People involved in project: &#039;&#039;Ankit Mittal , Arne Hückelheim, Jan Hückelheim&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;GSOC 2010&#039;&#039;&#039;: Project proposal &amp;quot;Thermophysical database in ASCEND&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Deliverables :&lt;br /&gt;
&lt;br /&gt;
1)Create new database of thermo physical properties of components using SQLite&lt;br /&gt;
&lt;br /&gt;
2)Interfacing it with ASCEND&lt;br /&gt;
&lt;br /&gt;
Mentor : Prof Krishnan Chittur ,University of Alabama, Huntsville&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=333</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=333"/>
		<updated>2010-05-16T14:14:20Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Name: Shrikanth Ranganadham&lt;br /&gt;
&lt;br /&gt;
Occupation: Student&lt;br /&gt;
&lt;br /&gt;
Degree: Masters&lt;br /&gt;
&lt;br /&gt;
Majors: Chemical Engineering &lt;br /&gt;
&lt;br /&gt;
College/University: Indian Institute of Technology Bombay&lt;br /&gt;
&lt;br /&gt;
Country : India&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Projects on ASCEND ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Masters Project&#039;&#039;&#039;: Presently working on thesis project titled &amp;quot;Modeling and simulation in ASCEND&amp;quot;. Deliverables for this project are as follows : &lt;br /&gt;
&lt;br /&gt;
1) Using ASCEND for simulation of air-water system and HDPE reactor model which  involve DAE&#039;s. &lt;br /&gt;
&lt;br /&gt;
2) Create spoken tutorials for ASCEND&lt;br /&gt;
&lt;br /&gt;
3) Implement ASCEND usage in undergrad course work of my college.&lt;br /&gt;
&lt;br /&gt;
GUIDE &amp;amp; Mentor : Prof Kannan Moudgalaya ,IIT Bombay&lt;br /&gt;
&lt;br /&gt;
People involved in project: &#039;&#039;Ankit Mittal , Arne Hückelheim, Jan Hückelheim&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;GSOC 2010&#039;&#039;&#039;: Project proposal &amp;quot;Thermophysical database in ASCEND&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Deliverables :&lt;br /&gt;
&lt;br /&gt;
1)Create new database of thermo physical properties of components using SQLite&lt;br /&gt;
&lt;br /&gt;
2)Interfacing it with ASCEND&lt;br /&gt;
&lt;br /&gt;
Mentor : Prof Krishnan Chittur ,University of Alabama, Huntsville&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
	<entry>
		<id>https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=332</id>
		<title>User:Rshrikanth</title>
		<link rel="alternate" type="text/html" href="https://ascend4.org/index.php?title=User:Rshrikanth&amp;diff=332"/>
		<updated>2010-05-16T13:45:27Z</updated>

		<summary type="html">&lt;p&gt;Rshrikanth: Created page with &amp;#039;Occupation: Student  Degree: Masters  Majors: Chemical Engineering   College/University: Indian Institute of Technology Bombay  Country : India     == Projects on ASCEND ==  &amp;#039;&amp;#039;&amp;#039;M…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Occupation: Student&lt;br /&gt;
&lt;br /&gt;
Degree: Masters&lt;br /&gt;
&lt;br /&gt;
Majors: Chemical Engineering &lt;br /&gt;
&lt;br /&gt;
College/University: Indian Institute of Technology Bombay&lt;br /&gt;
&lt;br /&gt;
Country : India&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Projects on ASCEND ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Masters Project&#039;&#039;&#039;: Presently working on thesis project titled &amp;quot;Modeling and simulation in ASCEND&amp;quot;. Deliverables for this project are as follows : &lt;br /&gt;
&lt;br /&gt;
1) Using ASCEND for simulation of air-water system and HDPE reactor model which  involve DAE&#039;s. &lt;br /&gt;
&lt;br /&gt;
2) Create spoken tutorials for ASCEND&lt;br /&gt;
&lt;br /&gt;
3) Implement ASCEND usage in undergrad course work of my college.&lt;br /&gt;
&lt;br /&gt;
GUIDE &amp;amp; Mentor : Prof Kannan Moudgalaya ,IIT Bombay&lt;br /&gt;
&lt;br /&gt;
People involved in project: &#039;&#039;Ankit Mittal , Arne Hückelheim, Jan Hückelheim&#039;&#039;&lt;br /&gt;
 &lt;br /&gt;
&#039;&#039;&#039;GSOC 2010&#039;&#039;&#039;: Project proposal &amp;quot;Thermophysical database in ASCEND&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
Deliverables :&lt;br /&gt;
&lt;br /&gt;
1)Create new database of thermo physical properties of components using SQLite&lt;br /&gt;
&lt;br /&gt;
2)Interfacing it with ASCEND&lt;br /&gt;
&lt;br /&gt;
Mentor : Prof Krishnan Chittur ,University of Alabama, Huntsville&lt;/div&gt;</summary>
		<author><name>Rshrikanth</name></author>
	</entry>
</feed>