GlobalPair #
GlobalPairInteraction
はパラメータを持つ全ての粒子の間に働く相互作用です。
以下のポテンシャルが利用可能です。
- LennardJones
- UniformLennardJones
- DebyeHuckel
- ExcludedVolume
- InversePower
- HardCoreExcludedVolume
- WCA
- iSoLFAttractive
- 3SPN2ExcludedVolume
例 #
[[forcefields.global]]
interaction = "Pair"
potential = "ExcludedVolume"
ignore.particles_within.bond = 3
ignore.particles_within.contact = 1
ignore.groups.intra = ["chain-A"]
ignore.groups.inter = [["chain-B", "chain-C"]]
spatial_partition.type = "CellList"
spatial_partition.margin = 0.2
parameters = [
{index = 0, offset = 100, ...}, # required parameter depends on the potential.
# ...
]
入力 #
interaction
: 文字列型- 相互作用の名前です。ここでは、
"Pair"
です。
- 相互作用の名前です。ここでは、
potential
: 文字列型ignore
: テーブル型- この相互作用で無視する粒子ペアの条件を決めます。
- 詳細はGlobalForceFieldのignoreセクションを参照してください。
spatial_partition
: Table- 近接リストを構築するアルゴリズムを指定します。
- 詳細はGlobalForceFieldのspatial_partitionセクションを参照してください。
parameters
: Array of Tablesindex
: 整数型- 粒子の番号です。最初の粒子は0番目です。
offset
: 整数型 (省略可能)- 各粒子の粒子番号に加算する値です。省略可能です。グループ内番号を使いたい場合に便利です。