https://github.com/ashwin2583/thermodynamics-with-matlab
This project have programs related to the Thermodynamics done on MATLAB
https://github.com/ashwin2583/thermodynamics-with-matlab
efficiency efficiency-power-plant matlab thermodynamics thermodynamics-models
Last synced: 3 months ago
JSON representation
This project have programs related to the Thermodynamics done on MATLAB
- Host: GitHub
- URL: https://github.com/ashwin2583/thermodynamics-with-matlab
- Owner: Ashwin2583
- Created: 2025-03-03T09:35:27.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-07T22:22:00.000Z (3 months ago)
- Last Synced: 2025-03-07T23:24:20.109Z (3 months ago)
- Topics: efficiency, efficiency-power-plant, matlab, thermodynamics, thermodynamics-models
- Language: MATLAB
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: change_in_IE_and_E.m
Awesome Lists containing this project
README
# Thermodynamics with Matlab
These are programs are based on Thermodynamics' problems developed in Matlab
> ## Heat transfer in Quasi Static process from Internal Energy Relation
>
> ### Problem Statement
> A fluid system undergoes a non-flow frictionless process following the pressure-volume relation as p = (5/V) + 1.5 where p is in bar and V is in cubic meter. During the process the volume changes from 0.15 cubic metres to 0.05 cubic metres and the system rejects 45 KJ of heat, Determine the change in internal energy and change in enthalpy.
>
> ### Program script
> **[Change in Internal Energy and Enthalpy](change_in_IE_and_E.m)**> ## Efficiency of Proposed Engine
>
> ### Problem Statement
> An inventor proposes an engine that operates between the 27 degree Celsius warm surface layer of the ocean and a 10 degree Celsius layer a few meters down. The inventor claims that the engine produces 100 kW by pumping 20 Kg/s of seawater. Is this possible?
>
> ### Program script
> **[Efficiency of proposed_engine](efficiency_of_proposed_engine.m)**> ## Efficiency of Steam Power Plant
>
> ### Problem Statment
> Simulate the Rankine cycle, compute its efficiency and visualize the thermodynamic processes using Temperature(T) vs specific enthropy(s) and Enthalpy(H) vs Specific entropy(s)
>
> ### Program Statement
> **[Efficiency of power plant](Power_plant.py)**
>
>> ### Description
>> This program simulate the working of Steam Power plants based on the Rankine cycle; therefore in order to simulate steam properties and attain values we use an external script **XSteam**.
>>
>> ### Source & citation
>> The script is developed by Magnus Holmgren and is available at:
>> **[Matlab File Exchange: XSteam](https://in.mathworks.com/matlabcentral/fileexchange/9817-x-steam-thermodynamic-properties-of-water-and-steam)**
>>
>> If you use this project in your work, please *cite the original author* as follows:
>>
>> **Magnus Holmgren (2025). X Steam, Thermodynamic properties of water and steam. (https://www.mathworks.com/matlabcentral/fileexchange/9817-x-steam-thermodynamic-properties-of-water-and-steam), MATLAB Central File Exchange. Retrieved March 7, 2025.**
>>
>> ### Installation Instruction
>> 1. Download 'XSteam.m' from [Matlab File Exchange: XSteam](https://in.mathworks.com/matlabcentral/fileexchange/9817-x-steam-thermodynamic-properties-of-water-and-steam)
>> 2. Place 'Xsteam.m' in the same directory as the [Power Plant](power_plant.py) or add it to your MATLAB path.