Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Material Definition Input Generalized Fung

Status
Not open for further replies.

PJtree23

Bioengineer
Joined
Jun 11, 2008
Messages
14
Location
US
Hi,

I am trying to get a generalized fung material model working. So far my input file has yielded the error along the lines of: the material needs more lines to completely be defined. Here is what I have in my code so far:

**
**MATERIALS
**
*parameter
density=
c=
c1=
c2=
c3=
c4
c5=
c6=
*Material, name=MATERIAL-1
*density
<density>
*anisotropic hyperelastic, fung
<c>,<c1>, <c2>, <c3>, <c4>, <c5>

What am I doing wrong? Does anyone have dummy code of this material property definition? I am looking in doing 3D anisotropic material modeling.

thanks,

PJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top