Dear Carlosjmr,
Thank you for your advice. I have already made it run.
Yes, you are right, we have to leave a blank line following the keyword line *fluid cavity. I am using an input file ignoring the archetecture of finite element model(i.e. instance, part, assembly). So the position of fluid...
Hi, ABAQUS Users,
Based on a input file, I add the following lines to define fluid cavity(Ref node and surface have been defined):
*physical constants, absolute zero=-273.16, universal gas constant = 8.314
*fluid cavity, name=fcavity, behavior=gas, ref node=1000,surface=ASSEMBLY_SURF...
Hi, Martin
You are right. CAE doesn't supply the definition of fluid cavity. Following your suggestion, add
print_flattened_file=ON
def onJobCompletion():
import os,osutils
if os.path.exists('%s_f.inp' % id):
src='%s_f.inp'%(id)
dest=savedir...
Thanks Martin,
How about modeling fluid-filled cavity? Any suggestion?
I just got ABAQUS V6.5 a few week ago. So more examples on the modelling of fluid-filled cavity would be very useful for me.
Best,
Yiling
Dear everyone,
I am wondering how to generate an input file from CAE without part/instance/assembly, just like the example input file provided by AQAQUS help?
Are there more example input files avaiable on how to define fluid-filled cavity?
Thanks in adavnce