Topic: Error:2dLattice mode not supported.

Hi,
I'm writing a code of a ring structure with interface element. I got the following error. Could you let me know what this error means?
Thank you.

Error: (/Users/Yige/Downloads/oofem/src/sm/Materials/structuralmaterial.C:286)
In IsotropicLinearElasticMaterial::giveRealStressVector_Lattice2d, number: 1:
2dLattice mode not supported
_______________________________________________________
stack trace:
  2   liboofem.dylib                      0x000000010bc2c368 _ZN5oofem18StructuralMaterial30giveRealStressVector_Lattice2dERNS_10FloatArrayEPNS_10GaussPointERKS1_PNS_8TimeStepE + 328
  3   liboofem.dylib                      0x000000010bbc602e _ZN5oofem31StructuralInterfaceCrossSection25give2dStiffnessMatrix_EngERNS_11FloatMatrixENS_15MatResponseModeEPNS_10GaussPointEPNS_8TimeStepE + 142
  4   liboofem.dylib                      0x000000010bba1a6e _ZN5oofem18InterfaceElem2dLin27computeConstitutiveMatrixAtERNS_11FloatMatrixENS_15MatResponseModeEPNS_10GaussPointEPNS_8TimeStepE + 62
  5   liboofem.dylib                      0x000000010ba3c869 _ZN5oofem17StructuralElement22computeStiffnessMatrixERNS_11FloatMatrixENS_15MatResponseModeEPNS_8TimeStepE + 3161
  6   liboofem.dylib                      0x000000010ba3e631 _ZN5oofem17StructuralElement24giveCharacteristicMatrixERNS_11FloatMatrixENS_8CharTypeEPNS_8TimeStepE + 129
  7   liboofem.dylib                      0x000000010b74dc01 _ZN5oofem10EngngModel26assembleExtrapolatedForcesERNS_10FloatArrayEPNS_8TimeStepENS_8CharTypeEPNS_6DomainE + 833
  8   liboofem.dylib                      0x000000010bbd524f _ZN5oofem16StaticStructural15solveYourselfAtEPNS_8TimeStepE + 2527
  9   liboofem.dylib                      0x000000010b745dae _ZN5oofem10EngngModel13solveYourselfEv + 798
  10  liboofem.dylib                      0x000000010bbd4865 _ZN5oofem16StaticStructural13solveYourselfEv + 21
Total 1 error(s) and 1 warning(s) reported
oofem exit code 1
engr2-12-249-dhcp:4 OOFEM Yige$ 
Post's attachments

my_planestrain_ring_inter 6.68 kb, 3 downloads since 2017-10-26 

You don't have the permssions to download the attachments of this post.

Re: Error:2dLattice mode not supported.

Hi,

just change material assigned to InterfaceCS to number 2.

Martin

Re: Error:2dLattice mode not supported.

Thank you so much!
smile