-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #235 from ludwig-cf/develop
Release v0.19.0
- Loading branch information
Showing
343 changed files
with
18,688 additions
and
8,053 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
############################################################################## | ||
# | ||
# Colloid simple configuration output | ||
# | ||
############################################################################## | ||
|
||
N_start 0 | ||
N_cycles 1000 | ||
|
||
############################################################################## | ||
# | ||
# System and MPI | ||
# | ||
############################################################################## | ||
|
||
size 32_32_32 | ||
periodicity 1_1_1 | ||
|
||
############################################################################## | ||
# | ||
# Fluid parameters | ||
# | ||
############################################################################## | ||
|
||
viscosity 0.1 | ||
|
||
isothermal_fluctuations on | ||
temperature 0.000001 | ||
|
||
############################################################################## | ||
# | ||
# Free energy parameters | ||
# | ||
############################################################################### | ||
|
||
free_energy none | ||
|
||
############################################################################### | ||
# | ||
# Colloid parameters | ||
# | ||
############################################################################### | ||
|
||
colloid_init input_random | ||
|
||
colloid_random_a0 2.30 | ||
colloid_random_ah 2.30 | ||
colloid_random_no 10 | ||
colloid_random_dh 1.0 | ||
|
||
############################################################################### | ||
# | ||
# Colloid-colloid soft-sphere potential parameters | ||
# The soft sphere is always needed | ||
# | ||
############################################################################### | ||
|
||
soft_sphere_on 1 | ||
soft_sphere_epsilon 0.0004 | ||
soft_sphere_sigma 0.1 | ||
soft_sphere_nu 1.0 | ||
soft_sphere_cutoff 0.25 | ||
|
||
############################################################################### | ||
# | ||
# Walls / boundaries | ||
# | ||
############################################################################### | ||
|
||
boundary_walls 0_0_0 | ||
|
||
############################################################################### | ||
# | ||
# Output frequency and type | ||
# | ||
############################################################################### | ||
|
||
default_io_mode mpiio | ||
|
||
freq_statistics 250 | ||
config_at_end yes | ||
|
||
############################################################################## | ||
# | ||
# colloid i/o | ||
# | ||
############################################################################## | ||
|
||
colloid_io_freq 1000 | ||
colloid_io_format_output ASCII | ||
|
||
############################################################################### | ||
# | ||
# Miscellaneous | ||
# | ||
# random_seed +ve integer is the random number generator seed | ||
# | ||
############################################################################### | ||
|
||
random_seed 8361435 |
Oops, something went wrong.