Difference between revisions of "Contrib:KeesWouters/plasticity"

From CAELinuxWiki
Jump to: navigation, search
('''V shaped construction under plastic deformation''')
('''V shaped construction under plastic deformation''')
Line 1: Line 1:
 
=='''V shaped construction under plastic deformation'''==
 
=='''V shaped construction under plastic deformation'''==
  
The V shaped is defined by an extrusion of a V shaped face. The definition of the geometry as well as the meshing is given in the Python input file.<br/>
+
The V shaped is defined by an extrusion of a V shaped face.  
In the geometry module of Salome select File --> Load Script (or ctrl T) and thereafter the file.
+
  
 
: [[image:kw_vshape1.jpg]] * [[image:kw_vshape2.jpg]]
 
: [[image:kw_vshape1.jpg]] * [[image:kw_vshape2.jpg]]
Line 8: Line 7:
 
Three planes are defined in the geometry: Pleft and Pright for applyind boundary conditions (dx=dy=dz=0) and Pforce for defining a prescribed displacement in y direction.
 
Three planes are defined in the geometry: Pleft and Pright for applyind boundary conditions (dx=dy=dz=0) and Pforce for defining a prescribed displacement in y direction.
  
In the python script the geometry and the mesh are defined: [[Media:kw_spring3py.zip]].<br/>
+
The definition of the geometry as well as the meshing is given in the Python input file.<br/>
To load it, in the Geometry module goto main menu ''File'' --> ''load script'' or ''ctrl T'' and select the file.
+
In the geometry module of Salome select File --> Load Script (or ctrl T) and thereafter the file: [[Media:kw_gm_vshape.zip]].<br/>

Revision as of 13:19, 12 August 2009

V shaped construction under plastic deformation

The V shaped is defined by an extrusion of a V shaped face.

Kw vshape1.jpg * Kw vshape2.jpg

Three planes are defined in the geometry: Pleft and Pright for applyind boundary conditions (dx=dy=dz=0) and Pforce for defining a prescribed displacement in y direction.

The definition of the geometry as well as the meshing is given in the Python input file.
In the geometry module of Salome select File --> Load Script (or ctrl T) and thereafter the file: Media:kw_gm_vshape.zip.