summaryrefslogtreecommitdiff
path: root/Chemical_Engineering_Thermodynamics_by_S_Sundaram/6-Thermodynamic_Relations.ipynb
diff options
context:
space:
mode:
authorprashantsinalkar2020-04-14 10:19:27 +0530
committerprashantsinalkar2020-04-14 10:23:54 +0530
commit476705d693c7122d34f9b049fa79b935405c9b49 (patch)
tree2b1df110e24ff0174830d7f825f43ff1c134d1af /Chemical_Engineering_Thermodynamics_by_S_Sundaram/6-Thermodynamic_Relations.ipynb
parentabb52650288b08a680335531742a7126ad0fb846 (diff)
downloadall-scilab-tbc-books-ipynb-476705d693c7122d34f9b049fa79b935405c9b49.tar.gz
all-scilab-tbc-books-ipynb-476705d693c7122d34f9b049fa79b935405c9b49.tar.bz2
all-scilab-tbc-books-ipynb-476705d693c7122d34f9b049fa79b935405c9b49.zip
Initial commit
Diffstat (limited to 'Chemical_Engineering_Thermodynamics_by_S_Sundaram/6-Thermodynamic_Relations.ipynb')
-rw-r--r--Chemical_Engineering_Thermodynamics_by_S_Sundaram/6-Thermodynamic_Relations.ipynb59
1 files changed, 59 insertions, 0 deletions
diff --git a/Chemical_Engineering_Thermodynamics_by_S_Sundaram/6-Thermodynamic_Relations.ipynb b/Chemical_Engineering_Thermodynamics_by_S_Sundaram/6-Thermodynamic_Relations.ipynb
new file mode 100644
index 0000000..5e9d1f4
--- /dev/null
+++ b/Chemical_Engineering_Thermodynamics_by_S_Sundaram/6-Thermodynamic_Relations.ipynb
@@ -0,0 +1,59 @@
+{
+"cells": [
+ {
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "# Chapter 6: Thermodynamic Relations"
+ ]
+ },
+{
+ "cell_type": "markdown",
+ "metadata": {},
+ "source": [
+ "## Example 6.0: Theoretical_problem.sce"
+ ]
+ },
+ {
+"cell_type": "code",
+ "execution_count": null,
+ "metadata": {
+ "collapsed": true
+ },
+ "outputs": [],
+"source": [
+"//Chemical Engineering Thermodynamics\n",
+"//Chapter 6\n",
+"//Thermodynamic Relations\n",
+"\n",
+"clear;\n",
+"clc;\n",
+"\n",
+"//Given\n",
+"//The chapter does not contain any example which involve numerical computation\n",
+"//end"
+ ]
+ }
+],
+"metadata": {
+ "kernelspec": {
+ "display_name": "Scilab",
+ "language": "scilab",
+ "name": "scilab"
+ },
+ "language_info": {
+ "file_extension": ".sce",
+ "help_links": [
+ {
+ "text": "MetaKernel Magics",
+ "url": "https://github.com/calysto/metakernel/blob/master/metakernel/magics/README.md"
+ }
+ ],
+ "mimetype": "text/x-octave",
+ "name": "scilab",
+ "version": "0.7.1"
+ }
+ },
+ "nbformat": 4,
+ "nbformat_minor": 0
+}