summaryrefslogtreecommitdiff
path: root/1247/CH5/EX5.42/example5_42.sce
blob: 7bf7876306115496b3b2cef8ddccee58e1abfdf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
clear;
clc;

// Stoichiometry
// Chapter 5
// Energy Balances


// Example 5.42
// Page 297
printf("Example 5.42, Page 297 \n \n");

// solution

Hsol = 62.86  // kJ/mol solute
Mcrystal = 286.1414
Hcry = Hsol*1000/Mcrystal  // kJ/kg solute
printf(" Heat of crystallization of 1 kg crystal is "+string(Hcry)+" kJ.")