yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #03329
Re: updating stess_strain on walls in the triaxial test
Of course here I use the ThreeDTriaxialEnginePRO as engine for
performing my triaxial test. but I want the stresses and strains to be
actualized on walls because of changes in the xml file before engine
starts.
Le jeudi 01 juillet 2010 à 14:06 +0200, nejib hadda a écrit :
> 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 : yade-users@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
References