ElectrostaticPhys: equation and constants

Asked by YUFAN ZHAO

Hello everyone,

 I got some trouble in reading the ElectrostaticMat.cpp/.hpp files.

 1. If I want to use the value of Z (double layer interaction constant) determined by the physical properties, what is the correct format for using the "getInteractionConstant" command within "Ip2_ElectrostaticMat_ElectrostaticMat_ElectrostaticPhys" ?

 2. What do the physical properties (epsr, z, phi0) mentioned above mean?

 3. Is there any literature (reference) explaining the material law (model) used in ElectrostaticMat?

Thanks in advance,

Best regards,
Yufan Zhao

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
William Chevremont
Solved:
Last query:
Last reply:
Revision history for this message
Chareyre (bruno-chareyre-9) said :
#1

Hi,
This is a work in progress yet unpublished.
I would suggest to postpone questionning it. :)
Bruno

Le mer. 16 oct. 2019 11:27, YUFAN ZHAO <email address hidden>
a écrit :

> New question #685214 on Yade:
> https://answers.launchpad.net/yade/+question/685214
>
> Hello everyone,
>
> I got some trouble in reading the ElectrostaticMat.cpp/.hpp files.
>
> 1. If I want to use the value of Z (double layer interaction constant)
> determined by the physical properties, what is the correct format for using
> the "getInteractionConstant" command within
> "Ip2_ElectrostaticMat_ElectrostaticMat_ElectrostaticPhys" ?
>
> 2. What do the physical properties (epsr, z, phi0) mentioned above mean?
>
> 3. Is there any literature (reference) explaining the material law
> (model) used in ElectrostaticMat?
>
> Thanks in advance,
>
> Best regards,
> Yufan Zhao
>
> --
> You received this question notification because your team yade-users is
> an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>
>
>

Revision history for this message
Best William Chevremont (william.chevremont) said :
#2

Hi,

As Bruno said, this was a work in progress and this will be deleted soon, as a more general framework will replace this stuff (generic lubricated interaction with potential between particles). For more informations, see branch "potential" on gitlab (pkg/dem/LubricationWithPotential.{cpp,hpp})

Better is to not use this contact law for now. I hope the new branch to be released within 2 weeks (after tests).

William.

Revision history for this message
YUFAN ZHAO (zhao90215) said :
#3

Thanks William Chevremont, that solved my question.