← Back to team overview

yade-users team mailing list archive

updating stess_strain on walls in the triaxial test

 

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?



Follow ups