getWallForce implementing

Asked by Anton Gladky

Hi, all!

Is there LSM function for like getWallForce(wallName)?
I want to move a wall, depending on acting force. So I would like to get it on each step like createFieldSaver does.
Can I implement it?

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
ESyS-Particle Edit question
Assignee:
No assignee Edit question
Solved by:
SteffenAbe
Solved:
Last query:
Last reply:
Revision history for this message
Best SteffenAbe (s-abe) said :
#1

Hi Anton,

there is no such function at the moment.
A possible way to implement it would be to re-use parts of the FieldSaver infrastructure for the master-worker communication but instead of writing the received data out to a file keep them in some variable in the master process and make them accessible to python.
One would probable need to think a bit about the performance implications of the communication involved.

Steffen

Revision history for this message
Anton Gladky (gladky-anton) said :
#2

Thanks SteffenAbe, that solved my question.