Make documentation of ELECTRODE fixes more complete by listing more warnings and describing options more fully. Use utils::logical for toggle (on/off) options. With the changes in etypes to auto-detect electrode types it makes more sense to make it an on/off toggle as well, so that we don't have inconsistent keyword types.
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
# electrodes with constant potential using finite field
|
|
# for z-periodic graphene-ionic liquid supercapacitor
|
|
|
|
boundary p p p # ffield uses periodic z-boundary and no slab
|
|
include settings.mod # styles, groups, computes and fixes
|
|
|
|
fix conp bot electrode/conp -1.0 1.979 couple top 1.0 symm on etypes on ffield yes
|
|
|
|
thermo 50
|
|
thermo_style custom step temp c_ctemp epair etotal c_qbot c_qtop
|
|
run 500
|