-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor diffusion, add solutions with convection BC
- Loading branch information
Showing
17 changed files
with
1,968 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
* [](index.md) | ||
* [diffusivity_composite](diffusivity_composite.md) | ||
* [profile_semiinf](profile_semiinf.md) | ||
* [profile_sheet](profile_sheet.md) | ||
* [profile_sphere](profile_sphere.md) | ||
* [uptake_sheet](uptake_sheet.md) | ||
* [uptake_sphere](uptake_sphere.md) | ||
* [profile_constc_semiinf](profile_constc_semiinf.md) | ||
* [profile_constc_sheet](profile_constc_sheet.md) | ||
* [profile_constc_sphere](profile_constc_sphere.md) | ||
* [uptake_constc_sheet](uptake_constc_sheet.md) | ||
* [uptake_constc_sphere](uptake_constc_sphere.md) | ||
* [uptake_convection_sheet](uptake_convection_sheet.md) | ||
* [uptake_convection_sphere](uptake_convection_sphere.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Diffusion (polykin.transport.diffusion) | ||
|
||
## Overview | ||
|
||
This module provides analytical solutions for transient diffusion in plane sheets and spheres | ||
under various boundary conditions. These equations are equally applicable to heat conduction | ||
due to the identical mathematical framework. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
::: polykin.transport.diffusion | ||
options: | ||
members: | ||
- profile_semiinf | ||
- profile_constc_semiinf |
12 changes: 12 additions & 0 deletions
12
docs/reference/transport/diffusion/profile_constc_sheet.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# polykin.transport.diffusion | ||
|
||
::: polykin.transport.diffusion | ||
options: | ||
members: | ||
- profile_constc_sheet | ||
|
||
### Graphical Illustration | ||
|
||
The numbers in the legend are values of $Fo = D t / a^2$. | ||
|
||
![profile_constc_sheet](profile_constc_sheet.svg) |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.