Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2e9799d
making changes
josholaniyan Mar 12, 2025
eb37306
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 12, 2025
82a32ab
working
josholaniyan Mar 14, 2025
7f08f88
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 14, 2025
1b9bf44
dd
josholaniyan Mar 14, 2025
9041dfe
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 14, 2025
6be55b8
ss
josholaniyan Mar 14, 2025
622a0c7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 14, 2025
c642e25
ds
josholaniyan Mar 14, 2025
51c9f74
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 14, 2025
8ee28c9
s
josholaniyan Mar 14, 2025
0ae275b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 14, 2025
d68f824
ww
josholaniyan Mar 14, 2025
f725c9f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 14, 2025
2f7a4d9
G
josholaniyan Mar 14, 2025
ec471af
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 14, 2025
b2f896a
S
josholaniyan Mar 14, 2025
1cc40b1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 14, 2025
1ac62c0
nothing
josholaniyan Mar 14, 2025
b3e7fd3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 14, 2025
1c9b774
nothing
josholaniyan Mar 14, 2025
fa830fd
sa
josholaniyan Mar 14, 2025
742d76a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 14, 2025
726d1da
images
josholaniyan Mar 18, 2025
eda1fdb
perfect
josholaniyan Mar 18, 2025
4b1e143
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 18, 2025
fd26f29
perfect working
josholaniyan Mar 18, 2025
0ce844c
corrections
josholaniyan Mar 26, 2025
35acdce
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 26, 2025
e3ccef4
correct
josholaniyan Mar 26, 2025
025b187
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 26, 2025
2833207
c
josholaniyan Mar 26, 2025
e1ff1b5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Mar 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ root: index
options:
numbered: true
chapters:
- file: conservation/index
- file: calculus/index
- file: multivariable-calculus/index
- file: linear-algebra/index
Expand Down
6 changes: 0 additions & 6 deletions calculus/index.md

This file was deleted.

20 changes: 20 additions & 0 deletions conservation/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Conservation

**Rate of Change** Accumulation = In – Out + Generation – Consumption

$$
\frac{dA}{dt} = \dot{m}_{in} - \dot{m}_{out} + r_{gen} - r_{cons}
$$

______________________________________________________________________

**Example 1: Water Draining from a Bucket**

![Water draining from a bucket](../images/cstr1.png)

$$
\frac{dm}{dt} = \dot{m}_{in} - \dot{m}_{out} + r_{gen} - r_{cons}
$$

```{tableofcontents}
```
22 changes: 22 additions & 0 deletions conservation/unsteady_mass_balance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# **Mass Balance**

$$
\frac{dm}{dt} = \dot{m}_{in} - \dot{m}_{out}
$$

Since density is constant:

$$
\frac{d(\rho V)}{dt} = \rho \frac{dV}{dt} = 0
$$

Thus:

$$
\rho \frac{dV}{dt} = 0 \quad \Rightarrow \quad \frac{dV}{dt} = 0
$$

______________________________________________________________________

```{tableofcontents}
```
41 changes: 41 additions & 0 deletions conservation/unsteady_mole_balance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# **Mole Balance**

$$
\frac{d(n_A)}{dt} = \dot{n}_{A,in} - \dot{n}_{A,out} + r_{gen} - r_{cons}
$$

Expanding:

$$
\frac{d(C_A V)}{dt} = C_{A0} \dot{V} - C_A \dot{V} - k C_A V
$$

Rearranging:

$$
C_A \frac{dV}{dt} + V \frac{dC_A}{dt} = (C_{A0} - C_A) \dot{V} - k C_A V
$$

Since ( \\frac\{dV}\{dt} = 0 ):

$$
V \frac{dC_A}{dt} = (C_{A0} - C_A) \dot{V} - k C_A V
$$

At **steady state**, where ( \\frac\{dC_A}\{dt} = 0 ):

$$
0 = (C_{A0} - C_A) \dot{V} - k C_A V
$$

Rearrange:

$$
(C_{A0} - C_A) \dot{V} = k C_A V
$$

Solving for ( C_A ):

$$
C_A = \frac{C_{A0} \dot{V}}{\dot{V} + kV}
$$
Binary file added images/CSTR2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/cstr1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.