| Thread Previous • Date Previous • Date Next • Thread Next |
Hi,
What shall be done to actualize the state of strains and stresses on
walls (due to a change in the xml file for example).
I have tried this (on Yade 0.20) but seems with no effect :
void ThreeDTriaxialEnginePRO::applyCondition ( MetaBody * ncb )
{
if ( Omega::instance().getCurrentIteration() %
testEquilibriumInterval == 0 )
{
ncb->bex.sync();
computeStressStrain ( ncb );
UnbalancedForce=ComputeUnbalancedForce ( ncb );
}
Any suggestions?
| Thread Previous • Date Previous • Date Next • Thread Next |