Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

Search results for query: *

  • Users: Cor46
  • Order by date
  1. Cor46

    Python automatic displacement extraction

    Thanks. I want to clarify a bit my problem. I have already wrote this Python code in Pycharm: " from abaqus import * from abaqusConstants import * import numpy as np def extract_deformation_along_path(odb_path, node_coordinates): # open the ODB file odb = session.openOdb(odb_path)...
  2. Cor46

    Python automatic displacement extraction

    Hi, I'm currently trying to set up a Python code able to extract automatically node displacement from an ODB file. Inside the ODB there is no path manually predefined because I want to specify the path in the Pyton code (so in Python I want to write the coordinates of the nodes for which I want...
  3. Cor46

    How to calculate surface moment of inertia of a generic section in Abaqus

    Hi, For a structural study I'm trying to find a way on Abaqus to calculate the surface moment of inertia of a generic section (unit of measurement mm^4). It's rather easy to extrapolate the mass moment of inertia (unit kg.m^2) insering the material density but I need the surface one to implement...
Back
Top