I have created the unit cell in a CAE file and ran the appendixA python script. So, I have the model with the assigned materials and meshed at the part level.
But I am unsure how to proceed from here.
I tried to go through appendixB (python file for calculating effective properties) but did not understand how to put my .odb file in the script. Are we supposed to run a sample job and then put that file in the script?
Lohit Gudivada @ on
Hi Bo,
I have created the unit cell in a CAE file and ran the appendixA python script. So, I have the model with the assigned materials and meshed at the part level.
But I am unsure how to proceed from here.
I tried to go through appendixB (python file for calculating effective properties) but did not understand how to put my .odb file in the script. Are we supposed to run a sample job and then put that file in the script?
Report abuse
Lohit Gudivada @ on
Hi Bo,
I am trying to run Appendix B (Python file for calculating effective properties) but I am getting this error. Could you please help me out?
frameIVOL.insert(0,frameRepository[-1].fieldOutputs['IVOL'].getSubset(position=INTEGRATION_POINT));
KeyError: IVOL
Report abuse