pair_style bubble command

pair_style gran_bubble command

Syntax

pair_style bubble model_type model_name model_keyword model_value
pair_style gran_bubble model_type model_name model_keyword model_value

Description see pair_style gran

Examples

pair_style bubble model hooke tangential off cohesion bubble_coalescence

General description:

Technically, these are just an aliases for pair_gran. However, it is recommended to use bubble and gran_bubble instead of gran for interactions which involve bubbles rather than solid particles, as in the example outlined below:

pair_style      hybrid &
                gran        model hertz  tangential no_history  cohesion off &
                bubble      model hertz  tangential off         cohesion bubble/coalescence &
                gran_bubble model hertz  tangential off         cohesion off
pair_coeff      1 1 gran
pair_coeff      1 2 gran_bubble
pair_coeff      2 2 bubble

where particle type 1 are solid particles and particle type 2 are bubbles. Note that all models described here can be used with gran, bubble, and bubble_gran and that the aliases are introduced for better readability only.

General comments:

See pair_gran

Mixing, shift, table, tail correction, restart info:

See pair_gran

Restrictions

See pair_gran

Default

See pair_gran