issue with compiling a liquid bridge model
Hi,
I'm trying to implement a liquid bridge model and wanted to use the available washino model in LIGGGHTS as starting point. So I just renamed the file:
cohesion_model_washino_capillary_viscous.h
cohesion_model_lqb.h
and within the file adjusted accordingly the name. Also for the identifier, gave it a value of 9:
#ifdef COHESION_MODEL
COHESION_MODEL(COHESION_LQB,lqb,9)
#else
When I try to compile the code I get error regarding redefinition of the model parameters. E.g.
Forums:
- Read more about issue with compiling a liquid bridge model
- 3 comments
- Log in or register to post comments