
On 04/20/2017 02:07 PM, Robert Cimrman wrote:
On 04/20/2017 01:49 PM, fatune@gmail.com wrote:
When I try lineral_viscoelastic.py from examples and then see results via postproc.py I see 5 blocks of blue colors which differs from results show in manual. The result is the same no matter how many time steps I set or which time step I currently see in Maya.
Try moving the sliders / set another time step. That should change the colors of the blocks. If not, send here the output of the "./simple.py examples/linear_elasticity/linear_viscoelastic.py" command.
When I run it like this:
python examples/linear_elasticity/linear_viscoelastic.py block.h5
I see error because there is no block.h5 yet. So instead firstly I run:
./simple.py examples/linear_elasticity/linear_viscoelastic.py
which creates block.h5 file, and then:
./postporc.py block.h5
Try running
./postproc.py -b --step=-1 block.h5
r.
I try to understand the logic of simulating viscoelastic behaviour over time through the Sfepy. That seems too complicated to me yet. But even standard example didn't work for me. What may cause the problem?