Difference between revisions of "Contrib:KeesWouters"

From CAELinuxWiki
Jump to: navigation, search
m
 
(121 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
'''A few simple examples on using Salome - Code Aster platform'''
 
'''A few simple examples on using Salome - Code Aster platform'''
## '''Partitioning'''<br/>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'.<br/> In this example four different volumes by partitioning a construction are defined.<br/>[[Contrib:KeesWouters/partition]]
+
# '''Partitioning'''<br/>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'.<br/> In this example four different volumes by partitioning a construction are defined.<br/>[[Contrib:KeesWouters/partition]]
* key words: ''fuse - partition - compound''
+
#* key words:  
# '''My description of ASTK'''<br/>[[Contrib:KeesWouters/shell/static/astk]]<br/>Based on this shell calculation [[Contrib:KeesWouters/shell]]
+
#** fuse - partition - compound<br/><br/>
* key words
+
# '''Various shell examples'''<br/>[[Contrib:KeesWouters/shell]]<br/>
** ''file types: command comm, error err, message mess, result, base folder
+
#* key words:
** unite number''<br/><br/><br/>
+
#** from version 11.x: CALC_CHAMP, POST_CHAMP, PROJ_CHAMP<br/>Arlquin - LiaisonMail -TYPE_RACCORD - COQUE_MASSIF - MASSIF_COQUE <br/><br/>
# '''Use of shell coque_3d elements'''<br/>This contribution is an simple example of a dynamic plate modelled by shell -coqued_3d- elements.<br/>[[Contrib:KeesWouters/platedynamics]]
+
#'''My description of ASTK'''<br/>[[Contrib:KeesWouters/shell/static/astk]]<br/>Based on this shell calculation [[Contrib:KeesWouters/shell]]
* key words:
+
#* key words
** use of Salome:definition of geometry, mesh - export of mesh
+
#** ''file types: command comm, error err, message mess, result, base folder
** use of ASTK
+
#** unite number''<br/><br/><br/>
** conversion of tria6, quad8 to tria7 and quad9
+
#'''Use of Python lists'''<br/>
** projection of results of Quad8_9 and Tria6_7 elements
+
#* to define parameters per element or node:<br/>[[Contrib:KeesWouters/plate/thickness]] variable thickness of shell<br/>[[Contrib:KeesWouters/plate/variable_pressure]] variable pressure of shell<br/>[[Contrib:KeesWouters/beam/orientation]] orientation of beams<br/>[[Contrib:KeesWouters/bc/pythonlist]] define cylindrical degree of freedom
** print mass table<br/><br/><br/>
+
#* key words:
# '''Convergence of solid and shell elements'''<br/>This contribution is mainly a comparison between solids and shells (coque_3d) elements on convergence of the displacements.<br/>'''Stresses in centre and outside layers'''<br/>A small detour on how to determine the stresses at the centre and outside layers of shell elements<br/>'''Printing reaction forces and stresses in a table'''<br/>The retrieval of the the nodal forces, reaction forces and stresses into a table are discussed (for solid elements only).<br/>[[Contrib:KeesWouters/staticshell]]<br/><br/>
+
#** Python list
# '''Applying forces on line segments'''<br/>Using a simple spring construction, forces are applied on nodes, a line segment and surface<br/>[[Contrib:KeesWouters/spring]]<br/><br/>
+
#** DEBUT(PAR_LOT='NON');
# '''Plastic behaviour of a V shape construction'''<br/>The material non linear behaviour of a v shape construction with solid elements. This command file does currently not run on versions below CAster10.X.<br/>[[Contrib:KeesWouters/plasticity]]<br/>
+
#** meshCA  = MAIL_PY() - meshCA.FromAster(mesh);
# '''Plastic behaviour of a solid beam [CA10.X]'''<br/>The material non linear behaviour of a solid beam. This version runs on CA10.X with adapted version of STAT_NON_LINE<br/>[[Contrib:KeesWouters/plasticity/solidbeam]]<br/><br/><br/>
+
#** connectivity - element list - node list - element type
# '''Buckling behaviour of a beam'''<br/>The geometrical non linear behaviour of a ''beam'' using solid elements<br/>[[Contrib:KeesWouters/beambuckling]]<br/><br/><br/>
+
#** list.append({'EPAIS': .... MAILLE': ....})<br/>
# '''Shell analysis'''<br/>Contribution in collaboration with Brigde.<br/>Concrete shell with several partitions loaded by pressure.<br/>Extraction of displacement and stresses.<br/>Extraction of minimum and maximum displacements, forces and moments and stresses.<br/>[[Contrib:KeesWouters/shell]]<br/><br/><br/>
+
#'''Use of beam elements'''<br/>[[Contrib:KeesWouters/beam]]<br/>
# '''Modal analysis of an axial loaded cylinder'''<br/>The modal analysis of a construction under prestress. Also the buckling behaviour of the cylinder is given using shell ''coque_3d'' elements - frequency domain<br/>[[Contrib:KeesWouters/prestressmodal]]<br/>
+
#* Two applications:<br/>
# '''Dynamic analysis of an axial loaded cylinder'''<br/>The dynamic analysis of a cylinder loaded by an axial force with coque_3d elements. Geometry based on the cylinder under prestress - time domain<br/>[[Contrib:KeesWouters/dynamicload]]<br/><br/>
+
#** Use of Python list to define the orientation of beam elements [[Contrib:KeesWouters/beam/orientation]]
# '''The connection between shell and solid elements'''<br/>To establish a connection between shell and solid elements the ''Arlequin'' method can be used.<br> A comparison with a solution using nodes on a solid region between shell and solid elements is given<br/>[[Contrib:KeesWouters/shellsolid]]<br/>
+
#** Use of macro command MACR_aaa_POUTRE to define cross section quantities [[Contrib:KeesWouters/beam/macropoutre]]
# '''The stresses of an assembly of shells and volumes'''<br/>Based on the previous contribution the element and equivalent stresses are determined <br/>[[Contrib:KeesWouters/stress_2D3D]]<br/><br/>
+
#'''Convergence of solid and shell elements'''<br/>This contribution is mainly a comparison between solids and shells (coque_3d) elements on convergence of the displacements.<br/>'''Stresses in centre and outside layers'''<br/>A small detour on how to determine the stresses at the centre and outside layers of shell elements<br/>'''Printing reaction forces and stresses in a table'''<br/>The retrieval of the the nodal forces, reaction forces and stresses into a table are discussed (for solid elements only).<br/>[[Contrib:KeesWouters/staticshell]]<br/><br/>
# '''Mesh refinement - Homard'''<br/>Mesh refinement by using the macro ''MACR_ADAP_MAIL''. <br/>[[Contrib:KeesWouters/Homard]]<br/><br/>
+
#* 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]
''Versions of the software:
+
#** creation and printing of quantities to tables<br/><br/>
* may 2010
+
# '''Applying forces on line segments'''<br/>Using a simple spring construction, forces are applied on nodes, a line segment and surface<br/>[[Contrib:KeesWouters/spring]]
** OS Ubuntu 10.04 LTS Lucid Lynx 64bit - upgrade from Karmic 9.10
+
#* key words
** Salome, ASTK and Code Aster run without adaptations.
+
#** 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
* december 2009
+
#** orientation of the shell elements ORIE_NORM_COQUE
** ''Salome5.1.3''
+
#** local and equivalent stresses at top, centre and bottom layer<br/><br/>
 
+
# '''Applying cylinder boundary conditions'''<br/>Applied on a simple block with a cylindrical hole the use of LIAISON_DLL is shown to simulate a cylindrical coordinate system<br/>[[Contrib:KeesWouters/bc]]
* november 2009
+
#* key words
** OS Ubuntu 9.10 Karmic Koala (64 bit)
+
#** LIAISON_DDL
** ASTK 1.8.0
+
#** simulated cylinder coordinates and boundary conditions
** Code Aster 10.x.x
+
#** RBE3 constraint<br/><br/><br/>
 
+
# '''Plastic behaviour of a V shaped construction'''<br/>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.<br/>[[Contrib:KeesWouters/plasticity]]<br/>
* August 2009
+
# '''Plastic behaviour of a solid beam [CA10.X]'''<br/>The material non linear behaviour of a solid beam. This version runs on CA10.X with adapted version of STAT_NON_LINE<br/>[[Contrib:KeesWouters/plasticity/solidbeam]]
** ''Salome 5.1.2 (64 bit)''
+
#* key words:
 
+
#** POURSUITE()
* april 2009:''
+
#** plasticity<br/><br/><br/>
** ''Salome 4.1.4 (32 bit)''
+
# '''Solids'''<br/>[[Contrib:KeesWouters/solids]]<br/>
** ''Code Aster 9.4 (32 bit)''
+
#* key words:
** ''ASTK 1.7.1''
+
#** Mooney-Rivlin
** ''OS Ubuntu 9.04 Jaunty (64 bit)''
+
#** Strain energy function,
 
+
#** Hyper elastic material
# '''Solving installation problems'''<br/>[[Contrib:KeesWouters/installproblems]]<br/><br/>
+
#** stress invariants<br/><br/>
 +
# '''Eigenvalue problems: beam and cylinder'''<br/>The geometrical non linear behaviour of a ''beam'' using solid elements
 +
#* [[Contrib:KeesWouters/beambuckling]] beam
 +
#* [[Contrib:KeesWouters/prestressmodal]] prestressed cylinder
 +
# '''Homard mesh refinement
 +
#* [[Contrib:KeesWouters/Homard]]<br/><br/><br/>
 +
# '''tests'''
 +
#* [[Contrib:KeesWouters/Tests]]<br/><br/><br/>
 +
#Installation problems<br/>[[Contrib:KeesWouters/installproblems]]

Latest revision as of 21:00, 14 March 2014

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. Various shell examples
    Contrib:KeesWouters/shell
    • key words:
      • from version 11.x: CALC_CHAMP, POST_CHAMP, PROJ_CHAMP
        Arlquin - LiaisonMail -TYPE_RACCORD - COQUE_MASSIF - MASSIF_COQUE

  3. 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


  4. Use of Python lists
  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

  7. 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

  8. 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
      • RBE3 constraint


  9. 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
  10. 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
    • key words:
      • POURSUITE()
      • plasticity


  11. Solids
    Contrib:KeesWouters/solids
    • key words:
      • Mooney-Rivlin
      • Strain energy function,
      • Hyper elastic material
      • stress invariants

  12. Eigenvalue problems: beam and cylinder
    The geometrical non linear behaviour of a beam using solid elements
  13. Homard mesh refinement
  14. tests
  15. Installation problems
    Contrib:KeesWouters/installproblems