
| LESSON | PROGRAM | DESCRIPTION |
| THERMODYNAMICS I (ME263) project (1997) Prof. Özer Arnas |
prg_heatwork.cpp : | Calculates work done and heat transfer during a polytropic process of an ideal gas and investigates the error introduced when constant specific heats are used. Contains a database of 11 predefined ideal gases. The internal energies and enthalpies of these gases can be calculated with an integration formula approximately. But the approximation is really good enough. If the integration is not desired then the user can also specify the internal energy by him(/her)self. |
| prg_heatwork.zip : | Executable file of the above source code in zip archive. | |
| THERMODYNAMICS II (ME366) project (1998) Prof. Taner Derbentli |
prg_flash.zip : | Simulates a double flash evaporator system using a binary cycle for the energy plant of a geothermal energy source |
| MACHINE DESIGN I (ME324) project (1998) Dr. Emre Aksan |
prg_simulator.zip : | Simulates the static, impact and fatigue loading of a bracket. Also designs a spring which behaves in the same manner as the bracket. (There is a major problem in the program which I won't tell you. Don't cheat the source codes, just use to understand the concept ;) |
| COMPUTER GRAPHICS (CMPE535) project (2004) Prof. Lale Akarun |
prg_raytracer.zip : | This is a ray tracer application supporting spheres and planes as the objects. It is somewhat incomplete but covers the essential parts. (There is a major calculation mistake in the program which I won't tell you. Don't cheat the source codes, just use to understand the concept ;) |
| MODELLING OF INTERNET (CMPE588) project (2005) | prg_biograph.zip : | This is a general graph generation and visualization program which supports Pajek files. |