Difference between revisions of "Contrib:KeesWouters"

From CAELinuxWiki
Jump to: navigation, search
m
m
Line 71: Line 71:
  
 
''Versions of the software:
 
''Versions of the software:
 +
* december 2012
 +
** Linux Mint 14 - Nadia - Xface
 +
** --> Code Aster NEW11 runs (install from Ubuntu)
 +
** --> Salome6.6.0 runs
 +
 
* december 2011
 
* december 2011
 
** Ubuntu 11.04 (Natty)
 
** Ubuntu 11.04 (Natty)

Revision as of 21:03, 19 December 2012

A few simple examples on using Salome - Code Aster platform

  1. Partitioning
    With Salome it took me quite some time to find out how to define different volumes in one construction that are meshed in one 'piece'.
    In this example four different volumes by partitioning a construction are defined.
    Contrib:KeesWouters/partition
    • key words:
      • fuse - partition - compound

  2. My description of ASTK
    Contrib:KeesWouters/shell/static/astk
    Based on this shell calculation Contrib:KeesWouters/shell
    • key words
      • file types: command comm, error err, message mess, result, base folder
      • unite number


  3. Use of shell coque_3d elements
    This contribution is an simple example of a dynamic plate modelled by shell -coqued_3d- elements.
    Contrib:KeesWouters/platedynamics
    • key words:
      • use of Salome: definition of geometry, mesh - export of mesh
      • use of ASTK
      • conversion of tria6, quad8 to tria7 and quad9 (note the difference between CAster vs9 and vs10)
      • projection of results of quad9 and tria7 to quad8 and tria6 for coque_3d elements
      • definition of:
        • shell characteristics: epais - thickness, excentrement - eccentricity, local coordinate system: vecteur, angl_rep
        • mass, stiffnes matrix and range of dof, NUME_DDL
        • definition of eigenvalue extraction -
      • print mass table
  4. Use of Python list to define thickness of shells
    Contrib:KeesWouters/plate/thickness
    • key words:
      • Python list
      • DEBUT(PAR_LOT='NON');
      • meshCA = MAIL_PY() - meshCA.FromAster(mesh);
      • connectivity - element list - node list - element type
      • list.append({'EPAIS': .... MAILLE': ....})
  5. Use of beam elements
    Contrib:KeesWouters/beam
  6. Convergence of solid and shell elements
    This contribution is mainly a comparison between solids and shells (coque_3d) elements on convergence of the displacements.
    Stresses in centre and outside layers
    A small detour on how to determine the stresses at the centre and outside layers of shell elements
    Printing reaction forces and stresses in a table
    The retrieval of the the nodal forces, reaction forces and stresses into a table are discussed (for solid elements only).

Contrib:KeesWouters/staticshell

    • key words
      • coque_3d, hexahedron and tetrahedron elements
      • convergence rate - shell, hexahedron and tetrahedron, linear and quadratic elements
      • stresses in three different layers: [top - sup], [centre - moy], [bottom - inf]
      • creation and printing of quantities to tables

  1. Applying forces on line segments
    Using a simple spring construction, forces are applied on nodes, a line segment and surface
    Contrib:KeesWouters/spring
    • key words
      • apply loads on nodes, lines and areas: FORCE_NODALE, FORCE_ARETE, FORCE_COQUE
      • define groups of nodes: defi_group, crea_group_no, crea_group_ma
      • orientation of the shell elements ORIE_NORM_COQUE
      • local and equivalent stresses at top, centre and bottom layer

  2. Applying cylinder boundary conditions
    Applied on a simple block with a cylindrical hole the use of LIAISON_DLL is shown to simulate a cylindrical coordinate system
    Contrib:KeesWouters/bc
    • key words
      • LIAISON_DDL
      • simulated cylinder coordinates and boundary conditions


  3. Plastic behaviour of a V shaped construction
    The material non linear behaviour of a v shaped construction with solid elements is given. This command file does currently not run on versions below CAster10.X.
    Contrib:KeesWouters/plasticity
  4. Plastic behaviour of a solid beam [CA10.X]
    The material non linear behaviour of a solid beam. This version runs on CA10.X with adapted version of STAT_NON_LINE
    Contrib:KeesWouters/plasticity/solidbeam


  5. Buckling behaviour of a beam
    The geometrical non linear behaviour of a beam using solid elements
    Contrib:KeesWouters/beambuckling


  6. Shell analysis
    Contribution in collaboration with Brigde.
    Concrete shell with several partitions loaded by pressure.
    Extraction of displacement and stresses.
    Extraction of minimum and maximum displacements, forces and moments and stresses.
    Contrib:KeesWouters/shell


  7. Modal analysis of an axial loaded cylinder
    Buckling analysis of an axial loaded cylinder
    The modal analysis of a construction under prestress.
    The buckling behaviour of the cylinder is given using shell coque_3d elements - frequency domain
    Contrib:KeesWouters/prestressmodal
  8. Dynamic analysis of an axial loaded cylinder
    The dynamic analysis of a cylinder loaded by an axial force with coque_3d elements.
    The geometry is based on the cylinder under prestress - time domain
    Contrib:KeesWouters/dynamicload

  9. The connection between shell and solid elements
    Arlequin and coque_massif/massif_coque

    To establish a connection between shell and solid elements the Arlequin method can be used.
    A comparison with a solution using nodes on a solid region between shell and solid elements is given
    Contrib:KeesWouters/shellsolid
    Contrib:KeesWouters/shellsolid/liaisonmail
    • key words
      • connection between solid and shell elements
      • interaction between solid and shell elements
      • Arlequin regions
      • face 2D and volume 3D elements
      • use of LIAISON_SOLIDE in stead of ARLEQUIN
      • use of LIAISON_MAIL
      • use of TYPE_RACCORD='MASSIF_COQUE'/'COQUE_MASSIF' (preferred)
      • Python, Numeric
        • list_of_volumes, list_of_nodes, ....
      • linear DKT and quadratic COQUE_3D elements used with LIAISON_SOLIDE
  10. The stresses of an assembly of shells and volumes
    Based on the previous contribution the element and equivalent stresses are determined
    Contrib:KeesWouters/stress_2D3D



  11. Solids
    Solid elements.
    Contrib:KeesWouters/solids
    Material behaviour Mooney_Rivlin



  12. Mesh refinement - Homard
    Mesh refinement by using the macro MACR_ADAP_MAIL.
    Contrib:KeesWouters/Homard


Versions of the software:

  • december 2012
    • Linux Mint 14 - Nadia - Xface
    • --> Code Aster NEW11 runs (install from Ubuntu)
    • --> Salome6.6.0 runs
  • december 2011
    • Ubuntu 11.04 (Natty)
    • --> Code Aster NEW11 compiles and runs
    • --> Salome6.4.0 runs
  • august 2011
    • Ubuntu 11.04 (Natty)
    • --> Code Aster NEW11 compiles and runs
    • --> Salome6.3.1 runs
    • --> SalomeMeca2010 refuses to run
  • may 2011
    • Ubuntu 11.04 (Natty)
    • --> Code Aster10.2.X refuses to run
    • --> SalomeMeca2010 refuses to run
    • --> Salome6.3.0 runs (with Paraview)
  • october 2010
    • SalomeMeca2010
      • Salome5.1.4 - Aster10.2.x including Numpy (at last) - 64bit - ASTK1.8.1
    • from CA website - installing and running without any problems
  • august 2010
    • Salome5.1.4
  • may 2010
    • OS Ubuntu 10.04 LTS Lucid Lynx 64bit - upgrade from Karmic 9.10
    • Salome, ASTK and Code Aster run without adaptations.
  • december 2009
    • Salome5.1.3
  • november 2009
    • OS Ubuntu 9.10 Karmic Koala (64 bit)
    • ASTK 1.8.0
    • Code Aster 10.x.x
  • August 2009
    • Salome 5.1.2 (64 bit)
  • april 2009:
    • Salome 4.1.4 (32 bit)
    • Code Aster 9.4 (32 bit)
    • ASTK 1.7.1
    • OS Ubuntu 9.04 Jaunty (64 bit)