Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sergey Kireev
nle
Commits
83e682b9
Commit
83e682b9
authored
Oct 23, 2021
by
Sergey Kireev
Browse files
try_ functions fixed in processing version
parent
cd44b9a2
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
nle_processing/sketch_NLE_CA/CellularAutomaton.pde
View file @
83e682b9
This diff is collapsed.
Click to expand it.
nle_processing/sketch_NLE_CA/NLE_CA.pde
View file @
83e682b9
This diff is collapsed.
Click to expand it.
nle_processing/sketch_NLE_CA/sketch_NLE_CA.pde
View file @
83e682b9
...
...
@@ -19,6 +19,9 @@ int nsize = 3; // Размер стороны нанокристалла, яче
//float en = 4.0, enl = 1.2, el = 0.4, kT = 1.0, mu = -2.25; // sqr8 chess
float
en
=
4.2
,
enl
=
4.2
,
el
=
3.4
,
kT
=
1.0
,
mu
=
-
2.25
;
//float en = 2.35, enl = 0.6, el = 0.2, kT = 1.0, mu = -2.25;
//float en = 2.0, enl = 0.0, el = 0.0, kT = 1.0, mu = -2.25;
//float en = 2.0, enl = 0.0, el = 2.0, kT = 1.0, mu = -2.25;
//------------------------------------------------------------------------------------------------
// вероятность попытки испарения (определяет интенсивность испарения по сравнению с другими процессами)
float
evap
=
0.001
;
// 0 - нет испарения, 1 - максимальная интенсивность
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment