← Back to team overview

yade-users team mailing list archive

Re: [Question #261724]: Interaction of FrictMat and a new class of material

 

>
>
>
> When I ask for properties of the interaction like
> O.interactions[0,1].phys.kmn
>
> it gives ;
> AttributeError: 'NoneType' object has no attribute 'kmn'
>

This means that O.interactions[0,1].phys is None and therefore the
interaction is only potential and not real

Follow ups

References