problem

Submitted by mozhgan on Wed, 11/27/2013 - 11:34

Hi
how can I fix the problem below?

ERROR: Fix wall/gran/hooke/history (id plate_wall): Fix wall/gran style and pair/gran style have to match, you have to define the wall after the pair style (fix_wall_gran.cpp:251)

thanks so much for your good commands.
Regards mozhgan

cstoltz | Wed, 11/27/2013 - 13:53

Pretty much just what it says. You need to define a pair style in your input deck before defining the fix_wall/gran, and the two need to match. For example, if you use pair_style gran/hertz/history, your fix wall/gran must also be hertz/history.

Regards,
Chris