×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Environment File Modifications

Environment File Modifications

Environment File Modifications

(OP)
I was doing some manipulating of my enviroment file and thought that it could be a good resource to others especially if other people post theirs.

Background
The environment file is located at C:\Abaqus\6.8-1\site\abaqus_v6.env or something like that.  It controls many options for the solver and cae such as memory, temp files, and visualization.

Below is the small section that I have customized.  I hope others have more impressive customizations.


abaqus_no_hardware_acceleration=ON #unsupported video card that I inherited
ask_delete=OFF
def onCaeStartup():
    def setVisPreferences(module,userData):
        import visualization
        session.defaultOdbDisplay.contourOptions.setValues(
                   renderStyle=FILLED,visibleEdges=EXTERIOR,
                   contourStyle=CONTINUOUS,
                   minAutoCompute=OFF,
                   minValue=0)
    addImportCallback('visualization',setVisPreferences)

RE: Environment File Modifications

(OP)
no one?

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources