yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #15179
Re: [Question #644156]: Deformation Record
Question #644156 on Yade changed:
https://answers.launchpad.net/yade/+question/644156
Status: Open => Answered
Jan Stránský proposed the following answer:
> My understanding was this script has been written for Triaxial test
The description of the script says "Example usage of a
TesselationWrapper object for getting microscale quantities." :-)
> So my question is can I do simple changes like below and do for UCS?
yes:
#################
...
initTest() # without O.run() at the end of the function
TW=TesselationWrapper()
TW.computeVolumes()
TW.setState(0)
O.run(1000,True)
TW.setState(1)
TW.defToVtk("strain.1.vtk")
O.run(1000,True)
TW.setState(2)
TW.defToVtk("strain.2.vtk")
...
#################
cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.