Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Access of material properties in a solved odb

Status
Not open for further replies.

detst

Industrial
Oct 16, 2004
3
Hello,

i would like to access material properties from a solved odb. This is possible via *import odbMaterial and session.odbs[name].materials[name] (according to Chapter 26 of the abaqus scripting reference manual).

This works perfectly for my elastic/plastic material properties, but if i want to access the FLD data (the fld belongs to the DamageInitiation object 26.32) no data is shown. Since i defined the FLD material properties in the model and i should be able to access the FLD also from the odb.

Any hints why only the elastic/plastic material properties are accessible from the odb?

Thanks for any reply,
Det
 
Replies continue below

Recommended for you

Unless it's an ABAQUS bug, it should be there.

I have not use FldDamageInitiation(...), but so far I could recover from the odb object any material info defined in mdb.

For example:

>>>print session.odbs['C:/Temp/trans_p100_E8-8_SY200_N1-INIT-T0-T1.odb'].materials['C1']

({'depvar': 'Depvar object', 'expansion': 'Expansion object', 'name': 'C1', 'userMaterial': 'UserMaterial object'})



>>>m=session.odbs['C:/Temp/trans_p100_E8-8_SY200_N1-INIT-T0-T1.odb'].materials['C1']
>>> print m.expansion
({'dependencies': 0, 'table': ((1e-06,),), 'temperatureDependency': OFF, 'type': ISOTROPIC, 'userSubroutine': OFF, 'zero': 0.0})
 
I did the same as you did and i get no FLD Data tables via the described methods. Since i'm able to get the post processing field output value FLDCRT, i have set the correct modeling settings.

So i really don't know if it's a feature or a bug. Now i have to find a work around for the missing material properties.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor