-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Part 2: Brownian motion of a sphere in a fluid | ||
|
||
## Physical learning goals | ||
|
||
* Learning the basics of Brownian motion | ||
* Getting a short introduction to the Flory theory of polymers | ||
* How to calculate the diffusion coefficient of a sphere | ||
|
||
## Espresso learning goals | ||
|
||
* Set up a LB fluid with particle coupling | ||
|
||
# Part 3: Brownian motion of a polymer in a fluid | ||
|
||
## Physical learning goals | ||
|
||
* Model the Brownian motion of a polymer | ||
* Learn about the hydrodynamic radius, radius of gyration, end-to-end distance | ||
* Reproduce theoretical results of the Flory theory of polymers | ||
* Using the Green-Kubo relation to calculate the diffusion coefficient of a polymer | ||
* Estimating the correlation-corrected standard error of the mean of a time series | ||
|
||
## Espresso learning goals | ||
|
||
* Using correlators |