Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Recent content by mikechy

  1. mikechy

    Hi all, I'd like to model composit

    Hi FEA way, Thank you for the response. Sorry for confusion but my actual question was how to transform stiffness matrix for generalized plane strain elements (CAX). It could be done with Reuter's matrix. Regards.
  2. mikechy

    Hi all, I'd like to model composit

    Hi all, I'd like to model composite cylinder under pressure with CAX elements. How to orient material (directions of Er, Eq, Ez)? Thanks in edvance.
  3. mikechy

    Abaqus benchmark

    Thank you, FEA way. My bad, I didn't notice that the result was normalized. Problem solved.
  4. mikechy

    Abaqus benchmark

    Hello, I just wonder if anyone tried Abaqus benchmark "1.1.4 Thick composite cylinder subjected to internal pressure"? I've tried all of it: thickcompcyl_2el_nonuniform.inp , thickcompcyl_1el_sectorient.inp , thickcompcyl_4el_orient.inp , and thickcompcyl_8el.inp and neither one give result even...
  5. mikechy

    Please help with articles

    Hello, Seeking Help: Can anyone share a copy of the following articles: "P.C. Bregman, M. Kuipers, H.L.J. Teerling, W.A. van der Veen. Strength and stiffness of a flexible high-pressure spiral hose. Acta Mechanica 97, 185-204 (1993)" and "B.A. van den Horn & M. Kuipers. Strength and stiffness...
  6. mikechy

    Please help with articles

    Hello, Seeking Help: Can anyone share a copy of the following articles: "P.C. Bregman, M. Kuipers, H.L.J. Teerling, W.A. van der Veen. Strength and stiffness of a flexible high-pressure spiral hose. Acta Mechanica 97, 185-204 (1993)" and "B.A. van den Horn & M. Kuipers. Strength and stiffness...
  7. mikechy

    Plugin with TreeList

    I created the plugin for Abaqus as an AFXList (Abaqus GUI Toolkit User's manual, Section 3.3.1 Lists) and it works (send selected item to main script). Now I want to create similar ones, but using FXTreeList (ibid., Section 3.5.1 Tree list) or AFXOptionTreeList (ibid., Section 3.5.1 Option tree...
  8. mikechy

    How to create correct geometry of coil in Abaqus/CAE?

    Below is Python code for creating the described springs, maybe this will clarify my question: from abaqus import * from abaqusConstants import * springRad = 3.835 wireRad = 0.2 helixAngle = 78.2 pitch = 2*pi*springRad/tan(helixAngle*pi/180) numTurns = 0.25 # Correct spring radius but wrong...
  9. mikechy

    How to create correct geometry of coil in Abaqus/CAE?

    Hi, I try to create a spiral coil (fraction of it) with such parameters: springRad = 3.835 wireRad = 0.2 helixAngle = 78.2 numTurns = 0.25 (can be any) and therefore pitch = 2*pi*springRad/tan(helixAngle*pi/180) by p.BaseSolidRevolve(angle=numTurns*360.0, flipPitchDirection=OFF...
  10. mikechy

    How to print stress in cylindrical CS?

    Mustaine3, Thank you for your reply. Yes, it will work manually, but my question was how to get this in dat-file.
  11. mikechy

    How to print stress in cylindrical CS?

    With command "*EL PRINT, ELSET=ElementsSet, POSITION=NODES" , I can print stresses for each node of ElementSet in dat-file and such stresses are in Global (Cortesian) CS. How to print stresses in Local (Cylindrical) CS? Thx
  12. mikechy

    BC for open-coiled spring

    Hello to all, Asking for help with practical advice on simulation OPEN-COILED HELICAL SPRING WITH LARGE DEFLECTION (springs with ends fixed against rotation): Imagine a very long spring which is fixed at one end, and the axial force (or displacement) is applied to another end. As is known, in...
  13. mikechy

    HOW TO: External Python Modules from Abaqus Python Interpreter

    I just wonder if somebody try to install and use pypbs on Abaqus 6.14? Will above described approach works in such case? Thanks.
  14. mikechy

    Curvature Analysis

    Carrying Analysis -> Curvature, we can save the information as ASCII-file (see picture) or Excel-file. How to convert Param(eter) into the coordinates of the points? Thank you.http://files.engineering.com/getfile.aspx?folder=d737a07b-6d5f-42e9-bf4d-e167c1838fab&file=Curv_anal.jpg
  15. mikechy

    Datum Point Ratio

    Solution is default_dec_places in config.pro - I found this advice in https://www.ptcusercommunity.com/thread/55997

Part and Inventory Search