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?

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to