updated surface energy change in tests/lbpm_color_simulator.cpp
This commit is contained in:
parent
5eafc70d70
commit
371832f60b
@ -2184,7 +2184,7 @@ int main(int argc, char **argv)
|
||||
//.........................................................................
|
||||
dAwn += awn_global;
|
||||
dAns += ans_global;
|
||||
dEs = 6.01603*alpha*(dAwn + 1.05332*Ps*dAns);
|
||||
dEs = 6.01603*alpha*(dAwn + dAns);
|
||||
dAwn = -awn_global; // Get ready for the next analysis interval
|
||||
dAns = -ans_global;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user