Topic: Problem with using material of HyperMat

I was doing a coupling procedure with oofem and used the liboofem. I simulated the rubber with the hyperelastic material.
As following:
####
import liboofem
mat = liboofem.material("HyperMat",1,domain, d=1100, K=1.0e7,G=3.03e6)
domain.setMaterial(1,mat)
####
As result, it showed the error like that:
Error:(/oofem/source/bindings/python/oofemlib.cpp:1620)
In material:
material: wrong input data
________________________________
stack trace:
/include/liboofem.so : ()+0x471776
/include/liboofem.so : ()+0x532630
/include/liboofem.so : ()+0x512079
...
#####
Anyone could tell me how to deal with this problem?

Best regards,
Dez

Re: Problem with using material of HyperMat

Dear Dez,

I am sorry, bu there is a bug in the documentation. The name of the material should be hyperelmat, not hypermat.

Kind regards,
Martin

Re: Problem with using material of HyperMat

Hi Martin~
Thank you very much~ I checked the cpp file and found the name of mistaken. Thanks again~
Best regards,
Dez