It is always nice to set this ‘NUMBER_OF_NODES’ as close to 25 unless there is any specific reason to use any smaller number.
Regarding your questions,
In the ‘ContactSurfaceDistanceAndVelocityDepLinPush.any’ file, the strength of artificial muscle (for contact) can be zero based on the distance and the velocity between the base node and the target node.
For instance, if the distance is too far between the base node and the target node, then the artificial muscle strength for this contact should be zero because we can guess that there should be no contact force in that element.
So yes it is possible to be zero for some cases and that is intended.
In the above code, you can set the strength of your contact muscles. And say again, this is the maximum contact muscle strength. And this value will be affected by other multipliers considering distance and velocity as aforementioned.
If you want to modify the artificial muscle strength differently for individual contact elements, then you need to modify the ‘FootPlateConditionalContact.any’ file by yourself.